← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:xenial-s390x into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:xenial-s390x into autopkgtest-cloud:master.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~ubuntu-release/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/458185

Per https://ubuntu.com/security/esm s390x is a supported architecture for Xenial.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:xenial-s390x into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
index ffae8f0..c96b0ef 100755
--- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
+++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
@@ -74,7 +74,7 @@ esm_specials = set()
 
 ARCH_RELEASE_ALLOW_MAPPING = {
     "trusty": ["amd64", "i386"],
-    "xenial": ["amd64", "i386"],
+    "xenial": ["amd64", "i386", "s390x"],
 }
 
 FAIL_CODES = (4, 6, 12, 14, 20)

Follow ups