21700: Install Bundler system-wide in Rails postinst
[arvados.git] / sdk / cwl / tests / oom / 19975-oom.cwl
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 cwlVersion: v1.2
6 class: CommandLineTool
7 $namespaces:
8   arv: "http://arvados.org/cwl#"
9 hints:
10   arv:OutOfMemoryRetry:
11     memoryRetryMultiplier: 2
12   ResourceRequirement:
13     ramMin: 256
14   arv:APIRequirement: {}
15 inputs:
16   fakeoom: File
17 outputs: []
18 arguments: [python3, $(inputs.fakeoom)]