Skip to content

Commit

Permalink
path fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Sep 25, 2024
1 parent 5fdf771 commit 797a997
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 797a997

Please sign in to comment.