diff --git a/infra/config/config.star b/infra/config/config.star index 157069c5c2..f5c46b52d3 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -68,11 +68,6 @@ skipped_lkgr_bots = [ # Use LUCI Scheduler BBv2 names and add Scheduler realms configs. lucicfg.enable_experiment("crbug.com/1182002") -luci.builder.defaults.experiments.set( - { - "luci.recipes.use_python3": 100, - }, -) luci.builder.defaults.test_presentation.set( resultdb.test_presentation(grouping_keys = ["status", "v.test_suite"]), )