[ARVADOS] updated: 5fffad607e39e331f1051c35c5b70ecd5a30939a

Git user git at public.curoverse.com
Tue Mar 14 12:25:11 EDT 2017


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

       via  5fffad607e39e331f1051c35c5b70ecd5a30939a (commit)
      from  6ea807b2caf6c934f170b2e4d89c23c4a08ca69c (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 5fffad607e39e331f1051c35c5b70ecd5a30939a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Mar 14 12:25:09 2017 -0400

    8567: Fix tests now that container_image provides docker repo+tag and not PDH.

diff --git a/sdk/cwl/tests/test_container.py b/sdk/cwl/tests/test_container.py
index 68cb327..ad69371 100644
--- a/sdk/cwl/tests/test_container.py
+++ b/sdk/cwl/tests/test_container.py
@@ -67,7 +67,7 @@ class TestContainer(unittest.TestCase):
                         'state': 'Committed',
                         'owner_uuid': 'zzzzz-8i9sb-zzzzzzzzzzzzzzz',
                         'output_path': '/var/spool/cwl',
-                        'container_image': '99999999999999999999999999999993+99',
+                        'container_image': 'arvados/jobs',
                         'command': ['ls', '/var/spool/cwl'],
                         'cwd': '/var/spool/cwl',
                         'scheduling_parameters': {},
@@ -138,7 +138,7 @@ class TestContainer(unittest.TestCase):
                 'state': 'Committed',
                 'owner_uuid': 'zzzzz-8i9sb-zzzzzzzzzzzzzzz',
                 'output_path': '/var/spool/cwl',
-                'container_image': '99999999999999999999999999999993+99',
+                'container_image': 'arvados/jobs',
                 'command': ['ls'],
                 'cwd': '/var/spool/cwl',
                 'scheduling_parameters': {
@@ -262,7 +262,7 @@ class TestContainer(unittest.TestCase):
                 'state': 'Committed',
                 'owner_uuid': 'zzzzz-8i9sb-zzzzzzzzzzzzzzz',
                 'output_path': '/var/spool/cwl',
-                'container_image': '99999999999999999999999999999993+99',
+                'container_image': 'arvados/jobs',
                 'command': ['ls'],
                 'cwd': '/var/spool/cwl',
                 'scheduling_parameters': {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list