Skip to content

Commit e935783

Browse files
authored
Merge pull request #810 from kbrock/cross_repo_notes
describe cross repo test usage
2 parents 6585463 + 1b1aa2f commit e935783

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,14 @@ underscores replaced with hyphens.
105105

106106
Example: `@miq-bot cross_repo_tests ManageIQ/manageiq#1234 including more_core_extensions@1234abcd`
107107

108+
* The `test_repos` part adds code changes (via the `Gemfile`) and adds entries into the test matrix
109+
* The `including` part adds code changes (via the `Gemfile`) but does not add test to the matrix.
110+
108111
Also accepts repository groups, e.g. `/providers`, `/core`, `/all`
109112

110-
Example: `@miq-bot cross_repo_tests ManageIQ/manageiq#1234, /providers including more_core_extensions@1234abcd
113+
Example: `@miq-bot cross_repo_tests ManageIQ/manageiq#1234, /providers including more_core_extensions@1234abcd`
114+
115+
* This runs the PR, core PR 1234, and providers tests with changes from the PR and more_core_extension
111116

112117
## Development
113118

0 commit comments

Comments
 (0)