canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #05679
[Merge] ~andersson123/autopkgtest-cloud:i386-pkgconf into autopkgtest-cloud:master
Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:i386-pkgconf into autopkgtest-cloud:master.
Requested reviews:
Canonical's Ubuntu QA (canonical-ubuntu-qa)
For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/476188
prospective fix for i386 testbeds not being able to find i386 packages
--
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:i386-pkgconf 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 758ac0e..dc7a33c 100755
--- a/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
+++ b/charms/focal/autopkgtest-cloud-worker/autopkgtest-cloud/worker/worker
@@ -910,6 +910,7 @@ def request(msg):
if i386_cross_series(release) and architecture == "i386":
argv += ["-a", "i386"]
+ argv += ["--setup-commands", "'sudo apt install -y pkgconf:i386'"]
c = cfg.get("autopkgtest", "extra_args")
if c:
References