summaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-03-05 20:01:09 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-03-05 20:01:09 +0100
commit0a01905ba06a9ddada58cb63a8f77356ecf02eef (patch)
tree0a28fc2b683222beb87dc7a1b3acadda6a3e94c3 /taskgraph.json
parent7d75b6edad8cf5e312d32859f64e49538b5c79de (diff)
downloadbugzilla-0a01905ba06a9ddada58cb63a8f77356ecf02eef.tar.gz
bugzilla-0a01905ba06a9ddada58cb63a8f77356ecf02eef.tar.xz
(TaskCluster) Initial import of taskgraph.json to verify basic functionality
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/taskgraph.json b/taskgraph.json
new file mode 100644
index 000000000..c31ec26f3
--- /dev/null
+++ b/taskgraph.json
@@ -0,0 +1,43 @@
+{
+ "metadata": {
+ "name": "BMO Task Graph",
+ "description": "A suite of tests to check the quality of the BMO codebase.",
+ "owner": "dlawrence@mozilla.com",
+ "source": "https://raw.githubusercontent.com/mozilla/webtools-bmo-bugzilla/master/taskgraph.json"
+ },
+ "tasks": [
+ {
+ "reruns": 3,
+ "maxRunTime": 3000,
+ "task": {
+ "metadata": {
+ "name": "Basic Sanity Tests"
+ },
+ "provisionerId": "aws-provisioner",
+ "workerType": "gaia",
+ "payload": {
+ "image": "dklawren/docker-bugzilla:bmo",
+ "command": ["/runtests.sh"],
+ "env": {
+ "TEST_SUITE": "sanity"
+ },
+ "artifacts": {
+ "public/runtests_log": {
+ "type": "file",
+ "path": "/runtests.log",
+ "expires": "2016-02-17T17:33:38.806Z"
+ }
+ }
+ },
+ "extra": {
+ "treeherder": {
+ "machine": {
+ "platform": "master"
+ },
+ "symbol": "San"
+ }
+ }
+ }
+ }
+ ]
+}