← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] autopkgtest-cloud:autopkgtest-web-jq into autopkgtest-cloud:master

 

Brian Murray has proposed merging autopkgtest-cloud:autopkgtest-web-jq 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/454676

This is informative but we need jq installed to be able to use it!

jq '.queues.huge.noble.s390x.size' /var/lib/cache-amqp/queued.json
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of autopkgtest-cloud:autopkgtest-web-jq into autopkgtest-cloud:master.
diff --git a/charms/focal/autopkgtest-web/layer.yaml b/charms/focal/autopkgtest-web/layer.yaml
index d555d77..1afa35d 100644
--- a/charms/focal/autopkgtest-web/layer.yaml
+++ b/charms/focal/autopkgtest-web/layer.yaml
@@ -11,6 +11,7 @@ options:
       - amqp-tools
       - distro-info
       - git
+      - jq
       - libjs-bootstrap
       - libjs-jquery
       - make
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