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