summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-02-20 16:37:36 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-02-20 16:37:52 +0100
commitcf31fb7d245d3463aab9c0ea40a597e594cb5297 (patch)
tree835a5e393bc926179c99da48b94007af9321f481 /taskgraph.json
parent638dc6564b1aefe8dc2bca1c1511d6ddd37cad81 (diff)
downloadbugzilla-cf31fb7d245d3463aab9c0ea40a597e594cb5297.tar.gz
bugzilla-cf31fb7d245d3463aab9c0ea40a597e594cb5297.tar.xz
Added apache error log to taskgraph.json for API and Selenium tests
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json32
1 files changed, 26 insertions, 6 deletions
diff --git a/taskgraph.json b/taskgraph.json
index 8fd9a19c0..287122fae 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -22,7 +22,7 @@
"TEST_SUITE": "sanity"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
@@ -55,7 +55,7 @@
"TEST_SUITE": "docs"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"expires": "2016-02-17T17:33:38.806Z"
@@ -88,10 +88,15 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"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 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"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 @@
"TEST_SUITE": "webservices"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"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 @@
"TEST_SUITE": "selenium"
},
"artifacts": {
- "pubic/runtests.log": {
+ "pubic/runtests_log": {
"type": "file",
"path": "/runtests.log",
"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"
}
}
},