Skip to content

Commit

Permalink
Merge pull request #1181 from M4rtinK/master-fixup_workflow_trigger_docs
Browse files Browse the repository at this point in the history
Fixup documentation for PR comment triggers
  • Loading branch information
rvykydal authored May 21, 2024
2 parents 0e5c614 + d4bf65a commit 098795d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/test-os-variants.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Run kickstart tests in a PR triggered by a "/test-os-variants" command from an organization member
#
# /test-os-variants - execute all tests affected by the PR or smoke tests if there is no such.
# Or specify tests by combination of test names and/or options:
# /test-os-variants --testtype TESTTYPE --skip-testtypes TYPE[,TYPE..] TEST1 TEST2
# To run all tests affected by the PR (or just smoke tests if the PR changes no tests)
# use this in a PR comment:
#
# /test-os-variants
#
# Alternatively it is also possible to specify tests to run or test to be skipped:
#
# /test-os-variants --testtype TESTTYPE --skip-testtypes TYPE[,TYPE..] TEST1 TEST2
#
# Lastly there is a dry-run mode, that just indicates which tests would be run
# (useful to check test grouping and overall infra health):
#
# /test-os-variants-dry
#
#
# For dry run use:
# /test-os-variants-dry
name: test-os-variants
on:
issue_comment:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ tests, and PRs usually just run a few tests so that flakes are much less likely
to ruin the result.

To test a PR on all supported os versions (including rhel) there is a
`test-os-versions`_ workflow running the tests on a comment in a PR.
`test-os-variants`_ workflow running the tests on a comment in a PR.
Running it requires admin repository permissions.

Service jobs
Expand Down

0 comments on commit 098795d

Please sign in to comment.