Add vfs/chroot build test to aio container #44
Open
cevich wants to merge 3 commits intocontainers:mainfrom
Open
Add vfs/chroot build test to aio container #44cevich wants to merge 3 commits intocontainers:mainfrom
cevich wants to merge 3 commits intocontainers:mainfrom
Conversation
Ref: containers/buildah#5988 Having this test in the AIO build is merely a convenience, as it will exercise both buildah and podman packages as they appear in their respective purpose-built images. Signed-off-by: Chris Evich <cevich@redhat.com>
Note: The tests are run after the images are pushed to quay. It would be more ideal to run them prior, but this is left as an exerise to a future maintainer. Signed-off-by: Chris Evich <cevich@redhat.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
Member
Author
|
As predicted, this new test hits the issue in containers/buildah#5988 Note: Since it's using the released buildah from Fedora, this test won't pass until a new buildah release happens. |
Member
Author
|
Status update: waiting for containers/buildah#6126 to merge and make it into Fedora. |
Member
|
@cevich If you happen to have some spare time all normal image builds here a re broken for a few weeks I think, i.e. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: containers/buildah#5988
Having this test in the AIO build is merely a convenience, as it will
exercise both buildah and podman packages as they appear in their
respective purpose-built images.
Note: The tests are run after the images are pushed to quay. It would
be more ideal to run them prior, but this is left as an exerise to a
future maintainer.
Also update CI VM images to F41.