Merged
Conversation
Contributor
Author
|
ci / test failures are being addressed by #3723 |
Apparently, the Fedora 35 is not supported now, and the image is removed from servers, so vagrant can no longer find it. Bump to Fedora 37 to fix CI. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Currently only amd64 and arm64v8 tarball have been checked in testdata, while busybox bundle is downloaded on fly, and supports multiple architectures. To enable integration tests for more architectures, the hello world bundle is replaced by busybox one. Signed-off-by: Shengjing Zhu <zhsj@debian.org> (cherry picked from commit 66bf371)
Fix issue 3699 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Tianon Gravi <admwiggin@gmail.com> (cherry picked from commit 6d28928)
Contributor
Author
Yes, just did that here. |
Closed
Member
|
@AkihiroSuda ptal |
AkihiroSuda
approved these changes
Feb 8, 2023
This was referenced Apr 3, 2023
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.
CI fixes for
release-1.1branch.Seems that the F35 vagrant image was removed, so we need to switch to a supported Fedora version (37). This is roughly the same as backporting Vagrantfile.fedora: upgrade Fedora to 36 #3442 and Vagrantfile.fedora: upgrade Fedora to 37 #3670.
Backports of tests/integration/get-images.sh: fix busybox.tar.xz URL #3700, Explicitly pin busybox and debian downloads #3701 and tests: replace local hello world bundle with busybox bundle #3526 (stolen from [1.1] Fix CI #3723).
Closes: #3723.