From 9d57954200bb2ddf2134d87dc190f88613f0cba3 Mon Sep 17 00:00:00 2001 From: Marco Castelluccio Date: Mon, 11 Nov 2019 12:20:33 +0100 Subject: [PATCH] Migrate to Community-TC --- .taskcluster.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 11ef9df..5752d78 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -43,8 +43,8 @@ tasks: taskboot_image: "mozilla/taskboot:0.1.10" in: - taskId: {$eval: as_slugid("check_lint")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -63,8 +63,8 @@ tasks: source: https://github.com/mozilla/libmozevent - taskId: {$eval: as_slugid("check_tests")} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} payload: @@ -88,8 +88,8 @@ tasks: taskId: {$eval: as_slugid("publish")} created: {$fromNow: ''} deadline: {$fromNow: '1 hour'} - provisionerId: aws-provisioner-v1 - workerType: github-worker + provisionerId: proj-relman + workerType: ci dependencies: - {$eval: as_slugid("check_lint")} - {$eval: as_slugid("check_tests")}