-
Notifications
You must be signed in to change notification settings - Fork 107
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
switch to images/pkg/dnfjson and remove internal copy #3828
Conversation
207c040
to
59165de
Compare
Looks ok to me other than what the linter caught, and it looks like a test that runs on |
1ea084f
to
a58c770
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest-diff
job [0] as manifests.diff
.
a58c770
to
96eecda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest-diff
job [0] as manifests.diff
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest-diff
job [0] as manifests.diff
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manifest-diff
job [0] as manifests.diff
.
ae3eda9
to
b908867
Compare
b908867
to
bfd7a92
Compare
d4d6140
to
9e30ba2
Compare
5a9aa90
to
0025194
Compare
Module hotfixes tests are failing. I think it might be another pointer aliasing issue in osbuild/images here: https://github.com/osbuild/images/blob/d04b0ff615ea2615cea9207b0e5741d4efd5389a/pkg/dnfjson/dnfjson.go#L276-L289 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failing tests.
ac18eab
to
3acfe1d
Compare
c388cc3
to
2e80344
Compare
After rebasing, some tests are failing with:
the ones I have checked were using rhel8 |
2443ff9
to
3eff6b8
Compare
3eff6b8
to
f451dc1
Compare
251a397
to
ba6239a
Compare
To avoid incompatibility between older image-info and latest osbuild
ba6239a
to
d932a80
Compare
Hey @henrywang. I can see failure in
Is this a known issue? |
Yes, it's a know issue. This failure is not related with this PR. I'm working on it now. |
The RHEL nightly composes still contain old osbuild-composer version, which does not have an explicit dependency on osbuild-depsolve-dnf package. As a result, running the latest upstream base_tests.sh on RHEL nightly composes fails due to osbuild-depsolve-dnf not being installed. Workaround this in the test case by explicitly installing the osbuild-depsolve-dnf package in case the osbuild-composer version is lower than the one which has an explicit dependency on osbuild-depsolve-dnf. Signed-off-by: Tomáš Hozza <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The failure in the edge test case is a known issue, as confirmed by #3828 (comment). The failure in the nightly pipeline is a known issue, tracked in https://issues.redhat.com/browse/RHEL-24346 |
https://issues.redhat.com/browse/COMPOSER-2068
This pull request includes: