13493: Merge branch 'master' into 13493-federation-proxy
[arvados.git] / sdk / cwl / tests / wf / submit_wf_runner_resources.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:WorkflowRunnerResources:
16     ramMin: 2000
17     coresMin: 2
18 inputs:
19   - id: x
20     type: File
21   - id: y
22     type: Directory
23   - id: z
24     type: Directory
25 outputs: []
26 steps:
27   - id: step1
28     in:
29       - { id: x, source: "#x" }
30     out: []
31     run: ../tool/submit_tool.cwl