Skip to content

Commit 654d79c

Browse files
committed
more
1 parent 18d8e68 commit 654d79c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/tft.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ jobs:
173173
uses: sclorg/testing-farm-as-github-action@v3
174174
if: steps.set_vars.outputs.platform_is_supported == 'true'
175175
with:
176-
git_url: https://github.com/richm/linux-system-roles-tft-tests
177-
git_ref: image-mode
176+
git_ref: main
178177
pipeline_settings: '{ "type": "tmt-multihost" }'
179178
environment_settings: '{ "provisioning": { "tags": { "BusinessUnit": "system_roles" } } }'
180179
# Keeping ARTIFACTS_URL at the bottom makes the link in logs clickable

plans/test_playbooks_parallel.fmf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ discover:
4848
how: fmf
4949
where: managed_node
5050
filter: tag:prep_managed_node
51-
url: https://github.com/linux-system-roles/tft-tests
52-
ref: main
51+
url: https://github.com/linux-system-roles-tft-tests
52+
ref: image-mode
5353
- name: Run test playbooks from control_node
5454
how: fmf
5555
where: control_node
5656
filter: tag:test_playbooks
57-
url: https://github.com/linux-system-roles/tft-tests
58-
ref: main
57+
url: https://github.com/linux-system-roles-tft-tests
58+
ref: image-mode
5959
# Uncomment this step for troubleshooting
6060
# This is required because currently testing-farm cli doesn't support running multi-node plans
6161
# You can set ID_RSA_PUB in the environment section above to your public key to distribute it to nodes

0 commit comments

Comments
 (0)