Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:three-cloud-workers 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/473310 -- Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:three-cloud-workers into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle index 143df3a..92b58f0 100644 --- a/mojo/service-bundle +++ b/mojo/service-bundle @@ -25,7 +25,7 @@ applications: charm: ubuntu-release-autopkgtest-cloud-worker channel: {{ channel }} {%- if stage_name == "production" or stage_name == "staging" %} - num_units: 2 + num_units: 3 {%- else %} num_units: 1 {%- endif %} @@ -126,19 +126,19 @@ applications: {%- if stage_name == "production" %} n-workers: |- lcy02: - amd64: 110 + amd64: 73 bos01: - arm64: 12 - ppc64el: 5 - s390x: 5 + arm64: 8 + ppc64el: 3 + s390x: 3 bos02: - arm64: 18 - ppc64el: 5 - s390x: 5 + arm64: 12 + ppc64el: 3 + s390x: 3 bos03: - arm64: 50 - ppc64el: 40 - s390x: 40 + arm64: 33 + ppc64el: 26 + s390x: 26 {%- elif stage_name == "staging" %} n-workers: |- lcy02:
-- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : canonical-ubuntu-qa@lists.launchpad.net Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp