diff options
author | David Lawrence <dkl@mozilla.com> | 2016-02-22 20:49:32 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-02-22 20:49:32 +0000 |
commit | b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7 (patch) | |
tree | 0e4fde34199c4dbb1179d89661bdef5a5b793446 | |
parent | 284d32f482c54052c9f3d6f484342eb58880184b (diff) | |
download | bugs-b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7.tar bugs-b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7.tar.gz bugs-b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7.tar.bz2 bugs-b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7.tar.xz bugs-b33684a1b5b74c6b2a7cd4c79ab8e944d31ffad7.zip |
- task.expires needs to be greater than artifacts.expires
-rw-r--r-- | taskgraph.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json index 52d861bdb..24476c83d 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -10,6 +10,7 @@ "reruns": 3, "maxRunTime": 3000, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Basic Sanity Tests" }, @@ -40,6 +41,7 @@ "reruns": 3, "maxRunTime": 3000, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Documentation Build Test" }, @@ -70,6 +72,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "WebService API Tests (MySQL)" }, @@ -105,6 +108,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Selenium Tests (MySQL)" }, @@ -145,6 +149,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "WebService API Tests (Pg)" }, @@ -180,6 +185,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Selenium Tests (Pg)" }, |