-
Notifications
You must be signed in to change notification settings - Fork 88
CNTRLPLANE-1309: set up openshift-tests-extension for cluster-kube-scheduler-operator and add a sanity test #585
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
…heduler-operator and add a sanity test
|
@sandeepknd: This pull request references CNTRLPLANE-1309 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.21.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. |
|
/assign @ingvagabund |
be103cc to
801c0fe
Compare
801c0fe to
09ffe45
Compare
|
/test okd-scos-e2e-aws-ovn |
|
/test e2e-aws-ovn |
|
/test okd-scos-e2e-aws-ovn |
|
/test okd-scos-e2e-aws-ovn |
1 similar comment
|
/test okd-scos-e2e-aws-ovn |
|
Please hold on. Currently, some teams encountered issue using comat_otp to migrate the test cases from the private repo to their own repo, see https://redhat-internal.slack.com/archives/C07RDCVEYJG/p1760624199090789, I was trying to build test-extension and component seperately, avoid conflicts of rebase for component, because product code needs to use latest version of openshift other dependencies. Most of this work has been completed, you can refer to that later. See openshift/service-ca-operator#283 |
5dabd3d to
181dcab
Compare
|
@sandeepknd: This pull request references CNTRLPLANE-1309 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.21.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. |
181dcab to
f23c9d1
Compare
|
@sandeepknd: 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. |
|
/test e2e-aws-operator-preferred-host |
|
Add |
f23c9d1 to
c480db7
Compare
| @@ -0,0 +1,7 @@ | |||
| reviewers: | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add @zhouying7780 also here
c480db7 to
b3ed513
Compare
|
/lgtm |
|
/retest e2e-aws-ovn |
|
@sandeepknd: The The following commands are available to trigger optional jobs: Use 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 kubernetes-sigs/prow repository. |
|
/test e2e-aws-ovn |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ingvagabund, sandeepknd, 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 |
|
/verified by CI tests. |
|
@sandeepknd: This PR has been marked as verified by 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. |
As part of the https://issues.redhat.com/browse/CNTRLPLANE-1221 and sub task https://issues.redhat.com/browse/CNTRLPLANE-1309, raised this PR which introduces a binary and supporting structure to enable the execution of cluster-kube-scheduler-operator tests using the Open Test Environment (OTE).
Changes:
Update go.mod, go.sum with required dependencies for ginkgo and openshift-tests-extension
Added vendor dependencies for new OTE framework
Please find the OTE test results.