gitlab: run all versions of filesystem.sh
Run filesystem.sh with all the valid arguments for the customization type.
This commit is contained in:
parent
077a56b9ac
commit
a237447ca0
1 changed files with 23 additions and 5 deletions
|
|
@ -519,12 +519,30 @@ filesystem.sh:
|
|||
extends: .integration
|
||||
parallel:
|
||||
matrix:
|
||||
- RUNNER:
|
||||
- aws/fedora-40-x86_64
|
||||
- *rhel_runners
|
||||
|
||||
- CUSTOMIZATION_TYPE: "disk-btrfs"
|
||||
RUNNER:
|
||||
- aws/fedora-40-x86_64
|
||||
- CUSTOMIZATION_TYPE: "filesystem"
|
||||
RUNNER:
|
||||
- aws/rhel-8.10-ga-x86_64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
- CUSTOMIZATION_TYPE: "disk-plain"
|
||||
RUNNER:
|
||||
- aws/rhel-9.4-ga-x86_64
|
||||
- aws/rhel-10.0-nightly-x86_64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
- CUSTOMIZATION_TYPE: "disk-lvm"
|
||||
RUNNER:
|
||||
- aws/rhel-9.6-nightly-x86_64
|
||||
INTERNAL_NETWORK: ["true"]
|
||||
- CUSTOMIZATION_TYPE: "disk-lvm"
|
||||
RUNNER:
|
||||
- aws/centos-stream-9-x86_64
|
||||
- CUSTOMIZATION_TYPE: "filesystem"
|
||||
RUNNER:
|
||||
- aws/centos-stream-10-x86_64
|
||||
variables:
|
||||
SCRIPT: filesystem.sh
|
||||
SCRIPT: filesystem.sh ${CUSTOMIZATION_TYPE}
|
||||
|
||||
cross-distro.sh:
|
||||
extends: .integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue