[ARVADOS] updated: 2.1.0-1817-gc595d3cd2

Git user git at public.arvados.org
Sat Jan 8 19:02:43 UTC 2022


Summary of changes:
 lib/crunchrun/docker_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c595d3cd2d9f117bc09cf66762d3698c95aebf86 (commit)
      from  213252bdc6ecb17484f5dfca10a8aba875768183 (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 c595d3cd2d9f117bc09cf66762d3698c95aebf86
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Sat Jan 8 14:02:33 2022 -0500

    12630: Fix test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/lib/crunchrun/docker_test.go b/lib/crunchrun/docker_test.go
index 9a1573193..53201b8d5 100644
--- a/lib/crunchrun/docker_test.go
+++ b/lib/crunchrun/docker_test.go
@@ -59,6 +59,6 @@ func (s *dockerStubSuite) TestDockerContainerConfig(c *C) {
 	c.Check(hostCfg.Resources.DeviceRequests, DeepEquals, []dockercontainer.DeviceRequest{{
 		Driver:       "nvidia",
 		Count:        3,
-		Capabilities: [][]string{{"gpu", "nvidia", "compute"}},
+		Capabilities: [][]string{{"gpu", "nvidia", "compute", "utility"}},
 	}})
 }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list