Signed-off-by: Casey Bodley <cbodley@redhat.com>
- string:
name: DISTROS
- description: "A list of distros to build for. Available options are: centos7, centos8"
- default: "centos7 centos8"
+ description: "A list of distros to build for. Available options are: centos7, centos8, centos9"
+ default: "centos7 centos8 centos9"
- string:
name: ARCHS
execution-strategy:
combination-filter: |
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
- (ARCH == "x86_64" || (ARCH == "arm64" && DIST == "centos8"))
+ (ARCH == "x86_64" || (ARCH == "arm64" && ["centos8", "centos9"].contains(DIST)))
axes:
- axis:
type: label-expression
values:
- centos7
- centos8
+ - centos9
- axis:
type: dynamic
name: DIST