[ARVADOS] updated: 1.3.0-2740-g8921a4561

Git user git at public.arvados.org
Mon Jun 29 18:45:54 UTC 2020


Summary of changes:
 sdk/cwl/tests/arvados-tests.yml            | 2 +-
 sdk/cwl/tests/wf-defaults/default-dir4.cwl | 4 ++--
 sdk/cwl/tests/wf-defaults/wf4.cwl          | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

       via  8921a4561cf42d0d44a3676683a9be2b851aad2e (commit)
      from  7a2b8cbedd6f97a044c10784a66e2e75f9010cb8 (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 8921a4561cf42d0d44a3676683a9be2b851aad2e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jun 29 14:45:10 2020 -0400

    Fixed default value bug, don't expect test to fail any more
    
    refs #16382
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/tests/arvados-tests.yml b/sdk/cwl/tests/arvados-tests.yml
index df9fac842..786dc643c 100644
--- a/sdk/cwl/tests/arvados-tests.yml
+++ b/sdk/cwl/tests/arvados-tests.yml
@@ -219,7 +219,7 @@
     out: null
   tool: wf-defaults/wf4.cwl
   doc: default in embedded subworkflow missing 'id' field
-  should_fail: true
+  should_fail: false
 
 - job: null
   output:
diff --git a/sdk/cwl/tests/wf-defaults/default-dir4.cwl b/sdk/cwl/tests/wf-defaults/default-dir4.cwl
index 8bfc5d63f..a5b9c2f3e 100644
--- a/sdk/cwl/tests/wf-defaults/default-dir4.cwl
+++ b/sdk/cwl/tests/wf-defaults/default-dir4.cwl
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-cwlVersion: v1.0
+cwlVersion: v1.1
 class: Workflow
 inputs: []
 outputs: []
@@ -21,4 +21,4 @@ steps:
             class: Directory
             location: inp1
       outputs: []
-      arguments: [echo, $(inputs.inp2)]
\ No newline at end of file
+      arguments: [echo, $(inputs.inp2)]
diff --git a/sdk/cwl/tests/wf-defaults/wf4.cwl b/sdk/cwl/tests/wf-defaults/wf4.cwl
index 6e562e43d..27abea290 100644
--- a/sdk/cwl/tests/wf-defaults/wf4.cwl
+++ b/sdk/cwl/tests/wf-defaults/wf4.cwl
@@ -2,7 +2,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-cwlVersion: v1.0
+cwlVersion: v1.1
 class: Workflow
 inputs: []
 outputs: []
@@ -14,4 +14,4 @@ steps:
   step1:
     in: []
     out: []
-    run: default-dir4.cwl
\ No newline at end of file
+    run: default-dir4.cwl

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list