Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WX-1108] Add tests back #7148

Merged
merged 4 commits into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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