aboutsummaryrefslogtreecommitdiffstats
path: root/taskgraph.json
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-08-11 17:52:48 -0400
committerDavid Lawrence <dkl@mozilla.com>2015-08-11 17:52:48 -0400
commitcaaec1d30afa4db6f3717833b9a85698a6bea1e1 (patch)
treee7e9d8083928111e687781cf4a4852c9a2e0d447 /taskgraph.json
parent310df0d4b044223712de2eee61d08f554bbf3018 (diff)
downloadbugs-caaec1d30afa4db6f3717833b9a85698a6bea1e1.tar
bugs-caaec1d30afa4db6f3717833b9a85698a6bea1e1.tar.gz
bugs-caaec1d30afa4db6f3717833b9a85698a6bea1e1.tar.bz2
bugs-caaec1d30afa4db6f3717833b9a85698a6bea1e1.tar.xz
bugs-caaec1d30afa4db6f3717833b9a85698a6bea1e1.zip
Taskcluster infrastructure improvements and cleanup
Diffstat (limited to 'taskgraph.json')
-rw-r--r--taskgraph.json42
1 files changed, 12 insertions, 30 deletions
diff --git a/taskgraph.json b/taskgraph.json
index 6d507fb20..f292653be 100644
--- a/taskgraph.json
+++ b/taskgraph.json
@@ -13,8 +13,8 @@
"metadata": {
"name": "Basic Sanity Tests"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla",
"command": ["/runtests.sh"],
@@ -31,9 +31,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "San"
}
}
@@ -46,8 +43,8 @@
"metadata": {
"name": "Documentation Build Test"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla",
"command": ["/runtests.sh"],
@@ -64,9 +61,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "Doc"
}
}
@@ -79,8 +73,8 @@
"metadata": {
"name": "WebService API Tests (MySQL)"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla",
"command": ["/runtests.sh"],
@@ -102,9 +96,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "API"
}
}
@@ -117,8 +108,8 @@
"metadata": {
"name": "Selenium Tests (MySQL)"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla",
"command": ["/runtests.sh"],
@@ -145,9 +136,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "Sel"
}
}
@@ -160,8 +148,8 @@
"metadata": {
"name": "WebService API Tests (Pg)"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla:pgsql",
"command": ["/runtests.sh"],
@@ -183,9 +171,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "API-Pg"
}
}
@@ -198,8 +183,8 @@
"metadata": {
"name": "Selenium Tests (Pg)"
},
- "provisionerId": "aws-provisioner",
- "workerType": "gaia",
+ "provisionerId": "aws-provisioner-v1",
+ "workerType": "b2gtest",
"payload": {
"image": "dklawren/docker-bugzilla:pgsql",
"command": ["/runtests.sh"],
@@ -226,9 +211,6 @@
},
"extra": {
"treeherder": {
- "machine": {
- "platform": "5.0"
- },
"symbol": "Sel-Pg"
}
}