We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77585c commit 8ae04e3Copy full SHA for 8ae04e3
2 files changed
.github/workflows/main.yml
@@ -44,3 +44,4 @@ jobs:
44
# Avoid using xen guests as some machines don't support kdump
45
tmt_hardware: '{"virtualization.hypervisor": "!= xen"}'
46
pipeline_settings: '{"type": "tmt-multihost"}'
47
+ tmt_context: "trigger=GitHub_Action"
plans/ssh_src.fmf
@@ -27,3 +27,10 @@ adjust:
27
- name: server
28
how: connect
29
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