aboutsummaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-03-03 14:59:47 -0500
committerDavid Lawrence <dkl@mozilla.com>2015-03-03 14:59:47 -0500
commitfea6a29ded61c545c05ce536291d42ba180d73c2 (patch)
tree47b392b639c56fbd0f60d5b46742b0aa02d84e31 /taskgraph.json
parentbac2cb357aed28b92433ff0e0960e9c190f81ab6 (diff)
downloadbugs-fea6a29ded61c545c05ce536291d42ba180d73c2.tar
bugs-fea6a29ded61c545c05ce536291d42ba180d73c2.tar.gz
bugs-fea6a29ded61c545c05ce536291d42ba180d73c2.tar.bz2
bugs-fea6a29ded61c545c05ce536291d42ba180d73c2.tar.xz
bugs-fea6a29ded61c545c05ce536291d42ba180d73c2.zip
(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 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"
}
}
},