[arvados] updated: 2.1.0-2946-gc634fdaf0
git repository hosting
git at public.arvados.org
Fri Oct 21 20:57:44 UTC 2022
Summary of changes:
sdk/go/arvados/vocabulary.go | 4 ++--
sdk/go/arvados/vocabulary_test.go | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
via c634fdaf04b09ccd64d418c37dddc1eb7ff1c490 (commit)
from 9b1154beb90c7d174053e7487a3f9b7dc937dcf8 (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 c634fdaf04b09ccd64d418c37dddc1eb7ff1c490
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Oct 21 16:57:29 2022 -0400
19466: Fix typo and test with cwl_ properties
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/go/arvados/vocabulary.go b/sdk/go/arvados/vocabulary.go
index 17e63964f..bf60a7702 100644
--- a/sdk/go/arvados/vocabulary.go
+++ b/sdk/go/arvados/vocabulary.go
@@ -37,8 +37,8 @@ func (v *Vocabulary) systemTagKeys() map[string]bool {
"docker-image-repo-tag": true,
"filters": true,
"container_request": true,
- "cwl_inputs": true,
- "cwl_outputs": true,
+ "cwl_input": true,
+ "cwl_output": true,
}
}
diff --git a/sdk/go/arvados/vocabulary_test.go b/sdk/go/arvados/vocabulary_test.go
index 84b9bf229..f31a4f984 100644
--- a/sdk/go/arvados/vocabulary_test.go
+++ b/sdk/go/arvados/vocabulary_test.go
@@ -238,6 +238,8 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) {
"docker-image-repo-tag": true,
"filters": true,
"container_request": true,
+ "cwl_input": true,
+ "cwl_output": true,
},
StrictTags: false,
Tags: map[string]VocabularyTag{
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list