Bug 1773205 [wpt PR 34343] - SVG Text NG: Improve performance on ancestor scaling...
[gecko.git] / build / sparse-profiles / taskgraph
blob1d5dc45f14cd833e3810b0a6f3848a3914b0e2c7
1 %include build/sparse-profiles/mach
3 # In order to decide which docker images to build, we need all the
4 # files that docker images depend on as well
5 %include build/sparse-profiles/docker-image
7 [include]
8 # These files are read as part of generating the taskgraph.
9 path:browser/locales/l10n-changesets.json
10 path:browser/locales/l10n-onchange-changesets.json
11 path:mobile/locales/l10n-changesets.json
12 path:mobile/locales/l10n-onchange-changesets.json
13 path:browser/locales/shipped-locales
14 path:browser/config/version_display.txt
15 path:browser/config/version.txt
16 path:browser/config/whats_new_page.yml
18 # Lots of random files in here are read. Just pull in the whole thing.
19 path:build/
21 # TODO remove once bug 1402010 is resolved and test manifests aren't
22 # processed in Files() reading mode in moz.build files.
23 path:layout/tools/reftest/
24 path:testing/web-platform/tests/tools/
26 # The main meat of this profile.
27 path:taskcluster/
29 # Various files in these directories are read by taskgraph. Just pull
30 # them all in.
31 path:testing/config/tooltool-manifests/
32 path:testing/mozharness/
33 path:tools/lint/
35 # for new-style try pushes
36 path:try_task_config.json
38 # Moz.build files are read in filesystem mode
39 glob:**/moz.build
40 glob:**/*.mozbuild
42 # Moz.configure files could trigger changes
43 glob:**/*.configure
45 # Tooltool manifests also need to be opened. Assume they
46 # are all somewhere in "tooltool-manifests" directories.
47 glob:**/tooltool-manifests/**
49 # For test chunking
50 glob:**/*.ini
51 glob:**/*.list
52 path:testing/mozbase/manifestparser
53 path:testing/runtimes
54 path:testing/web-platform/tests/
55 path:testing/web-platform/mozilla/tests/
56 glob:testing/web-platform/*.py
58 # For scheduling android-gradle-dependencies.
59 path:mobile/android/config/
60 glob:**/*.gradle
62 # for action-task building
63 path:.taskcluster.yml
64 path:.cron.yml
66 # for the wrench-deps toolchain task
67 path:gfx/wr/Cargo.lock
68 path:gfx/wr/ci-scripts/
70 # for the mar-tools toolchain task
71 path:mfbt/
72 path:modules/libmar/
73 path:other-licenses/bsdiff/
74 path:other-licenses/nsis/Contrib/CityHash/cityhash/
75 path:toolkit/mozapps/update/updater
77 # for the minidump-stackwalk toolchain task
78 path:toolkit/crashreporter
79 path:tools/crashreporter/
80 path:mfbt
81 path:config/external/zlib
82 path:build/moz.configure
84 # for the browsertime toolchain task
85 path:tools/browsertime/mach_commands.py
86 path:tools/browsertime/package.json
87 path:tools/browsertime/package-lock.json
89 # for the geckodriver toolchain task
90 path:testing/geckodriver
91 path:testing/mozbase/rust
92 path:testing/webdriver