diff options
author | David Lawrence <dkl@mozilla.com> | 2015-02-20 21:40:31 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-02-20 21:40:31 +0100 |
commit | 6aa8622cbe096a57d889a5f9f9fd90699be8bb41 (patch) | |
tree | d3da496912be8587a48099a9687183d2d300f1f5 | |
parent | cf31fb7d245d3463aab9c0ea40a597e594cb5297 (diff) | |
download | bugzilla-6aa8622cbe096a57d889a5f9f9fd90699be8bb41.tar.gz bugzilla-6aa8622cbe096a57d889a5f9f9fd90699be8bb41.tar.xz |
Fixed typo and removed expires (not needed) in taskgraph.json
-rw-r--r-- | taskgraph.json | 42 |
1 files changed, 16 insertions, 26 deletions
diff --git a/taskgraph.json b/taskgraph.json index 287122fae..bc4b7309e 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -22,10 +22,9 @@ "TEST_SUITE": "sanity" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" } } }, @@ -55,10 +54,9 @@ "TEST_SUITE": "docs" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" } } }, @@ -88,15 +86,13 @@ "TEST_SUITE": "webservices" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/var/log/httpd/error_log" } } }, @@ -126,15 +122,13 @@ "TEST_SUITE": "selenium" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/var/log/httpd/error_log" } } }, @@ -164,15 +158,13 @@ "TEST_SUITE": "webservices" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/var/log/httpd/error_log" } } }, @@ -202,15 +194,13 @@ "TEST_SUITE": "selenium" }, "artifacts": { - "pubic/runtests_log": { + "public/runtests_log": { "type": "file", - "path": "/runtests.log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/runtests.log" }, "public/httpd_error_log": { "type": "file", - "path": "/var/log/httpd/error_log", - "expires": "2016-02-17T17:33:38.806Z" + "path": "/var/log/httpd/error_log" } } }, |