[ARVADOS] updated: 1.1.4-564-gcda50fb57

Git user git at public.curoverse.com
Tue Jul 10 14:31:43 EDT 2018


Summary of changes:
 services/crunch-run/crunchrun.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  cda50fb57f9b18cb769432876433b52f484692bd (commit)
      from  64937458c5bc2918fa679c97478b2931bd26cfc1 (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 cda50fb57f9b18cb769432876433b52f484692bd
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Jul 10 14:31:28 2018 -0400

    12983: Tweak error regex
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index 5996a7cd6..4cbe7f9c9 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -190,7 +190,7 @@ func (runner *ContainerRunner) stop(sig os.Signal) {
 var errorBlacklist = []string{
 	"(?ms).*[Cc]annot connect to the Docker daemon.*",
 	"(?ms).*oci runtime error.*starting container process.*container init.*mounting.*to rootfs.*no such file or directory.*",
-	"(?ms).*grpc: the connection is unavailable",
+	"(?ms).*grpc: the connection is unavailable.*",
 }
 var brokenNodeHook *string = flag.String("broken-node-hook", "", "Script to run if node is detected to be broken (for example, Docker daemon is not running)")
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list