Bug 1531230 - Stop using the TextPropertyEditor value in the TextProperty model....
[gecko.git] / taskcluster / ci / repackage-msi / kind.yml
blob41f7460ffdca1f3c57644f1949eb8a1dfd2d74a5
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/.
5 loader: taskgraph.loader.single_dep:loader
7 transforms:
8     - taskgraph.transforms.name_sanity:transforms
9     - taskgraph.transforms.repackage:transforms
10     - taskgraph.transforms.use_toolchains:transforms
11     - taskgraph.transforms.job:transforms
12     - taskgraph.transforms.task:transforms
14 kind-dependencies:
15     - repackage-signing
16     - repackage-signing-l10n
17     - fetch
19 only-for-build-platforms:
20     - win32-nightly/opt
21     - win64-nightly/opt
22     - win32-devedition-nightly/opt
23     - win64-devedition-nightly/opt
25 job-template:
26     mozharness:
27         config:
28             by-build-platform:
29                 win32\b.*:
30                     - repackage/base.py
31                     - repackage/win32_sfx_stub.py
32                     - repackage/win32_signed.py
33                 win64(?!-aarch64)\b.*:
34                     - repackage/base.py
35                     - repackage/win32_sfx_stub.py
36                     - repackage/win64_signed.py
37                 win64-aarch64\b.*:
38                     - repackage/base.py
39                     - repackage/win64-aarch64_sfx_stub.py
40                     - repackage/win64_signed.py
41     package-formats: [msi]
42     fetches:
43         fetch:
44             - wix-3.1.1