Skip to content

Commit

Permalink
Use python3 for chromium/compilator recipe.
Browse files Browse the repository at this point in the history
Bug: 1256389
Change-Id: Iea1e193f35e349b0ee56407fc761a0793c41c58e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3324984
Auto-Submit: Garrett Beaty <gbeaty@google.com>
Reviewed-by: Stephanie Kim <kimstephanie@google.com>
Commit-Queue: Stephanie Kim <kimstephanie@google.com>
Cr-Commit-Position: refs/heads/main@{#949779}
  • Loading branch information
kleerwater authored and Chromium LUCI CQ committed Dec 8, 2021
1 parent 4f5bb5e commit 9efc94b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
22 changes: 11 additions & 11 deletions infra/config/generated/luci/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52641,7 +52641,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -52946,7 +52946,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -53966,7 +53966,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -57737,7 +57737,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -68921,7 +68921,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -71032,7 +71032,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -73036,7 +73036,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -74241,7 +74241,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -75592,7 +75592,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -76590,7 +76590,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down Expand Up @@ -80810,7 +80810,7 @@ buckets {
}
experiments {
key: "luci.recipes.use_python3"
value: 25
value: 100
}
experiments {
key: "luci.use_realms"
Expand Down
4 changes: 1 addition & 3 deletions infra/config/recipes.star
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ build_recipe(
build_recipe(
name = "recipe:chromium/compilator",
bootstrappable = True,
experiments = {
"luci.recipes.use_python3": 25,
},
use_python3 = True,
)

build_recipe(
Expand Down

0 comments on commit 9efc94b

Please sign in to comment.