forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cicd] reduce parallelism to cut down on costs
e2e tests take about 40 minutes total and about 15 minutes to setup: 1 runner -- 55 minutes 2 runners -- 35 minutes 3 runners -- 28 minutes the better approach is to figure out how to clean up the shell script to run two jobs at a time... while the unit tests can take up to an hour, they normally run really quickly thanks to nextest benchmarks take forever to compile and shouldn't be using non-standard interfaces, so disabling just because
- Loading branch information
Showing
1 changed file
with
7 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters