summaryrefslogtreecommitdiffstats
path: root/.taskcluster.yml
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-02-28 17:38:15 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-02-28 23:20:15 +0100
commit47e9aa1da27d6fa6471c30f7b9bcc52f6c7ce2c0 (patch)
treed5f91377a91675c21a3911bd37f87980ed3cfa97 /.taskcluster.yml
parente2134a1284d660bc8934e888af01fbe645cc3ad5 (diff)
downloadbugzilla-47e9aa1da27d6fa6471c30f7b9bcc52f6c7ce2c0.tar.gz
bugzilla-47e9aa1da27d6fa6471c30f7b9bcc52f6c7ce2c0.tar.xz
- Retry on faliure exit status
Diffstat (limited to '.taskcluster.yml')
-rw-r--r--.taskcluster.yml12
1 files changed, 12 insertions, 0 deletions
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"