From caaec1d30afa4db6f3717833b9a85698a6bea1e1 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 11 Aug 2015 17:52:48 -0400 Subject: Taskcluster infrastructure improvements and cleanup --- taskgraph.json | 42 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 30 deletions(-) (limited to 'taskgraph.json') 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" } } -- cgit v1.2.1