From 75b1ca5360e51b40c36d33695d1c524b0b1fecfe Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 20 Feb 2015 15:54:28 -0500 Subject: Revert "Fixed typo and removed expires (not needed) in taskgraph.json" This reverts commit 6aa8622cbe096a57d889a5f9f9fd90699be8bb41. --- taskgraph.json | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) (limited to 'taskgraph.json') diff --git a/taskgraph.json b/taskgraph.json index bc4b7309e..287122fae 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -22,9 +22,10 @@ "TEST_SUITE": "sanity" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -54,9 +55,10 @@ "TEST_SUITE": "docs" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -86,13 +88,15 @@ "TEST_SUITE": "webservices" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log" + "path": "/var/log/httpd/error_log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -122,13 +126,15 @@ "TEST_SUITE": "selenium" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log" + "path": "/var/log/httpd/error_log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -158,13 +164,15 @@ "TEST_SUITE": "webservices" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log" + "path": "/var/log/httpd/error_log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -194,13 +202,15 @@ "TEST_SUITE": "selenium" }, "artifacts": { - "public/runtests_log": { + "pubic/runtests_log": { "type": "file", - "path": "/runtests.log" + "path": "/runtests.log", + "expires": "2016-02-17T17:33:38.806Z" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log" + "path": "/var/log/httpd/error_log", + "expires": "2016-02-17T17:33:38.806Z" } } }, -- cgit v1.2.3-24-g4f1b