gecko-dev/taskcluster/taskgraph/actions
Geoff Brown 153d7eeae8 Bug 1499208 - Use task name to determine gpu-ness of backfilled tasks; r=jmaher
Existing mozharness per_test_base logic determines gpu-ness in the same way: If the
requested test is in a manifest for a suite named 'reftest', '*gpu', or 'webgl*',
then the test should only be run in a gpu-enabled test-verify and will be skipped
otherwise. With this change, backfill will select between TV/TVg based on the
name of the originating task, applying the same rule. So, to backfill a test in TV,
select the backfill action from a non-gpu task; to backfill a test in TVg, select
the backfill action from a gpu task.
2018-10-16 16:13:33 -06:00
..
__init__.py Bug 1415868 - Remove support for register_action_task; r=jonasfj,tomprince 2018-04-23 21:20:00 +00:00
add_new_jobs.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
add_talos.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
backfill.py Bug 1499208 - Use task name to determine gpu-ness of backfilled tasks; r=jmaher 2018-10-16 16:13:33 -06:00
cancel_all.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
cancel.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
create_interactive.py Bug 1497984 - whitelist allowPtrace scope, too r=bstack 2018-10-10 23:49:37 +00:00
gecko_profile.py Bug 1241535 - add support for 'geckoprofile' action task in-tree. r=bstack 2018-10-11 20:22:42 +00:00
purge_caches.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
registry.py Bug 1491186: don't sanity check scopes for kind=task r=bhearsum 2018-09-25 14:24:43 +00:00
release_promotion.py Bug 1490094: [taskgraph] Change release_type to include more than just rc; r=bhearsum 2018-09-17 18:09:16 +00:00
rerun.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
retrigger_mochitest.py Bug 1491307: make retrigger-mochitest its own action r=tomprince 2018-09-14 16:25:46 +00:00
retrigger.py Bug 1491307: make retrigger-mochitest its own action r=tomprince 2018-09-14 16:25:46 +00:00
run_missing_tests.py Bug 1472792: give both retrigger actions the same name; r=bstack 2018-07-06 20:28:23 +00:00
util.py Bug 1494333 - index crons just like artifacts r=Callek 2018-10-11 13:29:11 +00:00