File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,12 @@ jobs:
113113 ansible_version : 2.17
114114 - platform : CentOS-Stream-10
115115 ansible_version : 2.17
116+ - platform : CentOS-Stream-9-image-mode
117+ ansible_version : 2.17
118+ - platform : CentOS-Stream-10-image-mode
119+ ansible_version : 2.17
120+ - platform : RHEL-10.0-image-mode
121+ ansible_version : 2.17
116122 runs-on : ubuntu-latest
117123 env :
118124 ARTIFACTS_DIR_NAME : " tf_${{ github.event.repository.name }}-${{ github.event.issue.number }}_\
@@ -157,7 +163,8 @@ jobs:
157163 uses : sclorg/testing-farm-as-github-action@v3
158164 if : contains(needs.prepare_vars.outputs.supported_platforms, matrix.platform)
159165 with :
160- git_ref : main
166+ git_url : https://github.com/richm/linux-system-roles-tft-tests
167+ git_ref : image-mode
161168 pipeline_settings : ' { "type": "tmt-multihost" }'
162169 environment_settings : ' { "provisioning": { "tags": { "BusinessUnit": "system_roles" } } }'
163170 # Keeping ARTIFACTS_URL at the bottom makes the link in logs clickable
You can’t perform that action at this time.
0 commit comments