Enable cluster provisioning on all e2e#3790
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3790 +/- ##
=======================================
- Coverage 77% 76% -<1%
=======================================
Files 291 291
Lines 26847 26912 +65
=======================================
+ Hits 20423 20433 +10
- Misses 5120 5171 +51
- Partials 1304 1308 +4
Continue to review full report at Codecov.
|
|
/test e2e-bookInfo |
|
/test e2e-simple |
|
/lgtm |
|
/test all [submit-queue is verifying that this PR is safe to merge] |
|
/hold bookinfo and simple tests are not required at the moment but I want to see them passing before the merge bot acting too fast. Anyone please comment hold cancel once they pass |
|
it should work however I discovered that when we do the test command for a given target, since we have 2 entries in the prow config, it triggers both and since we have the same name, the second starting abort the first one which is why it failed when I manually try to start it. I ll check with the k8s guys if they ever encountered this. |
|
/lgtm cancel //PR changed after LGTM, removing LGTM. @chxchx @sebastienvas |
prow/e2e-suite.sh
Outdated
|
|
||
| source ${ROOT}/prow/lib.sh | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml | ||
| # for exiting resources types |
prow/istio-pilot-e2e.sh
Outdated
|
|
||
| export NUM_NODES=4 | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml | ||
| # for exiting resources types |
| source ${ROOT}/prow/lib.sh | ||
| setup_and_export_git_sha | ||
|
|
||
| export NUM_NODES=4 |
There was a problem hiding this comment.
Is this not needed? How do we get 4 nodes for this test?
There was a problem hiding this comment.
the pool already created cluster with 4 nodes. https://github.com/sebastienvas/test-infra/blob/eba53851a4e94bda1abb2b1e50e5ba0457a750d7/boskos/configs.yaml#L12
| setup_and_export_git_sha | ||
|
|
||
| export NUM_NODES=4 | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml |
| E2E_ARGS=() | ||
|
|
||
| source ${ROOT}/prow/lib.sh | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chxchx, yutongz 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 |
| E2E_ARGS=() | ||
|
|
||
| source ${ROOT}/prow/lib.sh | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml |
prow/e2e-suite.sh
Outdated
|
|
||
| source ${ROOT}/prow/lib.sh | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml | ||
| # for exiting resources types |
| setup_and_export_git_sha | ||
|
|
||
| export NUM_NODES=4 | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml |
prow/istio-pilot-e2e.sh
Outdated
|
|
||
| export NUM_NODES=4 | ||
| # Check https://github.com/istio/test-infra/blob/master/boskos/configs.yaml | ||
| # for exiting resources types |
| source ${ROOT}/prow/lib.sh | ||
| setup_and_export_git_sha | ||
|
|
||
| export NUM_NODES=4 |
There was a problem hiding this comment.
the pool already created cluster with 4 nodes. https://github.com/sebastienvas/test-infra/blob/eba53851a4e94bda1abb2b1e50e5ba0457a750d7/boskos/configs.yaml#L12
No description provided.