diff options
author | David Lawrence <dkl@mozilla.com> | 2015-08-11 23:47:04 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-08-11 23:47:04 +0200 |
commit | 21eaecded11e94ce58e51f824a928d23823deb08 (patch) | |
tree | 5334e9538f10492a3e14c31b5f1dafe80b81d1d6 | |
parent | 9b51a3012d538d90b524dead346852dbc29086cc (diff) | |
download | bugzilla-21eaecded11e94ce58e51f824a928d23823deb08.tar.gz bugzilla-21eaecded11e94ce58e51f824a928d23823deb08.tar.xz |
Taskcluster infrastructure changes
-rw-r--r-- | taskgraph.json | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/taskgraph.json b/taskgraph.json index 74edecc41..77bf3e435 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"], @@ -46,8 +46,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"], @@ -79,8 +79,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"], @@ -117,8 +117,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"], @@ -160,8 +160,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"], @@ -198,8 +198,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"], |