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-1351 Another round of CI cleanup #7336

Merged
merged 17 commits into from
Dec 8, 2023
381 changes: 7 additions & 374 deletions src/ci/bin/test.inc.sh

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions src/ci/bin/testCentaurEngineUpgradePapiV2alpha1.sh

This file was deleted.

26 changes: 0 additions & 26 deletions src/ci/bin/testCentaurHoricromtalEngineUpgradePapiV2alpha1.sh

This file was deleted.

29 changes: 0 additions & 29 deletions src/ci/bin/testCentaurHoricromtalPapiV2alpha1.sh

This file was deleted.

2 changes: 2 additions & 0 deletions src/ci/bin/testCentaurHoricromtalPapiV2beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ cromwell::build::run_centaur \
-e standard_output_paths_colliding_prevented \
-e papi_v2alpha1_gcsa \
-e restart \
-e lots_of_inputs \
# `lots_of_inputs` is redundant to, and a less rigorous version of, `lots_of_inputs_papiv2`

cromwell::build::generate_code_coverage

Expand Down

This file was deleted.

3 changes: 0 additions & 3 deletions src/ci/bin/testCentaurPapiUpgradePapiV2alpha1.sh

This file was deleted.

27 changes: 0 additions & 27 deletions src/ci/bin/testCentaurPapiV2alpha1.sh

This file was deleted.

2 changes: 2 additions & 0 deletions src/ci/bin/testCentaurPapiV2beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ cromwell::build::run_centaur \
-e standard_output_paths_colliding_prevented \
-e papi_v2alpha1_gcsa \
-e restart \
-e lots_of_inputs \
# `lots_of_inputs` is redundant to, and a less rigorous version of, `lots_of_inputs_papiv2`

cromwell::build::generate_code_coverage

Expand Down
27 changes: 0 additions & 27 deletions src/ci/bin/testDockerScripts.sh

This file was deleted.

34 changes: 0 additions & 34 deletions src/ci/bin/testMetadataComparisonPython.sh

This file was deleted.

8 changes: 0 additions & 8 deletions src/ci/bin/test_gcpbatch.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ cromwell::private::batch::setup_batch_gcloud() {
export CROMWELL_BUILD_BATCH_GCR_IMAGES
export CROMWELL_BUILD_BATCH_PROJECT_ID

if [[ "${CROMWELL_BUILD_PROVIDER}" == "${CROMWELL_BUILD_PROVIDER_TRAVIS}" ]]; then
cromwell::private::batch::install_gcloud
fi

# All `gcloud` commands should use this configuration directory.
# https://stackoverflow.com/questions/34883810/how-to-authenticate-google-apis-with-different-service-account-credentials
# https://github.com/googleapis/google-auth-library-java/issues/58
Expand Down Expand Up @@ -106,9 +102,5 @@ cromwell::private::batch::setup_batch_service_account() {

cromwell::build::batch::setup_batch_centaur_environment() {
cromwell::private::batch::setup_batch_gcloud
if [[ "${CROMWELL_BUILD_PROVIDER}" != "${CROMWELL_BUILD_PROVIDER_JENKINS}" ]]
then
cromwell::private::batch::setup_batch_gcr
fi
cromwell::private::batch::setup_batch_service_account
}
9 changes: 1 addition & 8 deletions src/ci/bin/test_papi.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ cromwell::private::papi::setup_papi_gcloud() {
export CROMWELL_BUILD_PAPI_GCR_IMAGES
export CROMWELL_BUILD_PAPI_PROJECT_ID

if [[ "${CROMWELL_BUILD_PROVIDER}" == "${CROMWELL_BUILD_PROVIDER_TRAVIS}" ]]; then
cromwell::private::papi::install_gcloud
fi

# All `gcloud` commands should use this configuration directory.
# https://stackoverflow.com/questions/34883810/how-to-authenticate-google-apis-with-different-service-account-credentials
# https://github.com/googleapis/google-auth-library-java/issues/58
Expand Down Expand Up @@ -115,10 +111,7 @@ cromwell::private::papi::setup_papi_endpoint_url() {

cromwell::build::papi::setup_papi_centaur_environment() {
cromwell::private::papi::setup_papi_gcloud
if [[ "${CROMWELL_BUILD_PROVIDER}" != "${CROMWELL_BUILD_PROVIDER_JENKINS}" ]]
then
cromwell::private::papi::setup_papi_gcr
fi
cromwell::private::papi::setup_papi_gcr
cromwell::private::papi::setup_papi_service_account
cromwell::private::papi::setup_papi_endpoint_url
}
12 changes: 0 additions & 12 deletions src/ci/bin/test_unit.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ source "${BASH_SOURCE%/*}/test.inc.sh" || source test.inc.sh

cromwell::build::unit::setup_scale_factor() {
case "${CROMWELL_BUILD_PROVIDER}" in
"${CROMWELL_BUILD_PROVIDER_TRAVIS}")
CROMWELL_BUILD_UNIT_SPAN_SCALE_FACTOR=2
;;
"${CROMWELL_BUILD_PROVIDER_JENKINS}")
CROMWELL_BUILD_UNIT_SPAN_SCALE_FACTOR=10
;;
*)
CROMWELL_BUILD_UNIT_SPAN_SCALE_FACTOR=1
;;
Expand All @@ -33,12 +27,6 @@ cromwell::build::unit::setup_scale_factor() {

cromwell::build::unit::setup_exclude_tags() {
case "${CROMWELL_BUILD_PROVIDER}" in
"${CROMWELL_BUILD_PROVIDER_TRAVIS}")
CROMWELL_BUILD_UNIT_EXCLUDE_TAGS="AwsTest,CromwellIntegrationTest,DbmsTest,GcsIntegrationTest"
;;
"${CROMWELL_BUILD_PROVIDER_JENKINS}")
CROMWELL_BUILD_UNIT_EXCLUDE_TAGS="AwsTest,CromwellIntegrationTest,DockerTest,DbmsTest,GcsIntegrationTest"
;;
*)
# Use the full list of excludes listed in Testing.scala
CROMWELL_BUILD_UNIT_EXCLUDE_TAGS=""
Expand Down
20 changes: 0 additions & 20 deletions src/ci/resources/papi_v1_v2alpha1_provider_config.inc.conf

This file was deleted.

81 changes: 0 additions & 81 deletions src/ci/resources/papi_v2alpha1_application.conf

This file was deleted.

Loading
Loading