From 47e9aa1da27d6fa6471c30f7b9bcc52f6c7ce2c0 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 28 Feb 2017 11:38:15 -0500 Subject: [PATCH] - Retry on faliure exit status --- .taskcluster.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- 2.47.3