Merge ~paride/curtin:vmtest-fix-groovy-arm64-subarch into curtin:master

Proposed by Paride Legovini
Status: Merged
Approved by: Paride Legovini
Approved revision: dec2ef351a50f351506a8d66529ffd1db5a08f1f
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~paride/curtin:vmtest-fix-groovy-arm64-subarch
Merge into: curtin:master
Diff against target: 13 lines (+1/-1)
1 file modified
tests/vmtests/releases.py (+1/-1)
Reviewer Review Type Date Requested Status
Ryan Harper (community) Approve
Server Team CI bot continuous-integration Approve
curtin developers Pending
Review via email: mp+391922@code.launchpad.net

Commit message

vmtest: fix the groovy arm64 subarch

LP: #1898757

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Paride Legovini (paride) wrote :

Bogus failure, retiggering.

Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ryan Harper (raharper) wrote :

Nice catch! We missed that when landing the groovy branch. Which makes me think we don't have a good test to verify we're booting the kernel we expect to boot.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tests/vmtests/releases.py b/tests/vmtests/releases.py
2index 11abcb8..c99ca7e 100644
3--- a/tests/vmtests/releases.py
4+++ b/tests/vmtests/releases.py
5@@ -190,7 +190,7 @@ class _GroovyBase(_UbuntuBase):
6 target_release = "groovy"
7 mem = "2048"
8 if _UbuntuBase.arch == "arm64":
9- subarch = "ga-20.04"
10+ subarch = "ga-20.10"
11
12
13 class _Releases(object):

Subscribers

People subscribed via source and target branches