20259: Add documentation for banner and tooltip features
[arvados.git] / sdk / cwl / tests / oom / 19975-oom3.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     memoryRetryMultipler: 2
12     memoryErrorRegex: Whoops
13   ResourceRequirement:
14     ramMin: 256
15   arv:APIRequirement: {}
16 inputs:
17   fakeoom: File
18 outputs: []
19 arguments: [python3, $(inputs.fakeoom)]