Bug 1841050 - Add pref webgl.gl_khr_no_error:true. r=gfx-reviewers,bradwerth
[gecko.git] / taskcluster / ci / build / kind.yml
blob46f772010adce227c964551a6a8680c1f57cc544
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     - toolchain
9     - fetch
10     - generate-profile
12 transforms:
13     - gecko_taskgraph.transforms.build:transforms
14     - gecko_taskgraph.transforms.build_attrs:transforms
15     - gecko_taskgraph.transforms.build_lints:transforms
16     - gecko_taskgraph.transforms.release_notifications:transforms
17     - gecko_taskgraph.transforms.job:transforms
18     - gecko_taskgraph.transforms.artifact:transforms
19     - gecko_taskgraph.transforms.task:transforms
21 jobs-from:
22     - android.yml
23     - android-asan.yml
24     - android-stuff.yml
25     - linux.yml
26     - linux-base-toolchains.yml
27     - macosx.yml
28     - macosx-native.yml
29     - windows.yml
30     - windows-mingw.yml
32 job-defaults:
33     worker:
34         env:
35             MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE: system
36     use-system-python: false
37     run:
38         mozconfig-variant:
39             by-release-type:
40                 beta: beta
41                 release.*: release
42                 # We keep using the release configs as the beta and release configs are
43                 # identical except for
44                 # https://searchfox.org/mozilla-central/rev/ce9ff94ffed34dc17ec0bfa406156d489eaa8ee1/browser/config/mozconfigs/linux32/release#1    # noqa
45                 esr.*: release
46                 default: nightly
47         # Note: These settings are only honored by nightly (i.e. shipping) builds
48         update-channel:
49             by-release-type:
50                 nightly: nightly
51                 nightly-oak: nightly-oak
52                 nightly-pine: nightly-pine
53                 beta:
54                     by-shipping-product:
55                         devedition: aurora
56                         default: beta
57                 release.*: release
58                 esr.*: esr
59                 default:
60                     by-project:
61                         try: nightly-try
62                         default: null
63         # ACCEPTED_MAR_CHANNEL_IDS should usually be the same as the value MAR_CHANNEL_ID.
64         # If more than one ID is needed, then you should use a comma separated list
65         # of values.
66         # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
67         mar-channel-id:
68             by-release-type:
69                 nightly.*: firefox-mozilla-central
70                 beta:
71                     by-shipping-product:
72                         devedition: firefox-mozilla-aurora
73                         default: firefox-mozilla-beta
74                 release.*: firefox-mozilla-release
75                 esr.*: firefox-mozilla-esr
76                 default: firefox-mozilla-central
77         accepted-mar-channel-ids:
78             by-release-type:
79                 nightly.*: firefox-mozilla-central
80                 beta:
81                     by-shipping-product:
82                         devedition: firefox-mozilla-aurora
83                         default: firefox-mozilla-beta,firefox-mozilla-release
84                 release.*: firefox-mozilla-release
85                 esr.*: firefox-mozilla-esr
86                 default: firefox-mozilla-central