Onboard openshift-online/osci-workflow-validation to OpenShift CI#75764
Onboard openshift-online/osci-workflow-validation to OpenShift CI#75764gurnben wants to merge 3 commits intoopenshift:mainfrom
Conversation
|
@gurnben, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
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.
2af429f to
5199e6d
Compare
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>
|
/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>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@gurnben: 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. |
|
/approve |
|
@gurnben: you cannot LGTM your own PR. 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gurnben The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add ci-operator config and a smoke test step that exercises the ephemeral-namespace workflow. The config defines two tests:
New step-registry component:
osci-workflow-validation-smoke — deploys the app into the ephemeral
namespace and validates the health endpoint.