Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitlab-cng-17.8/17.8.4 package update #43843

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Feb 26, 2025

@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Feb 26, 2025
Copy link
Contributor Author

octo-sts bot commented Feb 26, 2025

⚠️ EXPERIMENTAL

Please use 👍 or 👎 on this comment to indicate if you agree or disagree with the recommendation.

To provide more detailed feedback please comment on the recommendation prefixed with /ai-verify:

e.g. /ai-verify partially helpful but I also added bash to the build environment

Gen AI suggestions to solve the build error:

• Detected Error: Error: Expected exporter-tag: 15.0.0 but got: 15.2.0

• Error Category: Version

• Failure Point: Version verification step in the pipeline that checks the alignment between declared vars and upstream variables.yml

• Root Cause Analysis: The declared exporter-tag version in the vars section (15.0.0) doesn't match the version specified in CNG's variables.yml (15.2.0)

• Suggested Fix:

vars:
  # Update the exporter version to match upstream
  exporter-commit: <new-commit-hash> # Need to get from GitLab exporter repo
  exporter-tag: "15.2.0"

• Explanation:
The build fails because there's a version mismatch between what's declared in the melange YAML and what's specified in the upstream CNG repository's variables.yml. The verification step ensures that package versions stay in sync with upstream CNG builds. Updating to the correct version will resolve the check failure.

• Additional Notes:

  1. The version check is a safeguard to ensure consistency with upstream GitLab components
  2. You'll need to check the gitlab-exporter repository to get the correct commit hash that corresponds to v15.2.0
  3. This change should be part of a broader version sync with other components in the CNG package

• References:

@octo-sts octo-sts bot added the ai/skip-comment Stop AI from commenting on PR label Feb 26, 2025
@OddBloke OddBloke force-pushed the wolfictl-679ec258-fdc6-4c29-b4b8-f83f95e0bd97 branch from a58e146 to f954c14 Compare February 26, 2025 17:10
@OddBloke OddBloke self-assigned this Feb 26, 2025
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Feb 26, 2025
@OddBloke OddBloke requested a review from a team February 26, 2025 17:28
@OddBloke OddBloke enabled auto-merge February 26, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ai/skip-comment Stop AI from commenting on PR automated pr bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. manual/review-needed request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants