Bump up cluster nodes for pilot e2e tests on prow#3663
Bump up cluster nodes for pilot e2e tests on prow#3663istio-merge-robot merged 1 commit intoistio:masterfrom
Conversation
|
Nice but Prow itself should just be scheduling not running tests ? Cc @sebastienvas |
|
Yes @ldemailly is right. Prow is only scheduling and reporting. The actual tests run on GKE cluster |
|
@chxchx I don't think that's true. In the log for a failed test, I see: This implies that it's using a cluster from create_cluster(). Notice that it only has a single node. |
|
You're right @nmittler, your change will improve run time. I'll be working on updating this to take advantage of the pre-provisioning shortly after I am done with postsubmit. |
|
Now I see what you mean. Sorry I was confused by the PR title and thought this were to change the Prow cluster node numbers. The pilot e2e test creates |
|
Also the error seems unrelated: |
ha! We've all been feeling the pain of these tests ... it's now completing in ~ 20 min, which includes a complete cluster spin-up. So, not too shabby .... and passing the tests is good too :P |
|
Does anyone have any issues with forcing the merge? As I stated above, I don't think the error is related. |
|
I was confused too by "prow cluster" but you mean indeed the target clusters I didn't know those were dynamically created, I thought it was either a pool or shared but |
|
/lgtm cancel //PR changed after LGTM, removing LGTM. @ldemailly @nmittler |
The pilot e2e tests appear to be extremely flaky and take significantly longer with a single node. Bumping up to 4 seems to vastly greatly things.
37a85e6 to
8ed2743
Compare
|
I've updated the title to (hopefully) be more clear. Also, I've changed the scripts around so that only the pilot e2e tests will use 4 nodes. PTAL |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chxchx, ldemailly 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] |
|
shouldn't it be multi nodes for everyone - which test will work well on 1 node ? |
I tried that, but the mixer tests were failing for some reason, so I changed it so that only pilot e2e is impacted. Didn't want to investigate - especially given that everything should be migrating to the pooled clusters eventually. |
|
/test e2e-simple |
|
Automatic merge from submit-queue. |
The pilot e2e tests appear to be extremely flaky and take significantly
longer with a single node. Bumping up to 4 seems to vastly greatly
things.