diff options
author | David Lawrence <dkl@mozilla.com> | 2015-03-03 20:57:50 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-03-03 20:57:50 +0100 |
commit | a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91 (patch) | |
tree | ac618a85c7493ef8873127bf6abbc9073f9f3fb1 | |
parent | 6419b7fcbf9c8efa2d7b55c7e40cfbdf08a5cd5c (diff) | |
download | bugzilla-a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91.tar.gz bugzilla-a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91.tar.xz |
(TaskCluster) Allow retrieval of the selenium.log for Selenium tests
-rw-r--r-- | taskgraph.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json index abc0fef41..74edecc41 100644 --- a/taskgraph.json +++ b/taskgraph.json @@ -135,6 +135,11 @@ "type": "file", "path": "/var/log/httpd/error_log", "expires": "2016-02-17T17:33:38.806Z" + }, + "public/selenium_log": { + "type": "file", + "path": "/selenium.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, @@ -211,6 +216,11 @@ "type": "file", "path": "/var/log/httpd/error_log", "expires": "2016-02-17T17:33:38.806Z" + }, + "public/selenium_log": { + "type": "file", + "path": "/selenium.log", + "expires": "2016-02-17T17:33:38.806Z" } } }, |