You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'ver-2309-parallel-ic-setup' into 'master'
parallelize VM allocations in Farm
Tested on `update_workload_large_payload`:
Parallel allocation:
```
======================= Summary =======================
Task setup PASSED in 166.78s -- Exited with code 0.
Task test PASSED in 2024.53s -- Exited with code 0.
=======================================================
```
vs normal
```
======================= Summary =======================
Task setup PASSED in 197.88s -- Exited with code 0.
Task test PASSED in 1974.27s -- Exited with code 0.
=======================================================
```
See merge request dfinity-lab/public/ic!12505
0 commit comments