summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-07-17 15:34:05 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-07-17 15:34:05 +0200
commit5af060abe8347ccac35038d40577fd09c07f64c9 (patch)
tree4abbadde3716d0bd9ac6a049f74943f720715f51 /taskgraph.json
parentd988cb64c5fe8eb37750d568c2da1b8bdec583da (diff)
downloadbugzilla-5af060abe8347ccac35038d40577fd09c07f64c9.tar.gz
bugzilla-5af060abe8347ccac35038d40577fd09c07f64c9.tar.xz
Bug 1177497: Backport upstreams 5.0 rST docs to BMO and make publicly available at https://bmo.readthedocs.org
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": {