From 142e05b11e38d629f6ece4f0f261403e3e10778e Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Wed, 7 Sep 2016 10:29:01 -0700 Subject: [PATCH] Bug 1298947 - Add taskclusterProxy to lint tasks; r=garndt Without this, the "taskcluster" hostname isn't registered. We will need to talk to taskcluster in a subsequent commit in order to obtain the hg.mozilla.org fingerprint. MozReview-Commit-ID: KlyuI4Yk9Ce --- taskcluster/ci/legacy/tasks/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/taskcluster/ci/legacy/tasks/lint.yml b/taskcluster/ci/legacy/tasks/lint.yml index cef5428c06345..b485c8fe182f3 100644 --- a/taskcluster/ci/legacy/tasks/lint.yml +++ b/taskcluster/ci/legacy/tasks/lint.yml @@ -39,6 +39,9 @@ task: GECKO_HEAD_REPOSITORY: '{{head_repository}}' GECKO_HEAD_REV: '{{head_rev}}' + features: + taskclusterProxy: true + extra: build_product: '{{build_product}}' build_name: {{build_name}}