[ARVADOS] updated: 85f965a266837c9a2637c1180d8789c7d6dd0944

Git user git at public.curoverse.com
Fri Dec 2 14:05:10 EST 2016


Summary of changes:
 .../test/integration/application_layout_test.rb    |   4 +-
 build/README                                       |   6 +-
 build/build-dev-docker-jobs-image.sh               |  63 +++++++++++
 build/run-build-packages.sh                        |   3 +-
 sdk/cwl/arvados_cwl/done.py                        |   2 +-
 sdk/dev-jobs.dockerfile                            |  38 +++++++
 tools/arvbash/arvbash.sh                           | 124 +++++++++++++++++++++
 .../lib/arvbox/docker/service/api/run-service      |   4 +-
 8 files changed, 237 insertions(+), 7 deletions(-)
 create mode 100755 build/build-dev-docker-jobs-image.sh
 create mode 100644 sdk/dev-jobs.dockerfile
 create mode 100755 tools/arvbash/arvbash.sh

       via  85f965a266837c9a2637c1180d8789c7d6dd0944 (commit)
       via  49d18afe093301bbb48892e05b2c9c732e038abe (commit)
       via  252047244ba1c285a689e13ea0d59effa9d837ee (commit)
       via  cb6baf8dc12be24ae664335dce29529252ac35df (commit)
       via  9f1ce358ac564abf62965cccf2bf3afa3bcfef95 (commit)
       via  d25dedaec8ea386c18b7f61c08a3097ba3c4f26c (commit)
       via  bd6b334c80cea328a51a8612d40ef16bdd6ab2e2 (commit)
       via  84861876fd077f1892c6419fecfd348d7588747c (commit)
       via  03f812007d8a28d7023dddb6f1fafb72e65ec525 (commit)
       via  2993bc9aea20c2295d1b2b3cbecf3b1f7e06bb17 (commit)
       via  277ad30ef4824ab6363ba24f10f62d9fb6544ad7 (commit)
       via  515e3f5c3dac3076217bd59545d01604008c01e6 (commit)
       via  5646a899f667ee14efc32e9db84c72c0938ac6dc (commit)
      from  9e9190af52e4fc448f623aa2f4dd1fee803d99cd (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 85f965a266837c9a2637c1180d8789c7d6dd0944
Author: radhika <radhika at curoverse.com>
Date:   Fri Dec 2 13:48:12 2016 -0500

    10293: update test assertion to expect output collection name, instead of pdh.

diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb
index c42d3e3..b49cbf9 100644
--- a/apps/workbench/test/integration/application_layout_test.rb
+++ b/apps/workbench/test/integration/application_layout_test.rb
@@ -269,7 +269,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest
 
         assert_text 'completed container request'
         within('.row-zzzzz-xvhdp-cr4completedctr')do
-          assert page.has_link? '1f4b0bc7583c2a7f9102c395f4ffc5e3+45'
+          assert page.has_link? 'foo_file'
         end
       end
 

commit 49d18afe093301bbb48892e05b2c9c732e038abe
Merge: 9e9190a 2520472
Author: radhika <radhika at curoverse.com>
Date:   Fri Dec 2 13:33:20 2016 -0500

    Merge branch 'master' into 10293-cr-log-and-output-in-wb


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


hooks/post-receive
-- 




More information about the arvados-commits mailing list