gecko-dev/taskcluster/taskgraph/transforms
Gregory Szorc ff3d54d6f6 Bug 1401725 - Use sparse checkouts for toolchain tasks; r=glandium
Strictly speaking we don't need all files in the directories listed
in the profile. But the checkout is still small enough and it is far
less effort than cherry-picking every file needed by every toolchain
task.

This brings the checkout down to ~3700 files, which only takes 1-2s.

MozReview-Commit-ID: 2BpKdZ2Pvx9

--HG--
extra : rebase_source : e9589b29f7e1b60ac7ee4e8050689dc3d5a8f418
extra : source : 2c0d6e566cc719823515ec2403e1d6b2ace955aa
2017-09-21 07:30:49 -07:00
..
job Bug 1401725 - Use sparse checkouts for toolchain tasks; r=glandium 2017-09-21 07:30:49 -07:00
__init__.py
balrog.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
base.py Bug 1374940 - Allow transforms to access info about tasks from kind dependencies of the current kind. r=dustin 2017-07-19 07:25:26 +09:00
beetmover.py Bug 1384482 - Rename android-api-15 into android-api-16 r=mtabara 2017-08-09 16:18:15 +02:00
beetmover_checksums.py Bug 1386332 - fix beetmover naming. r=dustin 2017-08-01 11:58:40 -04:00
beetmover_l10n.py Bug 1386332 - fix beetmover naming. r=dustin 2017-08-01 11:58:40 -04:00
beetmover_repackage.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
beetmover_repackage_l10n.py Bug 1386332 - fix beetmover naming. r=dustin 2017-08-01 11:58:40 -04:00
build.py Bug 1383880: parse try config during the decision task; r=ahal 2017-08-21 23:14:14 +00:00
build_attrs.py Bug 1383880: Annotate builds and tests with SCHEDULES-related optimizations; r=ahal 2017-08-25 19:15:12 +00:00
build_lints.py Bug 1370421 - Verify we don't write Perfherder data to same bucket; r=mshal 2017-06-06 17:36:44 -07:00
build_signing.py bug 1383771 - back out d25db0546c92 (reland ffc2e43aa834). r=backout a=release 2017-08-15 22:54:08 -07:00
checksums_signing.py Bug 1391643 - Make sure we use dep signing worker when using the dep signing scope. r=aki 2017-08-18 11:17:25 -04:00
coalesce.py Bug 1382204 - enable coalescing on macOS/win10-gpu tests and disable on linux builds,r=dustin 2017-09-13 12:30:07 +02:00
docker_image.py Backed out 12 changesets (bug 1383880) for decision task bustage 2017-09-20 19:57:39 -07:00
gecko_v2_whitelist.py Bug 1399917 - Create --enable-address-sanitizer-reporter TC build. r=aobreja,mtabara 2017-09-14 17:52:09 +02:00
l10n.py bug 1394130 - point osx l10n at the repackage task to avoid re-signing widevine. r=callek 2017-08-30 09:50:07 -07:00
marionette_harness.py Bug 1338651 part 1: Change docker image home dir to /build. r=dustin,mshal 2017-08-28 08:44:51 -03:00
name_sanity.py Bug 1386332 - Clarify nightly l10n signing tasks. r=dustin 2017-08-01 13:03:15 -04:00
nightly_l10n_signing.py bug 1383771 - back out d25db0546c92 (reland ffc2e43aa834). r=backout a=release 2017-08-15 22:54:08 -07:00
partials.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
partials_signing.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
push_apk.py Bug 1395717 - Use filename source-test tasks are defined in as part of their label, r=dustin 2017-08-31 16:38:08 -04:00
push_apk_breakpoint.py Bug 1395717 - Use filename source-test tasks are defined in as part of their label, r=dustin 2017-08-31 16:38:08 -04:00
repackage.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
repackage_l10n.py Bug 1386332 - Clarify repackage tasks. r=dustin 2017-08-01 12:29:37 -04:00
repackage_routes.py Bug 1378454 - Add predictable routes to repackage and repackage-signing tasks r=Callek 2017-07-07 13:58:06 -04:00
repackage_signing.py Bug 1342392 Migrate partial update generation in-tree r=rail 2017-09-18 13:36:36 +01:00
signing.py bug 1383771 - back out d25db0546c92 (reland ffc2e43aa834). r=backout a=release 2017-08-15 22:54:08 -07:00
source_test.py Bug 1395717 - Use filename source-test tasks are defined in as part of their label, r=dustin 2017-08-31 16:38:08 -04:00
spidermonkey.py Bug 1387199 - Do spidermonkey windows in taskgraph. r=dustin 2017-08-16 15:27:30 -04:00
task.py Bug 1383880: add only-if-dependencies-run optimization for follow-ons; r=ahal 2017-08-25 21:18:13 +00:00
tests.py Bug 1383880: Annotate builds and tests with SCHEDULES-related optimizations; r=ahal 2017-08-25 19:15:12 +00:00
try_job.py Bug 1345863: set the job_try_name for all tasks governed by -j; r=gps 2017-04-28 11:12:31 -04:00
upload_generated_sources.py Backed out 4 changesets (bug 1259832) for apparently scheduling nightlies on every push/platform a=backout 2017-08-16 17:26:08 -07:00
upload_symbols.py Bug 1355969 - Migrate post_build (upload_symbols) to use single_dep loader. r=dustin 2017-04-12 14:54:41 -04:00
use_toolchains.py Bug 1401180: rename 'toolchain' transform to 'use_toolchains'; r=glandium 2017-09-14 20:12:59 +00:00