Fix 2.4.2 upgrade notes formatting refs #19330
[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     keep_cache: 512
19 inputs:
20   - id: x
21     type: File
22   - id: y
23     type: Directory
24   - id: z
25     type: Directory
26 outputs: []
27 steps:
28   - id: step1
29     in:
30       - { id: x, source: "#x" }
31     out: []
32     run: ../tool/submit_tool.cwl