Skip to content

Commit

Permalink
infra/config: Add experimental bot to test patching on GClient.
Browse files Browse the repository at this point in the history
Add linux_chromium_rel_ng_patch_on_gclient as an experimental builder at
5% to test that patching on GClient instead of bot_update works as
intended.

Bug: 643346
Change-Id: I6af85c344fff4e4d88c66b5e96872fbb90ffbb8d
Reviewed-on: https://chromium-review.googlesource.com/983012
Reviewed-by: John Budorick <jbudorick@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546706}
  • Loading branch information
Edward Lesmes authored and Commit Bot committed Mar 29, 2018
1 parent 4e78842 commit 0a8fbee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/config/branch/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ verifiers {
name: "linux_chromium_rel_ng"
equivalent_to { bucket: "luci.chromium.try" percentage: 100 }
}
builders {
name: "linux_chromium_rel_ng_patch_on_gclient"
experiment_percentage: 5
}
}
buckets {
name: "master.tryserver.chromium.mac"
Expand Down
10 changes: 10 additions & 0 deletions infra/config/global/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,16 @@ buckets {
mixins: "goma-j150"
name: "linux_chromium_rel_ng"
}
builders {
mixins: "linux-try"
mixins: "goma-j150"
name: "linux_chromium_rel_ng_patch_on_gclient"
experimental: YES
recipe {
properties: "buildername:linux_chromium_rel_ng"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
builders { mixins: "linux-try" name: "linux_chromium_tsan_rel_ng" }
builders { mixins: "linux-try" name: "linux_chromium_tsan_variable" }
builders { mixins: "linux-try" name: "linux_chromium_ubsan_rel_ng" }
Expand Down

0 comments on commit 0a8fbee

Please sign in to comment.