← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:staging-noble into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:staging-noble 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/457502

We surely want to be able to use the development release with staging.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:staging-noble into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index ee90d2f..7100c76 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -2,7 +2,7 @@
     {%- set releases = "bionic focal jammy lunar mantic noble" %}
     {%- set channel = "latest/stable" %}
 {%- elif stage_name == "staging" or stage_name == "devel" %}
-    {%- set releases = "focal jammy lunar mantic" %}
+    {%- set releases = "focal jammy lunar mantic noble" %}
     {%- set channel = "latest/edge" %}
 {%- endif %}