Skip to content

Commit

Permalink
[M103] Turn on remove_src_checkout_experiment to 100% for chromeos-am…
Browse files Browse the repository at this point in the history
…d64-generic-rel

(cherry picked from commit e8b7c9d)

Bug: 1287228
Change-Id: I37997ff1c1a98785d1a41136a056f5ad0e702c92
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3653599
Commit-Queue: Stephanie Kim <kimstephanie@google.com>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1004953}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3654705
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5060@{#94}
Cr-Branched-From: b83393d-refs/heads/main@{#1002911}
  • Loading branch information
Stephanie Kim authored and Chromium LUCI CQ committed May 18, 2022
1 parent 87f3884 commit a8d80c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/config/generated/luci/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10305,6 +10305,10 @@ buckets {
key: "luci.recipes.use_python3"
value: 100
}
experiments {
key: "remove_src_checkout_experiment"
value: 100
}
resultdb {
enable: true
bq_exports {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ try_.orchestrator_builder(
mirrors = ["ci/chromeos-amd64-generic-rel"],
main_list_view = "try",
tryjob = try_.job(),
experiments = {
"remove_src_checkout_experiment": 100,
},
)

try_.compilator_builder(
Expand Down

0 comments on commit a8d80c3

Please sign in to comment.