aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-03-03 15:00:56 -0500
committerDavid Lawrence <dkl@mozilla.com>2015-03-03 15:00:56 -0500
commit00466e7fe3d88de23ede8555f4882fc2be93206f (patch)
tree46aa96e3ffdab256d7fcb8728dbf9c05dfbd1776
parentIntial checking of taskgraph.json for TaskCluster CI (diff)
downloadbugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.tar.gz
bugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.tar.bz2
bugzilla-00466e7fe3d88de23ede8555f4882fc2be93206f.zip
(TaskCluster) Allow retrieval of the selenium.log for Selenium tests
-rw-r--r--taskgraph.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json
index e61556059..6d8b77d6e 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"
}
}
},