Bug 1892041 - Part 1: Update test262 features. r=spidermonkey-reviewers,dminor
[gecko.git] / taskcluster / ci / geckodriver-mac-notarization / kind.yml
bloba90e6faa2e26b1fad6d1bf6394c60f10f73a55e7
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 loader: gecko_taskgraph.loader.transform:loader
7 transforms:
8     - taskgraph.transforms.from_deps
9     - gecko_taskgraph.transforms.mac_notarization
10     - gecko_taskgraph.transforms.name_sanity
11     - gecko_taskgraph.transforms.geckodriver_mac_notarization
12     - gecko_taskgraph.transforms.task
14 kind-dependencies:
15     - geckodriver-signing
17 only-for-build-platforms:
18     - macosx64-geckodriver/opt
19     - macosx64-aarch64-geckodriver/opt
21 jobs:
22     geckodriver-mac-notarization:
23         from-deps:
24             group-by: single-with-filters
25         worker-type: linux-signing
26         treeherder:
27             symbol: TM(gd-n)
28         worker:
29             implementation: scriptworker-signing
30             max-run-time: 3600
31             upstream-artifacts:
32                 - taskType: signing
33                   paths:
34                       - public/build/geckodriver.tar.gz
35                   formats: ["apple_notarization_geckodriver"]
36                   taskId:
37                       task-reference: <geckodriver-signing>