openstack: set correct TEST_PROVIDER in e2e-test-commands#24212
openstack: set correct TEST_PROVIDER in e2e-test-commands#24212openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
mandre
left a comment
There was a problem hiding this comment.
Much better than maintaining a list of tests to skip, thanks.
/lgtm
/hold for CI to come back
|
@EmilienM: The
The following commands are available to trigger optional jobs:
Use
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. |
|
/retest |
2e164ab to
c6191ee
Compare
|
I don't know how to trigger the openstack-proxy job, but we'll need it to test this change. |
You can make a dummy change to the proxy step to force the proxy job to run. |
|
/retest-required |
|
/hold |
|
/hold cancel |
Instead of maintaining a long list of tests that we want to skip, let's configure the TEST_PROVIDER variable correctly so it'll re-use an existing list that knows what to skip from origin. This patch also removes the hardcoded list that we had.
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, EmilienM, mandre 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 |
|
@EmilienM: 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. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
@EmilienM: Updated the
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. |
Instead of maintaining a long list of tests that we want to skip, let's
configure the TEST_PROVIDER variable correctly so it'll re-use an
existing list that knows what to skip from origin.
This patch also removes the hardcoded list that we had.