[ARVADOS] updated: 1.2.0-427-g22cad1a48

Git user git at public.curoverse.com
Wed Nov 21 14:47:07 EST 2018


Summary of changes:
 sdk/cwl/arvados_cwl/arvcontainer.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  22cad1a48a8bea5a6f46c4241e139b03ee32e877 (commit)
      from  01c15b155aa4d16a1d86a20bd4d30353ecba6f15 (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 22cad1a48a8bea5a6f46c4241e139b03ee32e877
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Nov 21 14:46:38 2018 -0500

    Fix ClusterTarget.project_uuid to correctly set the project uuid
    
    refs #14198
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index 278ff08e9..9a9b8afd3 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -74,8 +74,8 @@ class ArvadosContainer(JobBase):
         }
         runtime_constraints = {}
 
-        if self.arvrunner.project_uuid:
-            container_request["owner_uuid"] = self.arvrunner.project_uuid
+        if runtimeContext.project_uuid:
+            container_request["owner_uuid"] = runtimeContext.project_uuid
 
         if self.arvrunner.secret_store.has_secret(self.command_line):
             raise WorkflowException("Secret material leaked on command line, only file literals may contain secrets")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list