Commit 75b1ca53 authored by David Lawrence's avatar David Lawrence

Revert "Fixed typo and removed expires (not needed) in taskgraph.json"

This reverts commit 6aa8622c.
parent 6aa8622c
...@@ -22,9 +22,10 @@ ...@@ -22,9 +22,10 @@
"TEST_SUITE": "sanity" "TEST_SUITE": "sanity"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -54,9 +55,10 @@ ...@@ -54,9 +55,10 @@
"TEST_SUITE": "docs" "TEST_SUITE": "docs"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -86,13 +88,15 @@ ...@@ -86,13 +88,15 @@
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
"type": "file", "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 @@ ...@@ -122,13 +126,15 @@
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
"type": "file", "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 @@ ...@@ -158,13 +164,15 @@
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
"type": "file", "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 @@ ...@@ -194,13 +202,15 @@
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"public/runtests_log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log" "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
}, },
"public/httpd_error_log": { "public/httpd_error_log": {
"type": "file", "type": "file",
"path": "/var/log/httpd/error_log" "path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment