Commit cf31fb7d authored by David Lawrence's avatar David Lawrence

Added apache error log to taskgraph.json for API and Selenium tests

parent 638dc656
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"TEST_SUITE": "sanity" "TEST_SUITE": "sanity"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"TEST_SUITE": "docs" "TEST_SUITE": "docs"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
...@@ -88,10 +88,15 @@ ...@@ -88,10 +88,15 @@
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -121,10 +126,15 @@ ...@@ -121,10 +126,15 @@
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -154,10 +164,15 @@ ...@@ -154,10 +164,15 @@
"TEST_SUITE": "webservices" "TEST_SUITE": "webservices"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"path": "/var/log/httpd/error_log",
"expires": "2016-02-17T17:33:38.806Z"
} }
} }
}, },
...@@ -187,10 +202,15 @@ ...@@ -187,10 +202,15 @@
"TEST_SUITE": "selenium" "TEST_SUITE": "selenium"
}, },
"artifacts": { "artifacts": {
"pubic/runtests.log": { "pubic/runtests_log": {
"type": "file", "type": "file",
"path": "/runtests.log", "path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z" "expires": "2016-02-17T17:33:38.806Z"
},
"public/httpd_error_log": {
"type": "file",
"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