-
Notifications
You must be signed in to change notification settings - Fork 595
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
tests: enable ubuntu 21.04 for spread tests #9792
Merged
sergiocazzolato
merged 18 commits into
canonical:master
from
sergiocazzolato:tests-new-hirsute-image
Feb 17, 2021
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d6e4909
Enable ubuntu 21.04 for spread tests
sergiocazzolato 960460d
enable github actions execution
sergiocazzolato 095e4b0
Use 20.10 lxd image on ubuntu 21.04 lxd test
sergiocazzolato ceb5d76
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
bboozzoo 4b83971
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato 0dfb36a
Merge branch 'tests-new-hirsute-image' of github.com:sergiocazzolato/…
sergiocazzolato 26f30c5
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato bc46a6b
Merge branch 'master' into tests-new-hirsute-image
sergiocazzolato ab72ac3
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato df6ba54
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato 0b177d4
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato 085d2d8
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
bboozzoo d2f2789
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
sergiocazzolato b823427
Merge branch 'tests-new-hirsute-image' of github.com:sergiocazzolato/…
sergiocazzolato 3b06637
Merge remote-tracking branch 'upstream/master' into tests-new-hirsute…
mvo5 cb96dee
spread: add qemu ubuntu-21.04-64 as well
mvo5 a5ee3eb
Merge branch 'master' into tests-new-hirsute-image
sergiocazzolato 76f3a2b
Merge branch 'tests-new-hirsute-image' of github.com:sergiocazzolato/…
sergiocazzolato File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
21.04 needs to be enabled in nested suites for this to have an effect right?
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.
I already deployed the image to the gce bucket, with that it should be enough. It is because we source this script and it uses the current system independently of the suite being executed.
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.
@stolowski, I still I see preseed tests failing with this error, any idea about how to fix it?
2020-12-12 13:18:09 (108 MB/s) - ‘cloudimg.img’ saved [563871744/563871744]
++ pwd
++ command -v qemu-nbd
Failed to find executable : No such file or directory
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.
No, I need to investigate to see what changed on 21.04. By the way, I think we should add 'Run nested' to this PR (and close/re-open)?