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:
Jeremy Leconte 2023-02-15 10:09:18 +01:00 committed by WebRTC LUCI CQ
parent 2badc0907e
commit b5af1640a9
2 changed files with 6 additions and 0 deletions

View File

@ -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},
)

View File

@ -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