Skip to content

Commit 8ae04e3

Browse files
committed
Don't run ssh_src test as user test when it's triggered by Github Action
Currently, testing farm doesn't support running a test as specified user.
1 parent e77585c commit 8ae04e3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444
# Avoid using xen guests as some machines don't support kdump
4545
tmt_hardware: '{"virtualization.hypervisor": "!= xen"}'
4646
pipeline_settings: '{"type": "tmt-multihost"}'
47+
tmt_context: "trigger=GitHub_Action"

plans/ssh_src.fmf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ adjust:
2727
- name: server
2828
how: connect
2929
guest: $@KAB_SERVER_IP_SRC
30+
31+
32+
# Currently, testing farm doesn't support run the test with specified user name
33+
- when: trigger == GitHub_Action
34+
provision:
35+
- name: client
36+
- name: server

0 commit comments

Comments
 (0)