← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:plucky-amendments into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:plucky-amendments 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/475352

adding plucky to releases, and obsoleting bos01 and bos02
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:plucky-amendments into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index 8654514..882ece1 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -1,5 +1,5 @@
 {%- if stage_name == "production" %}
-    {%- set releases = "trusty xenial bionic focal jammy noble oracular" %}
+    {%- set releases = "trusty xenial bionic focal jammy noble oracular plucky" %}
     {%- set channel = "latest/stable" %}
 {%- elif stage_name == "staging" or stage_name == "devel" %}
     {%- set releases = "focal jammy noble oracular" %}
@@ -127,33 +127,21 @@ applications:
             n-workers: |-
               lcy02:
                   amd64: 73
-              bos01:
-                  arm64: 8
-                  ppc64el: 3
-                  s390x: 3
-              bos02:
-                  arm64: 12
-                  ppc64el: 3
-                  s390x: 3
               bos03:
-                  arm64: 33
-                  ppc64el: 26
-                  s390x: 26
+                  arm64: 53
+                  ppc64el: 32
+                  s390x: 32
 {%- elif stage_name == "staging" %}
             n-workers: |-
               lcy02:
                   amd64: 1
-              bos01:
-                  arm64: 1
-                  ppc64el: 1
-                  s390x: 1
-              bos02:
+              bos03:
                   arm64: 1
                   ppc64el: 1
                   s390x: 1
 {%- elif stage_name == "devel" %}
             n-workers: |-
-              bos01:
+              bos03:
                   arm64: 0
                   ppc64el: 0
 {%- endif %}

Follow ups