diff options
author | David Lawrence <dkl@mozilla.com> | 2015-03-03 15:00:56 -0500 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-03-03 15:00:56 -0500 |
commit | 00466e7fe3d88de23ede8555f4882fc2be93206f (patch) | |
tree | 46aa96e3ffdab256d7fcb8728dbf9c05dfbd1776 | |
parent | Intial checking of taskgraph.json for TaskCluster CI (diff) | |
download | bugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.tar.gz bugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.tar.bz2 bugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.zip |
(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 e61556059..6d8b77d6e 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" } } }, |