[ARVADOS] updated: 02a22779b1d8d23a0c6f56a4d32572e9a1733074

Git user git at public.curoverse.com
Tue Apr 5 17:47:31 EDT 2016


Summary of changes:
 sdk/cwl/tests/test_submit.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

  discards  7e0f4ed52e26a60fa612016f56f787130cd41876 (commit)
       via  02a22779b1d8d23a0c6f56a4d32572e9a1733074 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (7e0f4ed52e26a60fa612016f56f787130cd41876)
            \
             N -- N -- N (02a22779b1d8d23a0c6f56a4d32572e9a1733074)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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 02a22779b1d8d23a0c6f56a4d32572e9a1733074
Author: Brett Smith <brett at curoverse.com>
Date:   Tue Apr 5 15:45:21 2016 -0400

    8879: Clean indentation in CWL SDK tests.

diff --git a/sdk/cwl/tests/test_submit.py b/sdk/cwl/tests/test_submit.py
index d4b855c..19745a0 100644
--- a/sdk/cwl/tests/test_submit.py
+++ b/sdk/cwl/tests/test_submit.py
@@ -48,14 +48,14 @@ class TestSubmit(unittest.TestCase):
                 'runtime_constraints': {
                     'docker_image': 'arvados/jobs'
                 },
-            'script_parameters': {
-                'x': {
-                    'path': '99999999999999999999999999999992+99/blorp.txt',
-                    'class': 'File'
+                'script_parameters': {
+                    'x': {
+                        'path': '99999999999999999999999999999992+99/blorp.txt',
+                        'class': 'File'
+                    },
+                    'cwl:tool': '99999999999999999999999999999991+99/wf/submit_wf.cwl'
                 },
-                'cwl:tool': '99999999999999999999999999999991+99/wf/submit_wf.cwl'
-            },
-            'repository': 'arvados',
+                'repository': 'arvados',
                 'script_version': 'master',
                 'script': 'cwl-runner'
             },

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list