From: David Lawrence Date: Tue, 3 Mar 2015 20:02:35 +0000 (-0500) Subject: (TaskCluster) Allow retrieval of the selenium.log for Selenium tests X-Git-Tag: bugzilla-4.0.18~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5f0eb495a2e9662f58ebd88c49ca97e3cadafe8;p=thirdparty%2Fbugzilla.git (TaskCluster) Allow retrieval of the selenium.log for Selenium tests --- diff --git a/taskgraph.json b/taskgraph.json index 1c685e2918..5607c0ab99 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" } } },