Merge branch '17948-test-collection-tool' into main. Closes #17948
[arvados.git] / sdk / cwl / tests / wf / submit_storage_class_wf.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Test case for arvados-cwl-runner
6 #
7 # Used to test whether scanning a workflow file for dependencies
8 # (e.g. submit_tool.cwl) and uploading to Keep works as intended.
9
10 class: Workflow
11 cwlVersion: v1.0
12 $namespaces:
13   arv: "http://arvados.org/cwl#"
14 hints:
15   arv:OutputStorageClass:
16     finalStorageClass: [foo, bar]
17 inputs:
18   - id: x
19     type: File
20   - id: y
21     type: Directory
22   - id: z
23     type: Directory
24 outputs: []
25 steps:
26   - id: step1
27     in:
28       - { id: x, source: "#x" }
29     out: []
30     run: ../tool/submit_tool.cwl