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

periodic: account for differences with Konflux built images #1445

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

crozzy
Copy link
Contributor

@crozzy crozzy commented Nov 22, 2024

For the RPM test we check the index report against the pyxis manifest for that image. The format of this manifest has recently changed when they started producing builds from Konflux, this change accounts for those changes.

@crozzy crozzy requested a review from a team as a code owner November 22, 2024 15:52
@crozzy crozzy requested review from RTann and removed request for a team November 22, 2024 15:52
@crozzy
Copy link
Contributor Author

crozzy commented Nov 22, 2024

closes #1444

Comment on lines +53 to +56
case rpm.SourceNEVRA != "":
source = rpm.SourceNEVRA
case rpm.SourceName != "":
source = rpm.SourceName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible for both to be populated?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, older manifests will have SourceNEVRA populated, newer ones won't but they have the same information in SourceName.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, ok

@crozzy crozzy force-pushed the update-periodic-rpm-test branch from fada256 to b937e04 Compare November 26, 2024 19:21
For the RPM test we check the index report against the pyxis manifest
for that image. The format of this manifest has recently changed when
they started producing builds from Konflux, this change accounts for
those changes.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
@crozzy crozzy force-pushed the update-periodic-rpm-test branch from b937e04 to ae50b58 Compare November 26, 2024 22:18
@crozzy crozzy requested a review from RTann November 26, 2024 22:30
Comment on lines +53 to +56
case rpm.SourceNEVRA != "":
source = rpm.SourceNEVRA
case rpm.SourceName != "":
source = rpm.SourceName
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting, ok

@crozzy
Copy link
Contributor Author

crozzy commented Nov 26, 2024

/fast-forward

@github-actions github-actions bot merged commit ae50b58 into quay:main Nov 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants