-
Notifications
You must be signed in to change notification settings - Fork 71
OCPBUGS-7102: make plugin e2e tests skippable #444
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
OCPBUGS-7102: make plugin e2e tests skippable #444
Conversation
Signed-off-by: perdasilva <[email protected]>
Signed-off-by: perdasilva <[email protected]>
Signed-off-by: perdasilva <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva 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 |
How can I disapprove this? 😉 |
Just say the word, @dinhxuanvu XD |
/override ci/prow/verify This is deliberately downstream-only. |
@grokspawn: Overrode contexts on behalf of grokspawn: ci/prow/verify 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/test-infra repository. |
/retest |
/hold for linking with OCPBUGS-7102 |
@perdasilva: This pull request references Jira Issue OCPBUGS-7102, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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/test-infra repository. |
/unhold |
/test e2e-upgrade |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
/lgtm |
/retest-required |
/retest |
/test verify |
/override ci/prow/verify Urg. Evidently I have to override for normal CI, and then for pre-merge-check CI as well? |
@grokspawn: Overrode contexts on behalf of grokspawn: ci/prow/verify 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/test-infra repository. |
@perdasilva: all tests passed! 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/test-infra repository. I understand the commands that are listed here. |
@perdasilva: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-7102 has been moved to the MODIFIED state. 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/test-infra repository. |
@grokspawn: new pull request created: #447 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/test-infra repository. |
This PR:
make update-plugin-deps
make vendor
targetThe CSV Labeler Plug-in test suite included a timebomb to force us to remember to switch the branch of its dependency on
github.com/openshift/cluster-policy-controller, i.e.
olm@release-master -> cluster-policy-controller@master
[email protected] -> [email protected]
[email protected] -> [email protected]
...
Instead of this, I've added a new script that go gets the latest dependency at the particular branch and attached it to the make vendor target. If there are changes here, the verify job will fail and we'll have to update the vendor folder and update the PR.
NOTE verify job will fail due to the removal of the timebomb test: changes to staging - this can be safely overridden
Signed-off-by: perdasilva [email protected]