Patch pipelines release v0.2 once more#1415
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 )
joejstuart
reviewed
Mar 8, 2024
| @@ -10,10 +10,10 @@ metadata: | |||
| == "main" | |||
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)
f0b8876 to
d87616f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-v0.2 #1415 +/- ##
================================================
+ Coverage 79.59% 86.82% +7.22%
================================================
Files 62 73 +11
Lines 4347 4682 +335
================================================
+ Hits 3460 4065 +605
+ Misses 887 617 -270
Flags with carried forward coverage won't be shown. Click here to find out more. |
simonbaird
commented
Mar 8, 2024
| value: Dockerfile.dist | ||
| - name: git-url | ||
| value: '{{repo_url}}' | ||
| value: '{{source_url}}' |
Member
Author
There was a problem hiding this comment.
I've got another commit to fix this in main branch..
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.
This is the same as PR #1411 but hopefully with the correct target branch. 😅 .