Skip to content

Commit

Permalink
[WX-1108] Add tests back (#7148)
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman authored May 30, 2023
1 parent 0119ac6 commit f931c25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ object Settings {
Instructions.Run("""mkdir -p /usr/local/gcloud \
| && tar -C /usr/local/gcloud -xvf /tmp/google-cloud-sdk.tar.gz \
| && /usr/local/gcloud/google-cloud-sdk/install.sh""".stripMargin),
// instructions to install `getm`. Pin to version 0.0.4 as the behaviors of future versions with respect to
// instructions to install `getm`. Pin to version 0.0.5 as the behaviors of future versions with respect to
// messages or exit codes may change.
Instructions.Run("pip3 install getm==0.0.4")
Instructions.Run("pip3 install getm==0.0.5")
)
)

Expand Down
2 changes: 0 additions & 2 deletions src/ci/bin/testCentaurHoricromtalPapiV2beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@ cromwell::build::run_centaur \
-e relative_output_paths_colliding \
-e standard_output_paths_colliding_prevented \
-e papi_v2alpha1_gcsa \
-e drs_usa_jdr \
-e drs_usa_jdr_preresolve

cromwell::build::generate_code_coverage
2 changes: 0 additions & 2 deletions src/ci/bin/testCentaurPapiV2beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ cromwell::build::run_centaur \
-e relative_output_paths_colliding \
-e standard_output_paths_colliding_prevented \
-e papi_v2alpha1_gcsa \
-e drs_usa_jdr \
-e drs_usa_jdr_preresolve

cromwell::build::generate_code_coverage

0 comments on commit f931c25

Please sign in to comment.