[ARVADOS] updated: 306747a2b8971f095a13a507b0155ea64d53c98d

Git user git at public.curoverse.com
Mon May 2 16:01:35 EDT 2016


Summary of changes:
 tools/arvbox/lib/arvbox/docker/crunch-setup.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

       via  306747a2b8971f095a13a507b0155ea64d53c98d (commit)
      from  e62a18f3786d0f3c12865f865294a0f4d39ff548 (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 306747a2b8971f095a13a507b0155ea64d53c98d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon May 2 16:01:26 2016 -0400

    Fix arvbox only run pipelines with crunch-dispatch0 to avoid submitting duplicated jobs. no issue #

diff --git a/tools/arvbox/lib/arvbox/docker/crunch-setup.sh b/tools/arvbox/lib/arvbox/docker/crunch-setup.sh
index e447fe7..9efe116 100755
--- a/tools/arvbox/lib/arvbox/docker/crunch-setup.sh
+++ b/tools/arvbox/lib/arvbox/docker/crunch-setup.sh
@@ -26,4 +26,8 @@ export CRUNCH_JOB_DOCKER_BIN=docker
 export HOME=/tmp/$1
 
 cd /usr/src/arvados/services/api
-exec bundle exec ./script/crunch-dispatch.rb development
+if test "$1" = "crunch0" ; then
+    exec bundle exec ./script/crunch-dispatch.rb development --jobs --pipelines
+else
+    exec bundle exec ./script/crunch-dispatch.rb development --jobs
+fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list