]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-container-build-ceph-base-push-imgs*: allow specifying FLAVOR 2250/head
authorDan Mick <dan.mick@redhat.com>
Thu, 30 May 2024 19:42:54 +0000 (12:42 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 30 May 2024 19:42:54 +0000 (12:42 -0700)
Add parameters to set variables that the job scripts will look for
to choose which flavors to build.  This will override the defaults in
ceph-container.git; the defaults are set to the same as
ceph-container.git at this moment, but are probably soon to change to
centos,9.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-container-build-ceph-base-push-imgs-arm64/config/definitions/ceph-container-build-ceph-base-push-imgs-arm64.yml
ceph-container-build-ceph-base-push-imgs/config/definitions/ceph-container-build-ceph-base-push-imgs.yml

index 37f13e02b9e22381eb15bc4c9a151fec62b4b3ec..1200b6003e481328bc72aff86e2ab2d41f61eb78 100644 (file)
     triggers:
       - timed: '@daily'
 
+    parameters:
+      - string:
+          name: AARCH64_FLAVORS_TO_BUILD
+          description: "arm64 flavor(s) to build"
+          default: "pacific,centos,8 quincy,centos,8 reef,centos,8"
+
     scm:
       - git:
           url: https://github.com/ceph/ceph-container.git
index 1f72526c20f1bd1763744a50c8130a259501a5cc..5d2a4afc581f8d95e334b1fa360506602b0a3871 100644 (file)
     triggers:
       - timed: '@daily'
 
+    parameters:
+      - string:
+          name: X86_64_FLAVORS_TO_BUILD
+          description: "x86 flavor(s) to build"
+          default: "pacific,centos,8 quincy,centos,8 reef,centos,8"
+
     scm:
       - git:
           url: https://github.com/ceph/ceph-container.git