[arvados] updated: 2.7.0-6015-g282c677a7f

git repository hosting git at public.arvados.org
Fri Feb 23 18:45:28 UTC 2024


Summary of changes:
 sdk/cwl/arvados_cwl/executor.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

       via  282c677a7f39fe4186085c2705472bff9658a012 (commit)
      from  316b202c1c91a777432d5c4697305e61c1afa972 (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 282c677a7f39fe4186085c2705472bff9658a012
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Feb 23 13:45:07 2024 -0500

    19744: Need to have runtime_constraints on hand
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index 8facc9f380..729baffe1d 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -370,7 +370,8 @@ The 'jobs' API is no longer supported.
                     page = keys[:pageSize]
                     try:
                         proc_states = table.list(filters=[["uuid", "in", page]], select=["uuid", "container_uuid", "state", "log_uuid",
-                                                                                         "output_uuid", "modified_at", "properties"]).execute(num_retries=self.num_retries)
+                                                                                         "output_uuid", "modified_at", "properties",
+                                                                                         "runtime_constraints"]).execute(num_retries=self.num_retries)
                     except Exception as e:
                         logger.warning("Temporary error checking states on API server: %s", e)
                         remain_wait = self.poll_interval

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list