diff options
Diffstat (limited to 'taskcluster/ci/shippable-l10n-notarization-poller/kind.yml')
-rw-r--r-- | taskcluster/ci/shippable-l10n-notarization-poller/kind.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/taskcluster/ci/shippable-l10n-notarization-poller/kind.yml b/taskcluster/ci/shippable-l10n-notarization-poller/kind.yml new file mode 100644 index 0000000000..2ad47a06f7 --- /dev/null +++ b/taskcluster/ci/shippable-l10n-notarization-poller/kind.yml @@ -0,0 +1,17 @@ +# 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.mac_notarization_poller:transforms + - taskgraph.transforms.task:transforms + +kind-dependencies: + - shippable-l10n-notarization-part-1 + +job-template: + description-suffix: 'Mac Notarization Poller' + worker: + implementation: notarization-poller |