From: David Lawrence Date: Tue, 3 Mar 2015 20:01:39 +0000 (-0500) Subject: (TaskCluster) Allow retrieval of the selenium.log for Selenium tests X-Git-Tag: bugzilla-4.2.14~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44a9c6deddd77102f8951dea9914db271186069e;p=thirdparty%2Fbugzilla.git (TaskCluster) Allow retrieval of the selenium.log for Selenium tests --- diff --git a/taskgraph.json b/taskgraph.json index 60b62895ae..3c84f0ab2d 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" } } },