We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 870fe95 + 9c6dd60 commit 9460c49Copy full SHA for 9460c49
.github/workflows/container-tests.yml
@@ -50,6 +50,13 @@ jobs:
50
api_key: "TF_PUBLIC_API_KEY"
51
branch: "main"
52
tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"
53
+ - tmt_plan: "c8s"
54
+ os_test: "c8s"
55
+ context: "CentOS Stream 8"
56
+ compose: "CentOS-Stream-8"
57
+ api_key: "TF_PUBLIC_API_KEY"
58
+ branch: "main"
59
+ tmt_repo: "https://github.com/sclorg/sclorg-testing-farm"
60
if: |
61
github.event.issue.pull_request
62
&& (contains(github.event.comment.body, '[test]') || contains(github.event.comment.body, '[test-all]'))
0 commit comments