[ARVADOS] updated: 1.1.4-551-g334c069f4

Git user git at public.curoverse.com
Thu Jul 5 16:28:25 EDT 2018


Summary of changes:
 sdk/cwl/tests/wf/{submit_wf.cwl => submit_wf_runner_resources.cwl} | 6 ++++++
 1 file changed, 6 insertions(+)
 copy sdk/cwl/tests/wf/{submit_wf.cwl => submit_wf_runner_resources.cwl} (81%)

       via  334c069f4da11278844f4276b5c254e8cbf06412 (commit)
      from  4e714090c2c81cddcef6da393b5680f3fcfe40b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 334c069f4da11278844f4276b5c254e8cbf06412
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Jul 5 16:28:13 2018 -0400

    13681: Add new test file
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/tests/wf/submit_wf_runner_resources.cwl b/sdk/cwl/tests/wf/submit_wf_runner_resources.cwl
new file mode 100644
index 000000000..9e2712194
--- /dev/null
+++ b/sdk/cwl/tests/wf/submit_wf_runner_resources.cwl
@@ -0,0 +1,31 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+# Test case for arvados-cwl-runner
+#
+# Used to test whether scanning a workflow file for dependencies
+# (e.g. submit_tool.cwl) and uploading to Keep works as intended.
+
+class: Workflow
+cwlVersion: v1.0
+$namespaces:
+  arv: "http://arvados.org/cwl#"
+hints:
+  arv:WorkflowRunnerResources:
+    ramMin: 2000
+    coresMin: 2
+inputs:
+  - id: x
+    type: File
+  - id: y
+    type: Directory
+  - id: z
+    type: Directory
+outputs: []
+steps:
+  - id: step1
+    in:
+      - { id: x, source: "#x" }
+    out: []
+    run: ../tool/submit_tool.cwl

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list