1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
5 Arvados federated workflow testing
7 Requires cwltool 1.0.20181109150732 or later
12 "acr": "/path/to/arvados-cwl-runner",
13 "arvado_api_host_insecure": false,
14 "arvados_api_hosts": [
15 "c97qk.arvadosapi.com",
16 "4xphq.arvadosapi.com",
17 "9tee4.arvadosapi.com"
19 "arvados_api_token": "...",
20 "arvados_cluster_ids": [
27 Or create an arvbox test cluster:
29 $ cwltool --enable-ext arvbox-make-federation.cwl --arvbox_base ~/.arvbox/ --in_acr /path/to/arvados-cwl-runner > main-test.json
34 $ cwltool main.cwl main-test.json
39 $ cwltool --print-targets main.cwl
42 Run a specific test case:
44 $ cwltool -t twostep-remote-copy-to-home main.cwl main-test.json