← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:remove-lunar into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:remove-lunar 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/459462
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:remove-lunar into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index 5ae0c67..79b4b90 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -1,8 +1,8 @@
 {%- if stage_name == "production" %}
-    {%- set releases = "bionic focal jammy lunar mantic noble" %}
+    {%- set releases = "bionic focal jammy mantic noble" %}
     {%- set channel = "latest/stable" %}
 {%- elif stage_name == "staging" or stage_name == "devel" %}
-    {%- set releases = "focal jammy lunar mantic noble" %}
+    {%- set releases = "focal jammy mantic noble" %}
     {%- set channel = "latest/edge" %}
 {%- endif %}
 

References