[tests-only] skip unit and e2e test pipelines on ready-release-go prs#1714
Merged
[tests-only] skip unit and e2e test pipelines on ready-release-go prs#1714
Conversation
006831a to
5e111ae
Compare
5e111ae to
435f71e
Compare
60323c5 to
e1f506f
Compare
9742f78 to
50db171
Compare
0c75fbd to
3a1b6d9
Compare
3a1b6d9 to
7defafd
Compare
9697d36 to
ea62dec
Compare
saw-jan
previously approved these changes
Dec 10, 2025
5864eb0 to
3155323
Compare
saw-jan
reviewed
Dec 10, 2025
a506d39 to
ec67290
Compare
72b1483 to
2034618
Compare
Signed-off-by: prashant-gurung899 <[email protected]>
saw-jan
approved these changes
Dec 10, 2025
4 tasks
This was referenced Dec 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the pipeline logic to skip all stagePipelines steps (E2E tests and unit tests) for release PRs generated by the
ready-release-goplugin. I have targetted the PR's title for this logic as all of the Release PRs start with🎉 Releaseand also targetted the sender of the PR which is alwaysopencloudersfor release PRs.The release PRs now only runs licenseCheck pipeline. See:
https://ci.opencloud.rocks/repos/6/pipeline/353
Here's the CI build for this same PR in which
🎉 Releasewas included in the title:https://ci.opencloud.rocks/repos/6/pipeline/236
Related Issue
How Has This Been Tested?
Types of changes