diff options
author | David Lawrence <dkl@mozilla.com> | 2016-02-22 21:50:05 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-02-22 21:50:05 +0100 |
commit | b2e1ec0d36d047dfe59fe429712c2f61be451037 (patch) | |
tree | 16582d065fea2993210196eb65628df89501f917 | |
parent | 82ad1c2cf64c016764d5843a5eb9fa8a22c56e37 (diff) | |
download | bugzilla-b2e1ec0d36d047dfe59fe429712c2f61be451037.tar.gz bugzilla-b2e1ec0d36d047dfe59fe429712c2f61be451037.tar.xz |
- 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 474283829..bcee051e6 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)" }, |