gecko-dev/taskcluster/ci/release-partner-repack-notarization-poller/kind.yml
Aki Sasaki dfdadd73df Bug 1562412 - [3-task notarization] - fix missing poller task r=Callek
The transform skips copying attributes from the dep job if attributes are specified. This means we skipped adding shipping_{phase,product}, nightly, and shippable attributes, and the poller task ended up getting filtered out of various target task methods.

Everything works properly if we just copy the attributes from the dependent job.

Differential Revision: https://phabricator.services.mozilla.com/D64684

--HG--
extra : moz-landing-system : lando
2020-02-28 00:14:27 +00:00

20 lines
633 B
YAML

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: taskgraph.loader.single_dep:loader
transforms:
- taskgraph.transforms.chunk_partners:transforms
- taskgraph.transforms.mac_notarization_poller:transforms
- taskgraph.transforms.task:transforms
kind-dependencies:
- release-partner-repack-notarization-part-1
job-template:
description-suffix: 'Mac Notarization Poller'
worker:
implementation: notarization-poller
copy-repack-ids: true