File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 test_distro :
14- - fedora- latest
15- - fedora- rawhide
16- - c10s
14+ - fedora: latest
15+ - fedora: rawhide
16+ - centos:stream10
1717 steps :
1818 - name : Clone the repository
1919 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The available input options are:
2323| ----------------------- | --------------------------------------- | -------- |
2424| ` cluster_configuration` | An ipalab-config cluster configuration. | yes |
2525| `test_playbooks` | A space separated list of playbooks to be executed using the cluster. | yes |
26- | `distro` | The default distro image to use. Defaults to `fedora-latest` | no |
26+ | `distro` | The default distro image to use. Defaults to `fedora`. | no |
2727| `ansible_vars` | Path to a file with variables to be used when running the playbooks. | no |
2828| `ansible_requirements` | An Ansible requirements file for the test playbooks. | no |
2929| `shutdown` | Shutdown the compose after tests are executed. Default is `false` to keep original behavior. | no |
You can’t perform that action at this time.
0 commit comments