[ARVADOS] created: 2.1.0-1492-g93131b473

Git user git at public.arvados.org
Wed Oct 20 18:05:13 UTC 2021


        at  93131b473366ae5442103511d455d1ed5b73bcab (commit)


commit 93131b473366ae5442103511d455d1ed5b73bcab
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Oct 19 21:11:05 2021 -0400

    18260: Update when we're going to actually run the workflow
    
    Update cwltool version for bugfixes.
    
    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 aa19633d8..6e23d80a8 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -577,8 +577,8 @@ The 'jobs' API is no longer supported.
 
         loadingContext = self.loadingContext.copy()
         loadingContext.do_validate = False
-        loadingContext.do_update = False
         if submitting:
+            loadingContext.do_update = False
             # Document may have been auto-updated. Reload the original
             # document with updating disabled because we want to
             # submit the document with its original CWL version, not
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 5a398c108..e39fdd8d9 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -39,8 +39,8 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20211019185001',
-          'schema-salad==8.2.20210918131710',
+          'cwltool==3.1.20211020155521',
+          'schema-salad==8.2.20211020114435',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',
           'ciso8601 >= 2.0.0',

commit 8fde01ca2dae5169917de4e8b25eada543a8223f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Oct 19 16:04:29 2021 -0400

    18260: Update cwltool for fix for integration test 35
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 0bde76e92..5a398c108 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -39,7 +39,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20210922203925',
+          'cwltool==3.1.20211019185001',
           'schema-salad==8.2.20210918131710',
           'arvados-python-client{}'.format(pysdk_dep),
           'setuptools',

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list