Skip to content

Commit

Permalink
Add examples to test-os-variants GH workflow doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed May 22, 2024
1 parent a6698ba commit 1e25fdc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test-os-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,29 @@
#
# /test-os-variants
#
#
# Alternatively it is also possible to specify tests to run explicitly:
#
# /test-os-variants --testtype TESTTYPE --skip-testtypes TYPE[,TYPE..] TEST1 TEST2
#
# Examples:
#
# /test-os-variants keyboard lang
# ... run the tests specified by names (space separated)
#
# /test-os-variants --skip-testtypes gh123,gh765 keyboard lang
# ... run the tests specified by names while skipping tests with given types (comma separated)
#
# /test-os-variants --testtype network
# ... run all the tests of type network
#
# /test-os-variants --testtype network --skip-testtypes gh123,gh765
# ... run all the tests of type network while skipping tests with given types (comma separated)
#
# /test-os-variants --skip-testtypes gh123,gh765
# ... run all the tests while skipping tests with given types (comma separated)
#
#
# Lastly there is a dry-run mode, that just indicates which tests would be run
# (useful to check test grouping and overall infra health):
#
Expand Down

0 comments on commit 1e25fdc

Please sign in to comment.