From a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 3 Mar 2015 14:57:50 -0500 Subject: (TaskCluster) Allow retrieval of the selenium.log for Selenium tests --- taskgraph.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'taskgraph.json') diff --git a/taskgraph.json b/taskgraph.json index abc0fef41..74edecc41 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" } } }, -- cgit v1.2.3-24-g4f1b