[ARVADOS] updated: 2.1.0-1765-gc31f885b1

Git user git at public.arvados.org
Wed Jan 5 21:06:38 UTC 2022


Summary of changes:
 sdk/cwl/tests/test_container.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

       via  c31f885b1bc1be61bcbca7ec3a2eed007718c93b (commit)
      from  8c9c451ce03f5af75719064db4442eba74c51120 (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 c31f885b1bc1be61bcbca7ec3a2eed007718c93b
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jan 5 16:06:28 2022 -0500

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

diff --git a/sdk/cwl/tests/test_container.py b/sdk/cwl/tests/test_container.py
index fb43c1013..21ae4a7af 100644
--- a/sdk/cwl/tests/test_container.py
+++ b/sdk/cwl/tests/test_container.py
@@ -1061,11 +1061,11 @@ class TestContainer(unittest.TestCase):
             "id": "",
             "cwlVersion": "v1.2",
             "class": "CommandLineTool",
-            "hints": [
+            "requirements": [
             {
                 "class": "http://commonwl.org/cwltool#CUDARequirement",
-                "minCUDADriverVersion": "11.0",
-                "minCUDAHardwareCapability": "9.0",
+                "cudaVersionMin": "11.0",
+                "cudaComputeCapabilityMin": "9.0",
             }
         ]
         })

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list