Skip to content

Onboard openshift-online/osci-workflow-validation to OpenShift CI#75764

Open
gurnben wants to merge 3 commits intoopenshift:mainfrom
gurnben:ephemeral-workflow-validation
Open

Onboard openshift-online/osci-workflow-validation to OpenShift CI#75764
gurnben wants to merge 3 commits intoopenshift:mainfrom
gurnben:ephemeral-workflow-validation

Conversation

@gurnben
Copy link
Member

@gurnben gurnben commented Mar 5, 2026

Add ci-operator config and a smoke test step that exercises the ephemeral-namespace workflow. The config defines two tests:

  • unit: runs go test ./... in a container
  • ephemeral-smoke: uses the ephemeral-namespace workflow to reserve a namespace, deploy the built image, verify /healthz, and release the namespace

New step-registry component:
osci-workflow-validation-smoke — deploys the app into the ephemeral
namespace and validates the health endpoint.

@openshift-ci openshift-ci bot requested review from pruan-rht and sosiouxme March 5, 2026 17:53
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 5, 2026
@openshift-ci-robot
Copy link
Contributor

@gurnben, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from base revision of release repo: could not checkout worktree: '[git checkout a36cbe048f96f3473fb6ceec8fd857ab2939df2d]' failed with out:  and error exec: Stdout already set
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.

Add ci-operator config and a smoke test step that exercises the
ephemeral-namespace workflow. The config defines two tests:

  - unit: runs go test ./... in a container
  - ephemeral-smoke: uses the ephemeral-namespace workflow to reserve
    a namespace, deploy the built image, verify /healthz, and release
    the namespace

New step-registry component:
  osci-workflow-validation-smoke — deploys the app into the ephemeral
  namespace and validates the health endpoint.
@gurnben gurnben force-pushed the ephemeral-workflow-validation branch from 2af429f to 5199e6d Compare March 5, 2026 17:58
@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Mar 5, 2026
Run make registry-metadata, make ci-operator-config, and make jobs
to regenerate step registry metadata and prow job definitions.

🐨 Generated with Crush

Assisted-by: VertexAI: Opus 4.6 via Crush <crush@charm.land>
@openshift-ci openshift-ci bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 5, 2026
@openshift-ci-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Mar 5, 2026
@gurnben
Copy link
Member Author

gurnben commented Mar 5, 2026

/retest

- Add _pluginconfig.yaml for openshift-online/osci-workflow-validation
  to enable the trigger plugin (fixes ci/prow/config failure)
- Add OWNERS file to ci-operator/jobs directory (fixes ci/prow/owners failure)
- Regenerate prow config via make prow-config

🐨 Generated with Crush

Assisted-by: VertexAI: Opus 4.6 via Crush <crush@charm.land>
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@gurnben: 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-openshift-online-osci-workflow-validation-main-ephemeral-smoke openshift-online/osci-workflow-validation presubmit Presubmit changed
pull-ci-openshift-online-osci-workflow-validation-main-images openshift-online/osci-workflow-validation presubmit Presubmit changed
pull-ci-openshift-online-osci-workflow-validation-main-unit openshift-online/osci-workflow-validation presubmit Presubmit 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
Contributor

openshift-ci bot commented Mar 5, 2026

@gurnben: 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.

@gurnben
Copy link
Member Author

gurnben commented Mar 5, 2026

/approve
/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 5, 2026

@gurnben: you cannot LGTM your own PR.

Details

In response to this:

/approve
/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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 5, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: gurnben
Once this PR has been reviewed and has the lgtm label, please assign jupierce for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants