-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: add ability to run additional test tags against PRs #5658
Conversation
c4de42c
to
55842e8
Compare
8a0b562
to
99976ca
Compare
f955bf3
to
6f1c83b
Compare
e957bf5
to
e85b7db
Compare
1450af9
to
a7d0727
Compare
a7d0727
to
3b98832
Compare
abc3310
to
7e13e8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I think the best way to really review this properly is to start using it and I am going to that post merge in a minute.
Oh, actually I think we are waiting for the upstream merge, but excited to try this out. |
Intent
This PR enhances our test-based workflows by making them more modular, composable, and dispatchable (is that a word?). In addition, we can now specify additional tags with an ampersand (
&critical
, etc) anywhere in PR text to run additional tests against a pull request.Changes
Modular Workflows
@win
or@web
Dynamic Tag Parsing
&critical
, etc) in PR descriptions to be parsed and included dynamically.QA Notes
Screenshots
test-full-suite.yml dispatch
test-e2e-linux.yml dispatch
test-e2e-windows.yml dispatch
test-e2e-release.yml dispatch