Commit f68e106e authored by Marco Castelluccio's avatar Marco Castelluccio
Browse files

Bug 1723161 - Switch from 'bugbug_reduced_manifests_config_selection_low' to...

Bug 1723161 - Switch from 'bugbug_reduced_manifests_config_selection_low' to 'bugbug_reduced_manifests_config_selection_medium' as default for mach try auto. r=jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D121385
parent 38fd6ab7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ from ..push import push_to_try


TRY_AUTO_PARAMETERS = {
    "optimize_strategies": "taskgraph.optimize:tryselect.bugbug_reduced_manifests_config_selection_low",  # noqa
    "optimize_strategies": "taskgraph.optimize:tryselect.bugbug_reduced_manifests_config_selection_medium",  # noqa
    "optimize_target_tasks": True,
    "target_tasks_method": "try_auto",
    "test_manifest_loader": "bugbug",