-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: Adam Nichols <aednichols@gmail.com>
- Loading branch information
1 parent
74885ef
commit d3ded6f
Showing
6 changed files
with
52 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...es/standardTestCases/docker_hash/gcpbatch_docker_hash_dockerhub_private_usa_dockerhub.wdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
task dockerhub { | ||
command { | ||
echo "hello" | ||
} | ||
runtime { | ||
docker: "broadinstitute/cloud-cromwell:dev" | ||
backend: "GCPBATCHUSADockerhub" | ||
} | ||
} | ||
|
||
workflow docker_hash_dockerhub_private { | ||
call dockerhub | ||
} |
4 changes: 2 additions & 2 deletions
4
centaur/src/main/resources/standardTestCases/docker_hash_dockerhub_private.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
centaur/src/main/resources/standardTestCases/docker_hash_dockerhub_private_usa.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
centaur/src/main/resources/standardTestCases/gcpbatch_docker_hash_dockerhub_private_usa.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: gcpbatch_docker_hash_dockerhub_private_config_usa_wf_options | ||
testFormat: workflowsuccess | ||
# see https://github.com/broadinstitute/cromwell/pull/7515 | ||
backends: [GCPBATCHUSADockerhub] | ||
|
||
files { | ||
workflow: docker_hash/gcpbatch_docker_hash_dockerhub_private_usa_dockerhub.wdl | ||
# Updated the options to read_from_cache: false for | ||
# https://github.com/broadinstitute/cromwell/issues/3998 | ||
options-dir: "Error: BA-6546 The environment variable CROMWELL_BUILD_RESOURCES_DIRECTORY must be set/export pointing to a valid path such as '${YOUR_CROMWELL_DIR}/target/ci/resources'" | ||
options-dir: ${?CROMWELL_BUILD_RESOURCES_DIRECTORY} | ||
options: ${files.options-dir}/private_docker_papi_v2_usa.options | ||
} | ||
|
||
metadata { | ||
"calls.docker_hash_dockerhub_private.dockerhub.runtimeAttributes.docker": "broadinstitute/cloud-cromwell:dev", | ||
"calls.docker_hash_dockerhub_private.dockerhub.dockerImageUsed": "broadinstitute/cloud-cromwell@sha256:0d51f90e1dd6a449d4587004c945e43f2a7bbf615151308cff40c15998cc3ad4" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters