File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ concurrency:
4747jobs :
4848 check-e2e-needed :
4949 name : Check if E2E should run
50- runs-on : [self-hosted, enclave-small ]
50+ runs-on : [self-hosted, pr-validation ]
5151 timeout-minutes : 5
5252 outputs :
5353 should_run : ${{ steps.decision.outputs.should_run }}
9797
9898 e2e-deployment :
9999 name : E2E Deployment Test
100- runs-on : [self-hosted, enclave-large ]
100+ runs-on : [self-hosted, ci-test ]
101101 timeout-minutes : 210 # 3.5 hours
102102 needs : check-e2e-needed
103103 if : needs.check-e2e-needed.outputs.should_run == 'true'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 infra-verify :
1616 name : Infrastructure Verification
17- runs-on : [self-hosted, enclave-small ]
17+ runs-on : [self-hosted, ci-test-1 ]
1818 timeout-minutes : 120
1919
2020 env :
You can’t perform that action at this time.
0 commit comments