← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:no-lrg-workers into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:no-lrg-workers 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/443904

Update the service-bundle to what is configured in production.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:no-lrg-workers into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index 9b3001f..d7d8e9c 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -89,14 +89,16 @@ applications:
             n-workers: |-
               lgw01:
                   amd64: 0
+              lcy02:
+                  amd64: 40
               bos01:
-                  arm64: 0
-                  ppc64el: 0
-                  s390x: 0
+                  arm64: 26
+                  ppc64el: 20
+                  s390x: 22
               bos02:
-                  arm64: 0
-                  ppc64el: 0
-                  s390x: 0
+                  arm64: 26
+                  ppc64el: 20
+                  s390x: 22
 {%- elif stage_name == "staging" %}
             n-workers: |-
               lgw01:
@@ -119,9 +121,9 @@ applications:
         charm: ubuntu-release-autopkgtest-cloud-worker
         channel: {{ channel }}
 {%- if stage_name == "production" or stage_name == "staging" %}
-        num_units: 2
+        num_units: 0
 {%- else %}
-        num_units: 1
+        num_units: 0
 {%- endif %}
         constraints: mem=32G cores=8 root-disk=100G
         options: &common-options-2
@@ -180,15 +182,15 @@ applications:
               lgw01:
                   amd64: 0
               lcy02:
-                  amd64: 55
+                  amd64: 0
               bos01:
-                  arm64: 26
-                  ppc64el: 20
-                  s390x: 14
+                  arm64: 0
+                  ppc64el: 0
+                  s390x: 0
               bos02:
-                  arm64: 26
-                  ppc64el: 20
-                  s390x: 30
+                  arm64: 0
+                  ppc64el: 0
+                  s390x: 0
 {%- elif stage_name == "staging" %}
             n-workers: |-
               lgw01:

Follow ups