oauth-apiserver: add OTE serial test jobs to master and release-4.22#76677
oauth-apiserver: add OTE serial test jobs to master and release-4.22#76677wangke19 wants to merge 2 commits intoopenshift:mainfrom
Conversation
Add two optional OTE (OpenShift Tests Extension) presubmit jobs for the oauth-apiserver master and release-4.22 branches: - e2e-aws-component-serial-ote: runs openshift/oauth-apiserver/component/serial suite - e2e-aws-component-serial-disruptive-ote: runs openshift/oauth-apiserver/component/serial-disruptive suite Modeled after the service-ca-operator OTE jobs pattern.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wangke19 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 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
PR needs rebase. 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. |
|
@wangke19: The following tests 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. |
Summary
Add two optional OTE (OpenShift Tests Extension) presubmit jobs for the
oauth-apiservermaster andrelease-4.22branches, modeled after the service-ca-operator OTE jobs:e2e-aws-component-serial-ote: runs theopenshift/oauth-apiserver/component/serialtest suitee2e-aws-component-serial-disruptive-ote: runs theopenshift/oauth-apiserver/component/serial-disruptivetest suiteBoth jobs are marked
optional: trueand use theipi-awsworkflow withopenshift-e2e-testref.Test plan
/test e2e-aws-component-serial-otetriggers correctly on an oauth-apiserver PR/test e2e-aws-component-serial-disruptive-otetriggers correctly on an oauth-apiserver PRReplaces #76660 (rebased onto current upstream/main to fix merge conflict in release-4.22-presubmits.yaml).