forked from ofiwg/libfabric
-
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.
contrib/aws: EFA 2 node MPI/Libfabric tests in parallel
Reduce the time it takes to run AWS PR CI to 2.5 hours by creating new clusters to run Libfabric/MPI tests in parallel. AWS's Jenkins uses lockable resources to limit the max number of instances used at any one time. This patch will cause Jenkins to scale up to our max number of allowed instances faster, which effectively reduces the number of jobs that can be run in parallel (jobs will queue). The queue time will be shorter because the jobs using the resource under contention will run faster. When there are few jobs running on the server, jobs time will go from 4.5 hours to 2.5 hours. When the server is under heavy load, job completion time should not change much. Signed-off-by: Seth Zegelstein <[email protected]>
- Loading branch information
Showing
1 changed file
with
30 additions
and
20 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