chore(konflux): add Tekton pipeline definitions for release-v0.17#1241
chore(konflux): add Tekton pipeline definitions for release-v0.17#1241jlost wants to merge 1 commit intoopendatahub-io:release-v0.17from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (4)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Port .tekton/ files from release-v0.15, updating CEL expressions to target release-v0.17. Remove .tekton from .gitignore so these files are properly tracked. Signed-off-by: James Ostrander <jostrand@redhat.com> Made-with: Cursor Signed-off-by: James Ostrander <jostrand@redhat.com> Made-with: Cursor
2065295 to
ff6937b
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlost, vivekk16 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@jlost: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
replaced by #1240 |
|
@jlost: The following test has Succeeded: OCI Artifact Browser URLInspecting Test Artifacts ManuallyTo inspect your test artifacts manually, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/opendatahub/odh-ci-artifacts:kserve-group-test-dq7s4 |
Summary
Ports
.tekton/pipeline definitions fromrelease-v0.15torelease-v0.17so Konflux/PaC can trigger image builds on this branch. Without these files, release tags based onrelease-v0.17(e.g.,odh-v3.4-EA2) do not produce any images.Changes from release-v0.15 source
target_branch == "release-v0.15"->target_branch == "release-v0.17"(all 8 pull/push files).gitignore: Unchanged (.tektonentry kept; files are force-tracked as onrelease-v0.15)kserve-group-test.yaml: Copied as-is (no branch filter -- triggers onevent == "group-test")release-v0.15HEAD (:odh-v3.4-EA2)Note: Merging this PR will trigger PaC to build the EA2 images (kserve-controller, kserve-router, kserve-agent, kserve-storage-initializer) tagged :odh-v3.4-EA2 on Quay, since the merge is a push event to release-v0.17 matching the CEL expressions in the .tekton/ files.
After merging, the next step is to re-run the release workflow for kserve with allow_existing_tag: true to bump the Tekton output-image tags to the next release (e.g., odh-v3.4).