← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:noble-all-proposed into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:noble-all-proposed 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/463010
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:noble-all-proposed into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/webcontrol/request/app.py b/charms/focal/autopkgtest-web/webcontrol/request/app.py
index 634146b..ababbb0 100644
--- a/charms/focal/autopkgtest-web/webcontrol/request/app.py
+++ b/charms/focal/autopkgtest-web/webcontrol/request/app.py
@@ -294,7 +294,7 @@ def index_root():
         now = datetime.datetime.utcnow()
         if now < time_t_over:
             if "migration-reference/0" not in params["triggers"]:
-                if params["arch"] == "armhf" and params["release"] == "noble":
+                if (params["arch"] == "armhf" and params["release"] == "noble") or params["release"] == "noble":
                     params["all-proposed"] = 1
 
         if params.get("ppas"):