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>
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
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