Merge branch '14345-proppatch'
[arvados.git] / sdk / cwl / tests / federation / cases / runner-home-step-remote.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.0
6 class: Workflow
7 $namespaces:
8   arv: "http://arvados.org/cwl#"
9 requirements:
10   InlineJavascriptRequirement: {}
11   DockerRequirement:
12     dockerPull: arvados/fed-test:runner-home-step-remote
13 inputs:
14   inp: File
15   runOnCluster: string
16 outputs:
17   hash:
18     type: File
19     outputSource: md5sum/hash
20 steps:
21   md5sum:
22     in:
23       inp: inp
24       runOnCluster: runOnCluster
25     hints:
26       arv:ClusterTarget:
27         cluster_id: $(inputs.runOnCluster)
28     out: [hash]
29     run: md5sum.cwl