Skip to content

Commit bfdce81

Browse files
authored
[AN-488] Clean up Papi related Centaur tests (#7808)
1 parent 8f6c817 commit bfdce81

File tree

163 files changed

+92
-2438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+92
-2438
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ cromwell-service-account.json
4646
cwl_conformance_test.inputs.json
4747
dockerhub_provider_config_v1.inc.conf
4848
dockerhub_provider_config_v2.inc.conf
49-
papi_application.inc.conf
5049
papi_refresh_token.options.json
5150
papi_v2_gcsa.options.json
5251
private_docker_papi_v2_usa.options

centaur/src/main/resources/engineUpgradeTestCases/call_cache_cha_cha_papi.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: call_cache_cha_cha_papi
22
testFormat: CromwellRestartWithRecover
33
callMark: call_cache_cha_cha.sleep_during_restart
4-
backends: [Papi, GCPBATCH]
4+
backends: [GCPBATCH]
55
tags: [engine_upgrade]
66
retryTestFailures: false
77

centaur/src/main/resources/integrationTestCases/lots_of_inputs_scattered.papi.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ testFormat: workflowsuccess
66
# `ignore`ing for now but hopefully can be re-enabled in Jenkins if full metadata fetches can be sidestepped (BT-380)
77
# or perhaps migrated to the Cromwell perf environment.
88
ignore: true
9-
backends: [ Papiv2, GCPBATCH ]
9+
backends: [ GCPBATCH ]
1010

1111
files {
1212
workflow: scale/lots_of_inputs_scattered/lots_of_inputs_scattered.wdl
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cromwell_restart
22
testFormat: CromwellRestartWithRecover
3-
backends: [Papiv1, GCPBATCH]
3+
backends: [GCPBATCH]
44
callMark: cromwell_restart.cromwell_killer
55
retryTestFailures: false
66

@@ -15,10 +15,10 @@ metadata {
1515
"calls.cromwell_restart.first_task.executionStatus": Done
1616
"calls.cromwell_restart.cromwell_killer.executionStatus": Done
1717
"calls.cromwell_restart.third_task.executionStatus": Done
18-
"calls.cromwell_restart.first_task.callCaching.hashes.backend name": "36EF4A8AB268D1A1C74D8108C93D48ED"
19-
"calls.cromwell_restart.first_task.backend": "Papiv2"
20-
"calls.cromwell_restart.cromwell_killer.callCaching.hashes.backend name": "36EF4A8AB268D1A1C74D8108C93D48ED"
21-
"calls.cromwell_restart.cromwell_killer.backend": "Papiv2"
22-
"calls.cromwell_restart.third_task.callCaching.hashes.backend name": "36EF4A8AB268D1A1C74D8108C93D48ED"
23-
"calls.cromwell_restart.third_task.backend": "Papiv2"
18+
"calls.cromwell_restart.first_task.callCaching.hashes.backend name": "F9B949AB11D336FE12AEEF8C8DB7D3F9"
19+
"calls.cromwell_restart.first_task.backend": "GCPBATCH"
20+
"calls.cromwell_restart.cromwell_killer.callCaching.hashes.backend name": "F9B949AB11D336FE12AEEF8C8DB7D3F9"
21+
"calls.cromwell_restart.cromwell_killer.backend": "GCPBATCH"
22+
"calls.cromwell_restart.third_task.callCaching.hashes.backend name": "F9B949AB11D336FE12AEEF8C8DB7D3F9"
23+
"calls.cromwell_restart.third_task.backend": "GCPBATCH"
2424
}

centaur/src/main/resources/papiUpgradeTestCases/papi_upgrade.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: papi_upgrade
22
testFormat: PapiUpgrade
3-
backends: [Papi, GCPBATCH]
3+
backends: [GCPBATCH]
44
tags: [papi_upgrade]
55
callMark: papi_upgrade.cromwell_killer
66
retryTestFailures: false

centaur/src/main/resources/standardTestCases/abort.restart_abort_jes.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ignore: false
22
name: abort.restart_abort_jes
33
testFormat: ScheduledAbortWithRestart
44
callMark: scheduled_abort.aborted
5-
backends: [Papi, GCPBATCH]
5+
backends: [GCPBATCH]
66

77
files {
88
workflow: abort/scheduled_abort.wdl

centaur/src/main/resources/standardTestCases/attempt_to_call_size_function_on_bucket.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: attempt_to_call_size_function_on_bucket
22
testFormat: workflowfailure
3-
backends: [Papiv2, GCPBATCH]
3+
backends: [GCPBATCH]
44

55
files {
66
workflow: attempt_to_call_size_function_on_bucket/attempt_to_call_size_function_on_bucket.wdl

centaur/src/main/resources/standardTestCases/biscayne_new_runtime_attributes_lifesciences.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: ["wdl_biscayne"]
44

55
# Will run on a Cromwell that supports any one of these backends
66
backendsMode: any
7-
backends: [Papi, Papiv2, GCPBatch]
7+
backends: [GCPBatch]
88

99
files {
1010
workflow: wdl_biscayne/biscayne_new_runtime_attributes/biscayne_new_runtime_attributes.wdl

centaur/src/main/resources/standardTestCases/bucket_name_with_no_trailing_slash.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bucket_name_with_no_trailing_slash
22
testFormat: workflowfailure
3-
backends: [Papiv2, GCPBATCH]
3+
backends: [GCPBATCH]
44

55
files {
66
workflow: attempt_to_localize_bucket_as_file/attempt_to_localize_bucket_as_file.wdl

centaur/src/main/resources/standardTestCases/bucket_name_with_trailing_slash.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bucket_name_with_trailing_slash
22
testFormat: workflowfailure
3-
backends: [Papiv2, GCPBATCH]
3+
backends: [GCPBATCH]
44

55
files {
66
workflow: attempt_to_localize_bucket_as_file/attempt_to_localize_bucket_as_file.wdl

0 commit comments

Comments
 (0)