[ARVADOS] updated: 2.1.0-2451-g12e0b04c5
Git user
git at public.arvados.org
Wed May 11 19:57:20 UTC 2022
Summary of changes:
sdk/cwl/tests/arvados-tests.yml | 11 +++++++++--
sdk/cwl/tests/cat2.cwl | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
via 12e0b04c56f0e1ba9dd0f0450d9e96ceee04f1b7 (commit)
from 58241cc5b82c39270b1d0425a0a1fec4aae8f45e (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 12e0b04c56f0e1ba9dd0f0450d9e96ceee04f1b7
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Wed May 11 15:57:06 2022 -0400
19109: Fix integration test
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 836e66700..2f309cfe8 100644
--- a/sdk/cwl/tests/arvados-tests.yml
+++ b/sdk/cwl/tests/arvados-tests.yml
@@ -453,11 +453,18 @@
- job: 19109-upload-secondary.yml
output: {
"out": {
- "basename": "catted",
+ "basename": "file1.catted",
"class": "File",
- "location": "catted",
+ "location": "file1.catted",
"size": 20,
"checksum": "sha1$c4cead17cebdd829f38c48e18a28f1da72339ef7"
+ },
+ "out2": {
+ "basename": "file2.catted",
+ "checksum": "sha1$6f71c5d1512519ede45bedfdd624e05fd8037b0d",
+ "class": "File",
+ "location": "file2.catted",
+ "size": 12
}
}
tool: 19109-upload-secondary.cwl
diff --git a/sdk/cwl/tests/cat2.cwl b/sdk/cwl/tests/cat2.cwl
index f8cd57822..82d93efbf 100644
--- a/sdk/cwl/tests/cat2.cwl
+++ b/sdk/cwl/tests/cat2.cwl
@@ -10,7 +10,7 @@ inputs:
secondaryFiles:
- pattern: .tbi
required: true
-stdout: catted
+stdout: $(inputs.inp.nameroot).catted
outputs:
out:
type: stdout
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list