← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:hasta-lavista-lgw01 into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:hasta-lavista-lgw01 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/454648

We should be using lgw01 any more as it is going away.
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:hasta-lavista-lgw01 into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index 846f577..0c0ccdd 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -87,8 +87,6 @@ applications:
 {% endif %}
 {%- if stage_name == "production" %}
             n-workers: |-
-              lgw01:
-                  amd64: 0
               lcy02:
                   amd64: 40
               bos01:
@@ -101,16 +99,16 @@ applications:
                   s390x: 22
 {%- elif stage_name == "staging" %}
             n-workers: |-
-              lgw01:
-                  amd64: 0
+              lcy02:
+                  amd64: 1
               bos01:
-                  arm64: 0
-                  ppc64el: 0
-                  s390x: 0
+                  arm64: 1
+                  ppc64el: 1
+                  s390x: 1
               bos02:
-                  arm64: 0
-                  ppc64el: 0
-                  s390x: 0
+                  arm64: 1
+                  ppc64el: 1
+                  s390x: 1
 {%- elif stage_name == "devel" %}
             n-workers: |-
               bos01:

Follow ups