From: David Lawrence Date: Tue, 28 Feb 2017 16:38:15 +0000 (-0500) Subject: - Retry on faliure exit status X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e9aa1da27d6fa6471c30f7b9bcc52f6c7ce2c0;p=thirdparty%2Fbugzilla.git - Retry on faliure exit status --- diff --git a/.taskcluster.yml b/.taskcluster.yml index 0cfa382b5..7e2f3c5fa 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -35,6 +35,9 @@ tasks: public/runtests_log: type: "file" path: "/var/log/runtests.log" + onExitStatus: + retry: + - 1 metadata: name: "Basic Sanity Tests" description: "Basic Sanity Tests" @@ -70,6 +73,9 @@ tasks: public/runtests_log: type: "file" path: "/var/log/runtests.log" + onExitStatus: + retry: + - 1 metadata: name: "Documentation Build Test" description: "Documentation Build Test" @@ -108,6 +114,9 @@ tasks: public/httpd_error_log: type: "file" path: "/var/log/httpd/error_log" + onExitStatus: + retry: + - 1 metadata: name: "WebService API Tests" description: "WebService API Tests" @@ -149,6 +158,9 @@ tasks: public/selenium_log": type: "file" path: "/selenium.log" + onExitStatus: + retry: + - 1 metadata: name: "Selenium Tests" description: "Selenium Tests"