feat: disable prow image builds and e2e tests on rhoai/stable branches for models-as-a-service#77280
Conversation
485768b to
65f5263
Compare
|
/pj-rehearse auto-ack |
|
@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…s for models-as-a-service remove ci-operator configs and generated prow jobs for rhoai and stable branches of opendatahub-io/models-as-a-service since konflux now handles image builds and e2e testing for those branches. tide merging and prow plugins remain active across main, rhoai, and stable branches. the e2e test on main is updated to remove skip_if_only_changed since it is already optional. add skip_if_only_changed to the images config so the auto-generated images presubmit and postsubmit skip for docs-only changes. Signed-off-by: Chaitanya Kulkarni <chkulkar@redhat.com>
65f5263 to
6d957dd
Compare
|
/pj-rehearse auto-ack |
|
@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@chaitanya1731: all tests passed! 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. |
|
@somya-bhatnagar: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions 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. |
|
/pj-rehearse ack |
|
@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chaitanya1731, mynhardtburger, somya-bhatnagar 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 |
|
@chaitanya1731: Updated the
DetailsIn response to this:
Instructions 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. |
Summary
Disable Prow image builds and e2e test jobs on rhoai and stable branches for
opendatahub-io/models-as-a-service, since Konflux now handles image builds and e2e testing for those branches.Description
opendatahub-io-models-as-a-service-rhoai.yaml,opendatahub-io-models-as-a-service-stable.yaml), which defined image builds, e2e tests, and image mirror jobs._prowconfig.yamlto explicitly scope the tide query tomain,rhoai, andstablebranches viaincludedBranches, retaining squash as the merge method.skip_if_only_changedfrom the main branch e2e test config since it is already marked as optional.Resolves: RHOAIENG-56443
How It Was Tested
make updatelocally to regenerate Prow job configs and validated a clean build with no errors.Made with Cursor