diff options
Diffstat (limited to 'taskcluster/ci/release-eme-free-repack-notarization-poller/kind.yml')
-rw-r--r-- | taskcluster/ci/release-eme-free-repack-notarization-poller/kind.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/taskcluster/ci/release-eme-free-repack-notarization-poller/kind.yml b/taskcluster/ci/release-eme-free-repack-notarization-poller/kind.yml new file mode 100644 index 0000000000..5a2640eda0 --- /dev/null +++ b/taskcluster/ci/release-eme-free-repack-notarization-poller/kind.yml @@ -0,0 +1,19 @@ +# 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-eme-free-repack-notarization-part-1 + +job-template: + description-suffix: 'Mac Notarization Poller' + worker: + implementation: notarization-poller + copy-repack-ids: true |