0

infra/config: remove omit_python2 from android builder

Bug: 1366956
Change-Id: I6acbae0e97c1b2f50fbb7cb41ea5e42311679586
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4259387
Reviewed-by: James Shen <zhiyuans@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1107291}
This commit is contained in:
Takuto Ikuta
2023-02-20 00:37:24 +00:00
committed by Chromium LUCI CQ
parent 128cf4e439
commit 88b7a474b8
2 changed files with 0 additions and 7 deletions
infra/config
generated
subprojects

@ -26261,10 +26261,6 @@ buckets {
key: "chromium_swarming.expose_merge_script_failures"
value: 100
}
experiments {
key: "luci.buildbucket.omit_python2"
value: 0
}
experiments {
key: "luci.recipes.use_python3"
value: 100

@ -857,9 +857,6 @@ ci.builder(
short_name = "m",
),
notifies = ["cronet"],
# TODO(crbug.com/1362440): remove this.
omit_python2 = False,
reclient_jobs = reclient.jobs.DEFAULT,
)