From 11363a5bd2a97fb923f939dfcfa99221da7ce172 Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Wed, 10 Oct 2018 23:06:19 +0000 Subject: [PATCH] No bug: [update-verify] Don't point at staging tools repos on project branches; r=aki Staging release work with the default tools repo now. Differential Revision: https://phabricator.services.mozilla.com/D8308 --HG-- extra : moz-landing-system : lando --- taskcluster/ci/release-final-verify/kind.yml | 6 +----- taskcluster/ci/release-secondary-final-verify/kind.yml | 6 +----- taskcluster/ci/release-secondary-update-verify/kind.yml | 7 +------ taskcluster/ci/release-update-verify/kind.yml | 7 +------ 4 files changed, 4 insertions(+), 22 deletions(-) diff --git a/taskcluster/ci/release-final-verify/kind.yml b/taskcluster/ci/release-final-verify/kind.yml index 2f98ba96cf8b..a8764a59255e 100644 --- a/taskcluster/ci/release-final-verify/kind.yml +++ b/taskcluster/ci/release-final-verify/kind.yml @@ -25,11 +25,7 @@ job-defaults: max-run-time: 7200 retry-exit-status: [1] env: - BUILD_TOOLS_REPO: - by-project: - jamun: https://hg.mozilla.org/users/stage-ffxbld/tools - maple: https://hg.mozilla.org/users/asasaki_mozilla.com/tools - default: https://hg.mozilla.org/build/tools + BUILD_TOOLS_REPO: https://hg.mozilla.org/build/tools jobs: firefox: diff --git a/taskcluster/ci/release-secondary-final-verify/kind.yml b/taskcluster/ci/release-secondary-final-verify/kind.yml index e96b002e4660..a98f2381e5fa 100644 --- a/taskcluster/ci/release-secondary-final-verify/kind.yml +++ b/taskcluster/ci/release-secondary-final-verify/kind.yml @@ -27,11 +27,7 @@ job-defaults: max-run-time: 7200 retry-exit-status: [1] env: - BUILD_TOOLS_REPO: - by-project: - jamun: https://hg.mozilla.org/users/stage-ffxbld/tools - maple: https://hg.mozilla.org/users/asasaki_mozilla.com/tools - default: https://hg.mozilla.org/build/tools + BUILD_TOOLS_REPO: https://hg.mozilla.org/build/tools jobs: firefox: diff --git a/taskcluster/ci/release-secondary-update-verify/kind.yml b/taskcluster/ci/release-secondary-update-verify/kind.yml index 02cda92cab79..3637c4d0d60a 100644 --- a/taskcluster/ci/release-secondary-update-verify/kind.yml +++ b/taskcluster/ci/release-secondary-update-verify/kind.yml @@ -34,12 +34,7 @@ job-defaults: - 255 env: NO_BBCONFIG: "1" - BUILD_TOOLS_REPO: - by-project: - birch: https://hg.mozilla.org/users/bhearsum_mozilla.com/tools - jamun: https://hg.mozilla.org/users/stage-ffxbld/tools - maple: https://hg.mozilla.org/users/asasaki_mozilla.com/tools - default: https://hg.mozilla.org/build/tools + BUILD_TOOLS_REPO: https://hg.mozilla.org/build/tools CHANNEL: "beta-localtest" extra: chunks: 12 diff --git a/taskcluster/ci/release-update-verify/kind.yml b/taskcluster/ci/release-update-verify/kind.yml index 25c110e75505..078445c9ac8a 100644 --- a/taskcluster/ci/release-update-verify/kind.yml +++ b/taskcluster/ci/release-update-verify/kind.yml @@ -34,12 +34,7 @@ job-defaults: - 255 env: NO_BBCONFIG: "1" - BUILD_TOOLS_REPO: - by-project: - birch: https://hg.mozilla.org/users/bhearsum_mozilla.com/tools - jamun: https://hg.mozilla.org/users/stage-ffxbld/tools - maple: https://hg.mozilla.org/users/asasaki_mozilla.com/tools - default: https://hg.mozilla.org/build/tools + BUILD_TOOLS_REPO: https://hg.mozilla.org/build/tools extra: chunks: 12