From 797a99752ce3122687f8984a92e7cde5bbb09b22 Mon Sep 17 00:00:00 2001 From: Miguel Covarrubias Date: Wed, 25 Sep 2024 19:01:29 -0400 Subject: [PATCH] path fixups --- .../standardTestCases/gcpbatch_drs_usa_jdr_preresolve.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/centaur/src/main/resources/standardTestCases/gcpbatch_drs_usa_jdr_preresolve.test b/centaur/src/main/resources/standardTestCases/gcpbatch_drs_usa_jdr_preresolve.test index e24ee7b1ad..9ca9f7ceaf 100644 --- a/centaur/src/main/resources/standardTestCases/gcpbatch_drs_usa_jdr_preresolve.test +++ b/centaur/src/main/resources/standardTestCases/gcpbatch_drs_usa_jdr_preresolve.test @@ -17,20 +17,20 @@ metadata { status: Succeeded "outputs.drs_usa_jdr.path1" = - "/cromwell_root/drs_localization_paths/CromwellSimpleWithFilerefs/hello_jade.json" + "/mnt/disks/cromwell_root/drs_localization_paths/CromwellSimpleWithFilerefs/hello_jade.json" # This JDR file has a gsUri that can be preresolved to a regular GCS file for improved localization performance. # However this means that the file's container path is determined by the GCS localization logic and not the # `localizationPath`-aware DRS localization logic. The GCS localization logic always uses a containerized version # of the GCS path, which is what this expectation represents. "outputs.drs_usa_jdr.path2" = - "/cromwell_root/broad-jade-dev-data-bucket/e1941fb9-6537-4e1a-b70d-34352a3a7817/ad783b60-aeba-4055-8f7b-194880f37259/hello_jade_2.json" + "/mnt/disks/cromwell_root/broad-jade-dev-data-bucket/e1941fb9-6537-4e1a-b70d-34352a3a7817/ad783b60-aeba-4055-8f7b-194880f37259/hello_jade_2.json" "outputs.drs_usa_jdr.hash1" = "faf12e94c25bef7df62e4a5eb62573f5" "outputs.drs_usa_jdr.hash2" = "19e1b021628130fda04c79ee9a056b67" "outputs.drs_usa_jdr.size1" = 18.0 "outputs.drs_usa_jdr.size2" = 38.0 # This JDR file has a gsUri that doesn't end in /fileName so it must be downloaded with the DRS localizer "outputs.drs_usa_jdr.cloud1" = - "/cromwell_root/drs_localization_paths/CromwellSimpleWithFilerefs/hello_jade.json" + "/mnt/disks/cromwell_root/drs_localization_paths/CromwellSimpleWithFilerefs/hello_jade.json" # This JDR file has a gsUri that can skip localization "outputs.drs_usa_jdr.cloud2" = "gs://broad-jade-dev-data-bucket/e1941fb9-6537-4e1a-b70d-34352a3a7817/ad783b60-aeba-4055-8f7b-194880f37259/hello_jade_2.json"