infra/config: Remove luci.recipes.use_python3 experiment

Python3 is used by default in recipes now and this config is not
necessary anymore.

Bug: 440235171
Change-Id: Ia7d2d54ca3afe25b43e8a1636d08507f709f0966
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6888293
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Wan-Teh Chang <wtc@google.com>
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
This commit is contained in:
Takuto Ikuta 2025-08-27 17:04:08 +09:00 committed by libyuv LUCI CQ
parent 36edc5fa8b
commit c00b83884e
3 changed files with 225 additions and 1116 deletions

File diff suppressed because it is too large Load Diff

View File

@ -212,7 +212,6 @@ def libyuv_ci_builder(name, dimensions, properties, triggered_by):
executable = luci.recipe(
name = "libyuv/libyuv",
cipd_package = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",
use_python3 = True,
),
)
@ -229,7 +228,6 @@ def libyuv_try_builder(name, dimensions, properties, recipe_name = "libyuv/libyu
executable = luci.recipe(
name = recipe_name,
cipd_package = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",
use_python3 = True,
),
)
@ -290,7 +288,6 @@ luci.builder(
executable = luci.recipe(
name = "libyuv/roll_deps",
cipd_package = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",
use_python3 = True,
),
)

View File

@ -7,7 +7,7 @@
name: "libyuv"
access: "group:all"
lucicfg {
version: "1.45.0"
version: "1.45.8"
package_dir: "."
config_dir: "."
entry_point: "main.star"