-
Notifications
You must be signed in to change notification settings - Fork 92
CNTRLPLANE-1257: set up openshift-tests-extension and add a sanity test #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@wangke19: This pull request references CNTRLPLANE-1257 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.20.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
004013c
to
16767f4
Compare
a74e665
to
bfbc833
Compare
@wangke19: This pull request references CNTRLPLANE-1257 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
@wangke19: This pull request references CNTRLPLANE-1257 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/payload-with-prs 4.20 ci blocking openshift/origin#30120 |
@wangke19: trigger 5 job(s) of type blocking for the ci release of OCP 4.20
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/5add31a0-79c1-11f0-9792-9f279f9d79b5-0 |
@wangke19: This pull request references CNTRLPLANE-1257 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
/approve |
/retest |
hmmm, @vrutkovs You are not in OWNERS list, It's time to update it. |
…nshift-apiserver-operator#623 Enable OTE for apiserver Operators and servers
/test e2e-aws-ovn |
@wangke19: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
…nshift-apiserver-operator#623 Enable OTE for apiserver Operators and servers
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gangwgr, tkashem, vrutkovs, wangke19 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
bea3c98
into
openshift:main
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-openshift-apiserver-operator |
Description
This commit introduces a binary and supporting structure to enable the
execution of OpenShift origin (openshift-apiserver-operator) tests using the Open Test Environment (OTE).
It lays the groundwork for moving origin test in openshift/origin to
be executed from this repository using OTE.
Checklist from https://docs.google.com/document/d/1cFZj9QdzW8hbHc3H0Nce-2xrJMtpDJrwAse9H7hLiWk/edit?tab=t.0
the extension is to be registered here openshift/origin#30120
Local Tests
Blocks