murdock: allow skipping of PR builds#11785
Conversation
7fc2c7b to
3cd8a06
Compare
|
Can you put bb180d0 (or cherry-pick a copy) so the effect is visible with your fixups? Or are you still testing yourself? |
|
still testing. locally it works perfectly, somehow not in the murdock checkout... |
3e986cf to
4f0164b
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
|
Since the stale bot brought this back to my attention: doesn't it make more sense if this were upstream in |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
|
Is there a difference between this and |
|
The label can only be set by contributors with triaging rights and only PR-wise. This change allows for having this commit-wise and done by the contributor who provides the change. |
Ah thanks, I should stop reading diagonally through a Pr description. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
|
@kaspar030 any plans to work on this further? |
d008626 to
7df35ad
Compare
7df35ad to
aad67b9
Compare
probably, not even queueing the build would be best. @aabadie's rewrite supports this already. I think this is ready for review! |
|
closing this one, doesn't seem to scratch enough itch |
Contribution description
This PR adds support for not running a build by having "[ci skip]" in the HEAD commit message.
The check is hooked into both the job collection (to skip it), and into "static-tests" (to report an error and fail the build).
WIPTesting procedure
There's a test commit that fails the build. Here's the output:
Issues/PRs references