Allow lkgr_finder to run on Python2.
Change-Id: Iffb2601d5862a1092dff96b899ceec14ccfed5b9 Bug: chromium:1413695 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293460 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Christoffer Jansson <jansson@webrtc.org> Reviewed-by: Christoffer Jansson <jansson@google.com> Cr-Commit-Position: refs/heads/main@{#39312}
This commit is contained in:
parent
2badc0907e
commit
b5af1640a9
@ -872,4 +872,6 @@ cron_builder(
|
||||
"config": lkgr_config,
|
||||
},
|
||||
schedule = "*/10 * * * *", # Every 10 minutes.
|
||||
# TODO(crbug.com/1393420): remove this.
|
||||
experiments = {"luci.buildbucket.omit_python2": 0},
|
||||
)
|
||||
|
||||
@ -1904,6 +1904,10 @@ buckets {
|
||||
execution_timeout_secs: 7200
|
||||
build_numbers: YES
|
||||
service_account: "chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com"
|
||||
experiments {
|
||||
key: "luci.buildbucket.omit_python2"
|
||||
value: 0
|
||||
}
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
value: 100
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user