From 8d965930957eb04d49e5309ff910daf507c88765 Mon Sep 17 00:00:00 2001 From: Gabriel Bustamante Date: Thu, 27 Jun 2024 19:45:51 +0000 Subject: [PATCH] Bug 1895962 - Fix the release-update-product-channel-version kind that disappeared post taskgraph update r=releng-reviewers,taskgraph-reviewers,bhearsum Differential Revision: https://phabricator.services.mozilla.com/D214650 --- .../kinds/release-update-product-channel-version/kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/kinds/release-update-product-channel-version/kind.yml b/taskcluster/kinds/release-update-product-channel-version/kind.yml index 595d5187223b..b6c39a70ae99 100644 --- a/taskcluster/kinds/release-update-product-channel-version/kind.yml +++ b/taskcluster/kinds/release-update-product-channel-version/kind.yml @@ -13,7 +13,7 @@ transforms: - gecko_taskgraph.transforms.release:run_on_releases - gecko_taskgraph.transforms.task:transforms -job-defaults: +task-defaults: description: Update product channel version in Ship-It attributes: shippable: true @@ -34,7 +34,7 @@ job-defaults: kind: other tier: 1 -jobs: +tasks: firefox: run-on-releases: ["nightly"] run-on-projects: ["mozilla-central"]