Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / taskcluster / ci / toolchain / node.yml
blobbd66a54e9e4b7b7780b3bc71bc18d9dc2aac7cdc
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 job-defaults:
6     description: "Node repack toolchain build"
7     attributes:
8         local-toolchain: true
9     worker-type: b-linux-gcp
10     worker:
11         max-run-time: 1800
12     run:
13         script: repack-node.sh
14         toolchain-artifact: public/build/node.tar.zst
16 linux64-node-12:
17     treeherder:
18         symbol: TL(node-12)
19     fetches:
20         fetch:
21             - nodejs-12-linux64
23 linux64-node-16:
24     treeherder:
25         symbol: TL(node-16)
26     run:
27         toolchain-alias:
28             - linux64-node
29     fetches:
30         fetch:
31             - nodejs-16-linux64
33 macosx64-node-12:
34     treeherder:
35         symbol: TM(node-12)
36     fetches:
37         fetch:
38             - nodejs-12-macosx64
40 macosx64-node-16:
41     treeherder:
42         symbol: TM(node-16)
43     run:
44         toolchain-alias:
45             - macosx64-node
46     fetches:
47         fetch:
48             - nodejs-16-macosx64
50 macosx64-aarch64-node-16:
51     treeherder:
52         symbol: TM(node-16-arm64)
53     run:
54         toolchain-alias:
55             - macosx64-aarch64-node
56     fetches:
57         fetch:
58             - nodejs-16-macosx64-arm64
60 win64-node-12:
61     treeherder:
62         symbol: TW64(node-12)
63     fetches:
64         fetch:
65             - nodejs-12-win64
67 win64-node-16:
68     treeherder:
69         symbol: TW64(node-16)
70     run:
71         toolchain-alias:
72             - win64-node
73     fetches:
74         fetch:
75             - nodejs-16-win64
77 win32-node-12:
78     treeherder:
79         symbol: TW32(node-12)
80     fetches:
81         fetch:
82             - nodejs-12-win32
84 win32-node-16:
85     treeherder:
86         symbol: TW32(node-16)
87     run:
88         toolchain-alias:
89             - win32-node
90     fetches:
91         fetch:
92             - nodejs-16-win32