diff --git a/infra/config/recipes.star b/infra/config/recipes.star index 4620b7789b2702..f40f70a9b63527 100644 --- a/infra/config/recipes.star +++ b/infra/config/recipes.star @@ -12,7 +12,6 @@ def _recipe_for_package(cipd_package): name, cipd_version = None, recipe = None, - use_python3 = False, bootstrappable = False): """Declare a recipe for the given package. @@ -27,7 +26,6 @@ def _recipe_for_package(cipd_package): information. cipd_version: See luci.recipe. recipe: See luci.recipe. - use_python3: See luci.recipe. bootstrappable: Whether or not the recipe supports the chromium bootstrapper. A recipe supports the bootstrapper if the following conditions are met: @@ -59,7 +57,7 @@ def _recipe_for_package(cipd_package): cipd_version = cipd_version, recipe = recipe, use_bbagent = True, - use_python3 = use_python3, + use_python3 = True, ) register_recipe_bootstrappability(name, bootstrappable) @@ -98,7 +96,6 @@ build_recipe( build_recipe( name = "recipe:binary_size_trybot", - use_python3 = True, ) build_recipe( @@ -107,7 +104,6 @@ build_recipe( build_recipe( name = "recipe:binary_size_fuchsia_trybot", - use_python3 = True, ) build_recipe( @@ -121,19 +117,16 @@ build_recipe( build_recipe( name = "recipe:chromium", bootstrappable = True, - use_python3 = True, ) build_recipe( name = "recipe:chromium/orchestrator", bootstrappable = True, - use_python3 = True, ) build_recipe( name = "recipe:chromium/compilator", bootstrappable = True, - use_python3 = True, ) build_recipe( @@ -162,7 +155,6 @@ build_recipe( build_recipe( name = "recipe:chromium_libfuzzer_trybot", - use_python3 = True, ) build_recipe( @@ -172,7 +164,6 @@ build_recipe( build_recipe( name = "recipe:chromium_trybot", bootstrappable = True, - use_python3 = True, ) build_recipe( @@ -202,7 +193,6 @@ build_recipe( build_recipe( name = "recipe:presubmit", - use_python3 = True, ) build_recipe(