From 7bd3b1d36ced7d5ae6f8b317de49ce0011c6adbd Mon Sep 17 00:00:00 2001 From: Mihai Tabara Date: Wed, 10 Jun 2020 14:17:02 +0000 Subject: [PATCH] Bug 1635525 - fix broken nazgul links and deps. r=rail Differential Revision: https://phabricator.services.mozilla.com/D79084 --- taskcluster/ci/release-mark-as-shipped/kind.yml | 1 + taskcluster/ci/release-notify-promote/kind.yml | 1 + taskcluster/ci/release-notify-ship/kind.yml | 1 + taskcluster/taskgraph/util/scriptworker.py | 1 + 4 files changed, 4 insertions(+) diff --git a/taskcluster/ci/release-mark-as-shipped/kind.yml b/taskcluster/ci/release-mark-as-shipped/kind.yml index e5e11ea32e94..8dd2381b8a5f 100644 --- a/taskcluster/ci/release-mark-as-shipped/kind.yml +++ b/taskcluster/ci/release-mark-as-shipped/kind.yml @@ -12,6 +12,7 @@ transforms: kind-dependencies: - release-balrog-scheduling - release-bouncer-aliases + - release-bouncer-aliases-nazgul - release-version-bump job-defaults: diff --git a/taskcluster/ci/release-notify-promote/kind.yml b/taskcluster/ci/release-notify-promote/kind.yml index 177d9633b9c1..fa08653c989a 100644 --- a/taskcluster/ci/release-notify-promote/kind.yml +++ b/taskcluster/ci/release-notify-promote/kind.yml @@ -13,6 +13,7 @@ kind-dependencies: - post-beetmover-dummy - release-generate-checksums-beetmover - release-bouncer-sub + - release-bouncer-sub-nazgul job-defaults: name: notify-release-drivers-promote diff --git a/taskcluster/ci/release-notify-ship/kind.yml b/taskcluster/ci/release-notify-ship/kind.yml index ce7855292ccd..12b3e4c9c6d8 100644 --- a/taskcluster/ci/release-notify-ship/kind.yml +++ b/taskcluster/ci/release-notify-ship/kind.yml @@ -12,6 +12,7 @@ transforms: kind-dependencies: - release-balrog-scheduling - release-bouncer-aliases + - release-bouncer-aliases-nazgul - release-version-bump - release-mark-as-shipped diff --git a/taskcluster/taskgraph/util/scriptworker.py b/taskcluster/taskgraph/util/scriptworker.py index cee7a12789b5..d201f6fa8c2a 100644 --- a/taskcluster/taskgraph/util/scriptworker.py +++ b/taskcluster/taskgraph/util/scriptworker.py @@ -314,6 +314,7 @@ def get_release_config(config): partial_updates = os.environ.get("PARTIAL_UPDATES", "") if partial_updates != "" and config.kind in ('release-bouncer-sub', + 'release-bouncer-sub-nazgul', 'release-bouncer-check', 'release-update-verify-config', 'release-secondary-update-verify-config',