You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
Per our new workflows we are opening draft PRs at the start of development, rather than at the end.
To avoid spamming CI with un-needed jobs and devs needing to add [no-ci] to commit notes, we would like to have a skip-ci label, which when attached to a PR would skip CI until removed.
Describe your ideal solution
Avoid all CI jobs from running, or minimally bail early in a pre-flight job.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
I have searched the open feature requests and have found no duplicates for this feature request
The text was updated successfully, but these errors were encountered:
Just to add to this MRC currently has the ability to skip certain stages based on a label on the PR. This could easily be expanded to skip the rest of CI. Should look to MRC for an example implementation
* Adds a `get-pr-info` job at the head of the pipeline which examines the labels on the PR.
* If the PR contains the `skip-ci` label, the rest of the jobs in the CI pipeline are skipped.
* This avoids the requirement to include `[no ci]` in commit comments.
* After the label is removed CI will execute on the next push.
Closes#1183
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Michael Demoret (https://github.com/mdemoret-nv)
URL: #1444
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
Per our new workflows we are opening draft PRs at the start of development, rather than at the end.
To avoid spamming CI with un-needed jobs and devs needing to add
[no-ci]
to commit notes, we would like to have askip-ci
label, which when attached to a PR would skip CI until removed.Describe your ideal solution
Avoid all CI jobs from running, or minimally bail early in a pre-flight job.
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: