mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
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:
parent
36edc5fa8b
commit
c00b83884e
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user