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