-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add resourcewatch controller to e2e-operator test for KAS-O #8368
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
|
/retest |
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.
Are you tarring while the writer is still running? You need to stop it first as was suggested in the Slack thread.
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.
cfd6e36 to
b545146
Compare
|
/retest |
1 similar comment
|
/retest |
| openshift-tests run-resourcewatch & | ||
| rw_pid=$! | ||
| make test-e2e JUNITFILE=/tmp/artifacts/junit_report.xml --warn-undefined-variables | ||
| kill -9 $rw_pid |
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.
graceful kill doesn't work?
|
/lgtm you need green proof @damemi if this works, how do we do this enable it for all jobs? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damemi, deads2k The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@damemi: 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/test-infra repository. I understand the commands that are listed here. |
|
Fixing the missing binary test will rely on openshift/cluster-kube-apiserver-operator#844 |
|
This is still blocked on the discussion in openshift/cluster-kube-apiserver-operator#844 (comment) Specifically, we need to make the binary available in the operator image by copying it from the builder. But we only want to have it available in CI. I couldn't find any way to conditionally do the docker COPY so if we can't figure that out, we'll either need to always copy the openshift-tests binary or do this somewhere besides the operator e2e |
put in the image in the openshift-test image, right? |
damemi
left a comment
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.
/close
|
@damemi: Closed this 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/test-infra repository. |
This implements the
run-resourcewatchconfig change watcher for kube-apiserver-operator's e2e (openshift/origin#24845)