Skip to content
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

Allow controlling CI test runs with commit messages #9

Open
f1ames opened this issue Dec 17, 2020 · 0 comments
Open

Allow controlling CI test runs with commit messages #9

f1ames opened this issue Dec 17, 2020 · 0 comments
Labels
priority:medium Issue with medium priority.

Comments

@f1ames
Copy link
Contributor

f1ames commented Dec 17, 2020

Travis (or rather GitHub itself 🤔) supports [skip ci] flag which skips CI runs when added to specific commit for this commit. We could have something similar (for commit title/message) which allows:

  • Skipping all tests, e.g. [tests:skip]
  • Running full test run e.g. [tests:all]
  • Running specific tests, e.g. [tests:testsPath] ([tests:is:unit,path:/tests/plugins/image2])

This can help us run more/less tests if we see there is some mismatch in tests diff thing (see #1). Or do a full run if we see that changes introduced are really broad.

Related to #1.

@f1ames f1ames added the priority:medium Issue with medium priority. label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium Issue with medium priority.
Projects
None yet
Development

No branches or pull requests

1 participant