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