21700: Install Bundler system-wide in Rails postinst
[arvados.git] / sdk / cwl / tests / wf / submit_wf_no_reuse.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. Disables job/container reuse.
6
7 class: Workflow
8 cwlVersion: v1.2
9 $namespaces:
10   arv: "http://arvados.org/cwl#"
11   cwltool: "http://commonwl.org/cwltool#"
12 inputs:
13   - id: x
14     type: File
15   - id: y
16     type: Directory
17   - id: z
18     type: Directory
19 outputs: []
20 steps:
21   - id: step1
22     in:
23       - { id: x, source: "#x" }
24     out: []
25     run: ../tool/submit_tool.cwl
26 hints:
27   WorkReuse:
28     enableReuse: false