diff options
author | David Lawrence <dkl@mozilla.com> | 2015-03-03 14:59:47 -0500 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-03-03 14:59:47 -0500 |
commit | fea6a29ded61c545c05ce536291d42ba180d73c2 (patch) | |
tree | 47b392b639c56fbd0f60d5b46742b0aa02d84e31 /taskgraph.json | |
parent | Bug 1118930: validateEnterBug() doesn't work when attachments are disabled (diff) | |
download | bugzilla-fea6a29ded61c545c05ce536291d42ba180d73c2.tar.gz bugzilla-fea6a29ded61c545c05ce536291d42ba180d73c2.tar.bz2 bugzilla-fea6a29ded61c545c05ce536291d42ba180d73c2.zip |
(TaskCluster) Allow retrieval of the selenium.log for Selenium tests
Diffstat (limited to 'taskgraph.json')
-rw-r--r-- | taskgraph.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json index 2cbc9e869..6d507fb20 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" } } }, |