From fea6a29ded61c545c05ce536291d42ba180d73c2 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 3 Mar 2015 14:59:47 -0500 Subject: (TaskCluster) Allow retrieval of the selenium.log for Selenium tests --- taskgraph.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/taskgraph.json b/taskgraph.json index 2cbc9e869..6d507fb20 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.1