diff options
author | David Lawrence <dkl@mozilla.com> | 2016-02-22 19:12:44 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-02-22 19:12:44 +0100 |
commit | 14832008c5fb813a86a6b2b78baa50d068675dd9 (patch) | |
tree | a11d81661d8eae31a1e28a060346635558a24815 | |
parent | c02e3431c6530e698a1f8be00f75cfe7bdd06a89 (diff) | |
download | bugzilla-14832008c5fb813a86a6b2b78baa50d068675dd9.tar.gz bugzilla-14832008c5fb813a86a6b2b78baa50d068675dd9.tar.xz |
- task.expires needs to be greater than artifacts.expires
-rw-r--r-- | taskgraph.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json index 3cc66e445..0441b5be2 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" }, @@ -105,6 +108,7 @@ "reruns": 3, "maxRunTime": 7200, "task": { + "expires": "2018-02-18T17:33:38.806Z", "metadata": { "name": "Selenium Tests" }, |