Skip to content

Commit

Permalink
WX-1103 Accelerate TES CI (#7130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed May 10, 2023
1 parent b1ec16a commit 17efd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion centaur/test_cromwell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Arguments:
INITIAL_DIR=$(pwd)
RUN_DIR=$(pwd)
LOG_DIR="${RUN_DIR}"/logs
TEST_THREAD_COUNT=16
TEST_THREAD_COUNT=16 # Note that most users of this script override this value
CENTAUR_SBT_COVERAGE=false
CROMWELL_TIMEOUT=10s
SUITE=""
Expand Down
5 changes: 3 additions & 2 deletions src/ci/bin/testCentaurTes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ startup_funnel
# read_file_limits: Fail only in Travis for unknown reason (Note that the draft 3 version does not fail)
# docker_hash_dockerhub: Prone to request rate limiting by Dockerhub

# Limiting Centaur to 4 threads here in order to try to prevent exceeding the OS's max open files limit: BA-6153
# Setting threads to 8 upon moving from Travis to Github Actions. If we run into problems with
# exceeding the OS's max open files limit, reduce. See BA-6153.
cromwell::build::run_centaur \
-p 2 \
-p 8 \
-e docker_hash_dockerhub \
-e call_cache_capoeira_local \
-e draft3_call_cache_capoeira_local \
Expand Down

0 comments on commit 17efd59

Please sign in to comment.