Revert "populate python2 for mac try builder"
This reverts commit 4928a413d8
.
Reason for revert:
https://crrev.com/c/3818083 fixed the error.
Original change's description:
> populate python2 for mac try builder
>
> This is partial revert of https://crrev.com/c/3777021 for
> https://ci.chromium.org/ui/p/chromium/builders/try/mac-rel-compilator/209989/overview
>
> Bug: 1351164
> Change-Id: Icc790edf1316dfc96f7b2bccc4c0ea0c6858e12c
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3817665
> Commit-Queue: Kuan Huang <kuanhuang@chromium.org>
> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
> Reviewed-by: Kuan Huang <kuanhuang@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1032828}
Bug: 1351164
Change-Id: I666424b27a1b10a9e2df5319815504116d12d853
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3818346
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1032950}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
762303db10
commit
851e17c76c
infra/config
@ -75107,7 +75107,7 @@ buckets {
|
||||
}
|
||||
experiments {
|
||||
key: "luci.buildbucket.omit_python2"
|
||||
value: 0
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
@ -76086,7 +76086,7 @@ buckets {
|
||||
}
|
||||
experiments {
|
||||
key: "luci.buildbucket.omit_python2"
|
||||
value: 0
|
||||
value: 100
|
||||
}
|
||||
experiments {
|
||||
key: "luci.recipes.use_python3"
|
||||
|
@ -7,7 +7,7 @@
|
||||
name: "chromium"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.32.1"
|
||||
version: "1.31.5"
|
||||
package_dir: "../.."
|
||||
config_dir: "generated/luci"
|
||||
entry_point: "main.star"
|
||||
|
@ -114,7 +114,7 @@ try_.compilator_builder(
|
||||
main_list_view = "try",
|
||||
os = os.MAC_DEFAULT,
|
||||
experiments = {
|
||||
"luci.buildbucket.omit_python2": 0,
|
||||
"luci.buildbucket.omit_python2": 100,
|
||||
},
|
||||
)
|
||||
|
||||
@ -150,7 +150,7 @@ try_.compilator_builder(
|
||||
# TODO (crbug.com/1245171): Revert when root issue is fixed
|
||||
grace_period = 4 * time.minute,
|
||||
experiments = {
|
||||
"luci.buildbucket.omit_python2": 0,
|
||||
"luci.buildbucket.omit_python2": 100,
|
||||
},
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user