From b2e1ec0d36d047dfe59fe429712c2f61be451037 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 22 Feb 2016 20:50:05 +0000 Subject: - task.expires needs to be greater than artifacts.expires --- taskgraph.json | 6 ++++++ 1 file changed, 6 insertions(+) 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)" }, -- cgit v1.2.3-24-g4f1b