Skip to content

Commit

Permalink
gitlab: run all versions of filesystem.sh
Browse files Browse the repository at this point in the history
Run filesystem.sh with all the valid arguments for the customization
type.
  • Loading branch information
achilleas-k committed Dec 18, 2024
1 parent 64ea945 commit 75cb610
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,29 @@ 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
- CUSTOMIZATION_TYPE: "disk-plain"
RUNNER:
- aws/rhel-9.4-ga-x86_64
- CUSTOMIZATION_TYPE: "disk-lvm"
RUNNER:
- aws/rhel-9.6-nightly-x86_64
- CUSTOMIZATION_TYPE: "disk-plain"
RUNNER:
- aws/rhel-10.0-nightly-x86_64
- 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
Expand Down

0 comments on commit 75cb610

Please sign in to comment.