mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
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:
parent
4bafdbc211
commit
b50484dbe0
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user