summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json
index 25270b328..aa89eb097 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -38,6 +38,36 @@
},
{
"reruns": 3,
+ "maxRunTime": 3000,
+ "task": {
+ "metadata": {
+ "name": "Documentation Build Test"
+ },
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
+ "payload": {
+ "image": "dklawren/webtools-bmo-bugzilla",
+ "command": ["/runtests.sh"],
+ "env": {
+ "TEST_SUITE": "docs"
+ },
+ "artifacts": {
+ "public/runtests_log": {
+ "type": "file",
+ "path": "/runtests.log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ }
+ }
+ },
+ "extra": {
+ "treeherder": {
+ "symbol": "Doc"
+ }
+ }
+ }
+ },
+ {
+ "reruns": 3,
"maxRunTime": 7200,
"task": {
"metadata": {