-
Notifications
You must be signed in to change notification settings - Fork 25
[tests-only] skip unit and e2e test pipelines on ready-release-go prs #1714
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
Merged
Conversation
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
006831a to
5e111ae
Compare
5e111ae to
435f71e
Compare
60323c5 to
e1f506f
Compare
9742f78 to
50db171
Compare
0c75fbd to
3a1b6d9
Compare
3a1b6d9 to
7defafd
Compare
a506d39 to
ec67290
Compare
2034618 to
9e336df
Compare
saw-jan
reviewed
Dec 10, 2025
Contributor
saw-jan
left a comment
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.
this should be enough
7643bb0 to
31b60e9
Compare
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
31b60e9 to
d2b597c
Compare
saw-jan
approved these changes
Dec 10, 2025
4 tasks
openclouders
pushed a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
7 tasks
prashant-gurung899
added a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
prashant-gurung899
added a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
7 tasks
prashant-gurung899
added a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
prashant-gurung899
added a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
7 tasks
saw-jan
pushed a commit
that referenced
this pull request
Dec 11, 2025
[tests-only] skip unit and e2e test pipelines on ready-release-go prs
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