[ARVADOS] updated: 2.1.0-2453-g2a1924361
Git user
git at public.arvados.org
Wed May 11 23:42:09 UTC 2022
Summary of changes:
lib/config/load_test.go | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
via 2a1924361a836d95fd3a055fd501c96599489547 (commit)
from fb553cae8d2132a17bc31d06d7b5f95aeebff78a (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 2a1924361a836d95fd3a055fd501c96599489547
Author: Tom Clegg <tom at curii.com>
Date: Wed May 11 19:40:43 2022 -0400
19127: Update test to catch InstanceTypes computed fields.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/config/load_test.go b/lib/config/load_test.go
index abf321705..4ae9a513c 100644
--- a/lib/config/load_test.go
+++ b/lib/config/load_test.go
@@ -316,7 +316,11 @@ Clusters:
ManagementToken: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
SystemRootToken: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Collections:
- BlobSigningKey: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa`, &logbuf).Load()
+ BlobSigningKey: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+ InstanceTypes:
+ abc:
+ IncludedScratch: 123456
+`, &logbuf).Load()
c.Assert(err, check.IsNil)
yaml, err := yaml.Marshal(cfg)
c.Assert(err, check.IsNil)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list