Bug 1874819 - Align the displayed version name with the GV version. r=owlish,geckovie...
[gecko.git] / taskcluster / ci / addon / kind.yml
blob84d616581b2e11848013c7484aeb63b3be1c7f2a
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 kind-dependencies:
8     # non-system python
9     - toolchain
11 transforms:
12     - gecko_taskgraph.transforms.job:transforms
13     - gecko_taskgraph.transforms.task:transforms
15 job-defaults:
16     use-system-python: false
18 jobs:
19     tps-xpi:
20         description: Build the TPS add-on
21         index:
22             product: firefox
23             job-name: addons.tps
24         treeherder:
25             platform: linux64/opt
26             symbol: TPS(addon)
27             kind: build
28             tier: 1
29         run-on-projects: [mozilla-central]
30         worker-type: b-linux-gcp
31         worker:
32             docker-image: {in-tree: debian12-base}
33             max-run-time: 1800
34             artifacts:
35                 - type: file
36                   name: public/tps.xpi
37                   path: /builds/worker/checkouts/gecko/tps-out/tps.xpi
38         run:
39             using: mach
40             mach: tps-build --dest tps-out
41             sparse-profile: tps
42         when:
43             files-changed:
44                 - 'services/sync/tps/extensions/tps/**'