Disable vm test in cluster wide#3613
Conversation
|
|
||
| echo 'Running cluster-wide e2e rbac, auth Tests' | ||
| ${ROOT}/prow/e2e-suite-rbac-auth.sh --cluster_wide "$@" | ||
| ${ROOT}/prow/e2e-suite.sh --auth_enable --cluster_wide "$@" |
There was a problem hiding this comment.
Should we change the title since this seems to enable VM test?
There was a problem hiding this comment.
no if you look at e2e-suite-rbac-auth.sh, it s calling ./prow/e2e-suite.sh --test_vm --auth_enable "$@"
I am just calling ./prow/e2e-suite.sh directly and dropping the --test_vm
|
/test istio-pilot-e2e |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chxchx The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
Automatic merge from submit-queue. |
|
@sebastienvas: The following test failed, say
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. |
Cluster provisioning is enabled on cluster wide test, and vm test has not been updated to use the pre-provisioned VM and is creating instead a VM in the main testing project. The VM test is using local network IP, and the cluster and the VM are not in the same project which makes communication between those 2 impossible.
Disabling the vm test for now until we can take advantage of the provisioned VM