infra: Enable bbagent and use_python3

Change-Id: Ibfe01bd8f327bae137bd948082dc09504d8a5cb8
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3260456
Reviewed-by: Mark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Mark Mentovai 2021-11-04 16:54:59 -04:00 committed by Crashpad LUCI CQ
parent 4bafdbc211
commit b50484dbe0
3 changed files with 388 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
name: "crashpad"
access: "group:all"
lucicfg {
version: "1.29.1"
version: "1.30.1"
package_dir: ".."
config_dir: "generated"
entry_point: "main.star"

View File

@ -18,10 +18,6 @@ lucicfg.check_version("1.28.0", "Please update depot_tools")
# Enable LUCI Realms support and Launch 100% of Swarming tasks for builds in
# "realms-aware mode".
lucicfg.enable_experiment("crbug.com/1085650")
luci.builder.defaults.experiments.set({
"luci.use_realms": 100,
"luci.recipes.use_python3": 100,
})
REPO_URL = "https://chromium.googlesource.com/crashpad/crashpad"
REVIEW_URL = "https://chromium-review.googlesource.com/crashpad/crashpad"
@ -146,6 +142,7 @@ def crashpad_recipe():
return luci.recipe(
name = "crashpad/build",
cipd_package = "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",
use_python3=True,
)
def crashpad_caches(platform):