[arvados] updated: 2.7.0-6809-g931dedc974
git repository hosting
git at public.arvados.org
Mon Jun 3 15:42:14 UTC 2024
Summary of changes:
sdk/go/arvados/vocabulary_test.go | 2 ++
1 file changed, 2 insertions(+)
via 931dedc97473200b7dfc7ab344eab2e249aeb169 (commit)
from 93d238dfaf029a18e4b641c2d1f951ecda521fac (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 931dedc97473200b7dfc7ab344eab2e249aeb169
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon Jun 3 11:39:45 2024 -0400
21841: Add new keys to the test
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/go/arvados/vocabulary_test.go b/sdk/go/arvados/vocabulary_test.go
index af62833a31..84dc4226dd 100644
--- a/sdk/go/arvados/vocabulary_test.go
+++ b/sdk/go/arvados/vocabulary_test.go
@@ -232,6 +232,7 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) {
reservedTagKeys: map[string]bool{
"container_request": true,
"container_uuid": true,
+ "container": true,
"cwl_input": true,
"cwl_output": true,
"docker-image-repo-tag": true,
@@ -241,6 +242,7 @@ func (s *VocabularySuite) TestNewVocabulary(c *check.C) {
"template_uuid": true,
"type": true,
"username": true,
+ "workflowName": true,
},
StrictTags: false,
Tags: map[string]VocabularyTag{
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list