← Back to team overview

canonical-ubuntu-qa team mailing list archive

[Merge] ~andersson123/autopkgtest-cloud:service-bundle-add-bos03-s390x-net-name-flavor into autopkgtest-cloud:master

 

Tim Andersson has proposed merging ~andersson123/autopkgtest-cloud:service-bundle-add-bos03-s390x-net-name-flavor into autopkgtest-cloud:master.

Commit message:
service-bundle: add flavors and net name for bos03-s390x

This commit adds the flavors for (staging) bos03-s390x, and adds the
required net names for both staging and production for bos03-s390x.

Requested reviews:
  Canonical's Ubuntu QA (canonical-ubuntu-qa)

For more details, see:
https://code.launchpad.net/~andersson123/autopkgtest-cloud/+git/autopkgtest-cloud/+merge/468695

Adds flavor config and net name config for bos03 s390x
-- 
Your team Canonical's Ubuntu QA is requested to review the proposed merge of ~andersson123/autopkgtest-cloud:service-bundle-add-bos03-s390x-net-name-flavor into autopkgtest-cloud:master.
diff --git a/mojo/service-bundle b/mojo/service-bundle
index fc78f7f..edde255 100644
--- a/mojo/service-bundle
+++ b/mojo/service-bundle
@@ -92,6 +92,7 @@ applications:
               default: net_prod-proposed-migration
               bos03:
                 ppc64el: net_prod-proposed-migration-ppc64el
+                s390x: net_prod-proposed-migration-s390x
 {%- elif stage_name == "staging" %}
             net-name: net_stg-proposed-migration-environment
             worker-flavor-config: |-
@@ -101,10 +102,14 @@ applications:
                 ppc64el:
                   default: builder-ppc64el-cpu2-ram4-disk20
                   big: builder-ppc64el-cpu2-ram4-disk100
+                s390x:
+                  default: autopkgtest-s390x
+                  big: autopkgtest-big-s390x
             worker-net-names: |-
               default: net_stg-proposed-migration
               bos03:
                 ppc64el: net_stg-proposed-migration-ppc64el
+                s390x: net_stg-proposed-migration-s390x
 {%- elif stage_name == "devel" %}
             net-name: net_instances
             worker-flavor-config: |-