Patch pipelines for release v0.2#1411
Merged
simonbaird merged 3 commits intoMar 8, 2024
Merged
Conversation
The original version was in PR conforma#1391, but I cherry picked this commit while re-doing the release-v0.2 branch, which I'm planning to force push shortly. Ref: https://issues.redhat.com/browse/EC-434
Apply changes to the Konflux generated default pipelines. Also remove the main branch pipelines since they're not needed in the release branch. (Commit created with hack/patch-release-pipelines.sh )
Copy the pipeline definitions from the main branch versions and apply name changes. Also remove the main branch pipelines since they're not needed in the release branch. (Commit created with hack/copy-task-release-pipelines.sh)
Member
Author
|
Not much to review here. I'll probably merge once it goes green. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1411 +/- ##
=======================================
Coverage 79.59% 79.59%
=======================================
Files 62 62
Lines 4347 4347
=======================================
Hits 3460 3460
Misses 887 887
Flags with carried forward coverage won't be shown. Click here to find out more. |
This was referenced Jun 19, 2026
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.
FYI I scrapped the original upstream/release-v0.2, so this is like a redo of the #1399 PR with the the Konflux generated pipeline from #1391 included also.
Why? Various reasons, largely related to #1402 and #1404.
Ref: EC-434