-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use 2-cores workers for make_examples step
Due to high preemption rate of single core machines, specially when the zone we use to run the job is more busy, I decided to use 2-cores workers. This might increase the cost a bit (comparing to finishing job using single core machines) however we avoid cases the overal cost of preemptive machines approaches the cost of non-preemptive machines.
- Loading branch information
Showing
2 changed files
with
144 additions
and
145 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
Oops, something went wrong.