Skip to content

Commit 3e3a17a

Browse files
committed
test: wip - test image mode
1 parent cb65c08 commit 3e3a17a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tft.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)