summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-03-03 20:57:50 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-03-03 20:57:50 +0100
commita1f0c3b51189bfe1f5c7d8e15005663ebfeebc91 (patch)
treeac618a85c7493ef8873127bf6abbc9073f9f3fb1 /taskgraph.json
parent6419b7fcbf9c8efa2d7b55c7e40cfbdf08a5cd5c (diff)
downloadbugzilla-a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91.tar.gz
bugzilla-a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91.tar.xz
(TaskCluster) Allow retrieval of the selenium.log for Selenium tests
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json10
1 files changed, 10 insertions, 0 deletions
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"
}
}
},