[ARVADOS] updated: 00767fe5d84a51fdd6d734e2842552a37bff01e5
git at public.curoverse.com
git at public.curoverse.com
Thu Nov 6 13:56:21 EST 2014
Summary of changes:
services/api/script/crunch-dispatch.rb | 1 +
1 file changed, 1 insertion(+)
via 00767fe5d84a51fdd6d734e2842552a37bff01e5 (commit)
from a324727d478feb278ab35300c5b96e2349e23f3d (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 00767fe5d84a51fdd6d734e2842552a37bff01e5
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Thu Nov 6 13:56:18 2014 -0500
Go to next job after fail_job when there is a tag mismatch. refs #4310
diff --git a/services/api/script/crunch-dispatch.rb b/services/api/script/crunch-dispatch.rb
index 2fc8266..b3ab9bf 100755
--- a/services/api/script/crunch-dispatch.rb
+++ b/services/api/script/crunch-dispatch.rb
@@ -342,6 +342,7 @@ class Dispatcher
@job_tags[job.uuid] = job.script_version
elsif @job_tags[job.uuid] != job.script_version
fail_job job, "Existing tag #{job.uuid} points to commit #{@job_tags[job.uuid]} but this job uses commit #{job.script_version}"
+ next
end
cmd_args << crunch_job_bin
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list