Skip to content

feat: disable prow image builds and e2e tests on rhoai/stable branches for models-as-a-service#77280

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
chaitanya1731:disable-prow-rhoai-stable-models-as-a-service
Apr 2, 2026
Merged

feat: disable prow image builds and e2e tests on rhoai/stable branches for models-as-a-service#77280
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
chaitanya1731:disable-prow-rhoai-stable-models-as-a-service

Conversation

@chaitanya1731
Copy link
Copy Markdown
Contributor

@chaitanya1731 chaitanya1731 commented Apr 2, 2026

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

  • Remove ci-operator configs for rhoai and stable branches (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.
  • Remove all generated Prow job files (presubmits and postsubmits) for rhoai and stable branches.
  • Update _prowconfig.yaml to explicitly scope the tide query to main, rhoai, and stable branches via includedBranches, retaining squash as the merge method.
  • Remove skip_if_only_changed from the main branch e2e test config since it is already marked as optional.
  • Tide merging, approval, labeling, and all other Prow plugins remain fully active across all three branches.
  • Main branch CI jobs (image builds, e2e tests, image mirrors) are untouched.

Resolves: RHOAIENG-56443

How It Was Tested

  • Ran make update locally to regenerate Prow job configs and validated a clean build with no errors.
  • Verified that only rhoai/stable branch configs and jobs were removed; main branch configs and all Prow plugin/tide configs remain intact.

Made with Cursor

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 2, 2026
@openshift-ci openshift-ci bot requested review from SB159 and ryancham715 April 2, 2026 00:48
@chaitanya1731 chaitanya1731 force-pushed the disable-prow-rhoai-stable-models-as-a-service branch from 485768b to 65f5263 Compare April 2, 2026 00:51
@chaitanya1731
Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@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>
@chaitanya1731 chaitanya1731 force-pushed the disable-prow-rhoai-stable-models-as-a-service branch from 65f5263 to 6d957dd Compare April 2, 2026 01:47
@chaitanya1731
Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@chaitanya1731: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-opendatahub-io-models-as-a-service-main-e2e-test-maas opendatahub-io/models-as-a-service presubmit Ci-operator config changed
pull-ci-opendatahub-io-models-as-a-service-main-images opendatahub-io/models-as-a-service presubmit Ci-operator config changed
pull-ci-opendatahub-io-models-as-a-service-main-pr-image-mirror-maas-api opendatahub-io/models-as-a-service presubmit Ci-operator config changed
pull-ci-opendatahub-io-models-as-a-service-main-pr-image-mirror-maas-controller opendatahub-io/models-as-a-service presubmit Ci-operator config changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

@chaitanya1731: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Copy link
Copy Markdown

@somya-bhatnagar somya-bhatnagar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

@somya-bhatnagar: changing LGTM is restricted to collaborators

Details

In response to this:

lgtm

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.

@chaitanya1731
Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@chaitanya1731: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Apr 2, 2026
Copy link
Copy Markdown

@mynhardtburger mynhardtburger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot openshift-merge-bot bot merged commit 1a4a06c into openshift:main Apr 2, 2026
23 checks passed
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Apr 2, 2026

@chaitanya1731: Updated the config configmap in namespace ci at cluster app.ci using the following files:

  • key core-services-prow-02_config-opendatahub-io-models-as-a-service-_prowconfig.yaml using file core-services/prow/02_config/opendatahub-io/models-as-a-service/_prowconfig.yaml
Details

In response to this:

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

  • Remove ci-operator configs for rhoai and stable branches (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.
  • Remove all generated Prow job files (presubmits and postsubmits) for rhoai and stable branches.
  • Update _prowconfig.yaml to explicitly scope the tide query to main, rhoai, and stable branches via includedBranches, retaining squash as the merge method.
  • Remove skip_if_only_changed from the main branch e2e test config since it is already marked as optional.
  • Tide merging, approval, labeling, and all other Prow plugins remain fully active across all three branches.
  • Main branch CI jobs (image builds, e2e tests, image mirrors) are untouched.

Resolves: RHOAIENG-56443

How It Was Tested

  • Ran make update locally to regenerate Prow job configs and validated a clean build with no errors.
  • Verified that only rhoai/stable branch configs and jobs were removed; main branch configs and all Prow plugin/tide configs remain intact.

Made with Cursor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants