[ARVADOS] updated: 1.1.4-227-gcccb24d
Git user
git at public.curoverse.com
Mon May 7 15:38:01 EDT 2018
Summary of changes:
sdk/cwl/tests/wf/expect_packed.cwl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
via cccb24d9aff22e4b06e9f10db6e43f6e8d0704ee (commit)
from 4eb74089201b3ea298599397d34baf5ddd029929 (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 cccb24d9aff22e4b06e9f10db6e43f6e8d0704ee
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon May 7 15:37:28 2018 -0400
Tweak tests for slightly different ruamel.yaml behavior, refs #13435
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/tests/wf/expect_packed.cwl b/sdk/cwl/tests/wf/expect_packed.cwl
index f450771..7def3e6 100644
--- a/sdk/cwl/tests/wf/expect_packed.cwl
+++ b/sdk/cwl/tests/wf/expect_packed.cwl
@@ -23,16 +23,16 @@ $graph:
inputs:
- id: '#main/x'
type: File
- default: {class: File, location: 'keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt',
+ default: {class: File, location: keep:169f39d466a5438ac4a90e779bf750c7+53/blorp.txt,
size: 16, basename: blorp.txt, nameroot: blorp, nameext: .txt}
- id: '#main/y'
type: Directory
- default: {class: Directory, location: 'keep:99999999999999999999999999999998+99',
+ default: {class: Directory, location: keep:99999999999999999999999999999998+99,
basename: 99999999999999999999999999999998+99}
- id: '#main/z'
type: Directory
default: {class: Directory, basename: anonymous, listing: [{basename: renamed.txt,
- class: File, location: 'keep:99999999999999999999999999999998+99/file1.txt',
+ class: File, location: keep:99999999999999999999999999999998+99/file1.txt,
nameroot: renamed, nameext: .txt}]}
outputs: []
steps:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list