Commit d1674d5d authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

cr-buildbucket.cfg: Apply patch on gclient on Chromium LUCI bots.

LUCI Chromium Trybots seem to work fine with the change. This will
unblock ANGLE and other projects that might want to test their
changes with Chromium, which is the main use case.

Bug: 643346
Change-Id: I1649fda2773e4346cf48bdc6b364fe884a0e4e5e
Reviewed-on: https://chromium-review.googlesource.com/1050802Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557226}
parent 359ffe97
......@@ -43,16 +43,8 @@ verifiers {
builders { name: "linux_chromium_rel_ng" }
builders { name: "linux_chromium_tsan_rel_ng" }
builders { name: "mac_chromium_compile_dbg_ng" }
builders {
name: "mac_chromium_compile_dbg_ng_patch_on_gclient"
experiment_percentage: 5
}
builders { name: "mac_chromium_rel_ng" }
builders { name: "win_chromium_compile_dbg_ng" }
builders {
name: "win_chromium_compile_dbg_ng_patch_on_gclient"
experiment_percentage: 5
}
}
buckets {
name: "master.tryserver.chromium.android"
......
......@@ -106,6 +106,7 @@ builder_mixins {
name: "android-try"
recipe {
properties: "mastername:tryserver.chromium.android"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
builder_mixins {
......@@ -150,6 +151,7 @@ builder_mixins {
service_account: "chromium-try-gpu-builder@chops-service-accounts.iam.gserviceaccount.com"
recipe {
properties: "mastername:tryserver.chromium.angle"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -170,6 +172,7 @@ builder_mixins {
mixins: "linux"
recipe {
properties: "mastername:tryserver.chromium.chromiumos"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -210,6 +213,7 @@ builder_mixins {
mixins: "gpu-optional-try"
recipe {
properties: "mastername:tryserver.chromium.linux"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -271,6 +275,7 @@ builder_mixins {
mixins: "gpu-optional-try"
recipe {
properties: "mastername:tryserver.chromium.mac"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -279,6 +284,7 @@ builder_mixins {
mixins: "mac"
recipe {
properties: "mastername:tryserver.chromium.mac"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -360,6 +366,7 @@ builder_mixins {
mixins: "gpu-optional-try"
recipe {
properties: "mastername:tryserver.chromium.win"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -368,6 +375,7 @@ builder_mixins {
mixins: "win"
recipe {
properties: "mastername:tryserver.chromium.win"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
......@@ -1450,18 +1458,6 @@ buckets {
builders { mixins: "mac-try" name: "mac_chromium_asan_rel_ng" }
builders { mixins: "mac-try" name: "mac_chromium_asan_variable" }
builders { mixins: "mac-try" name: "mac_chromium_compile_dbg_ng" dimensions:"os:Mac-10.13.3"}
builders {
mixins: "mac-try"
name: "mac_chromium_compile_dbg_ng_patch_on_gclient"
dimensions: "builder:mac_chromium_compile_dbg_ng"
dimensions: "os:Mac-10.13.3"
experimental: YES
auto_builder_dimension: NO
recipe {
properties: "buildername:mac_chromium_compile_dbg_ng"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
builders { mixins: "mac-try" name: "mac_chromium_compile_rel_ng" }
builders { mixins: "mac-try" name: "mac_chromium_dbg_ng" dimensions:"os:Mac-10.12"}
builders { mixins: "mac-try" name: "mac_chromium_gn_upload" }
......@@ -1505,17 +1501,6 @@ buckets {
builders { mixins: "win-try" name: "win_archive" }
builders { mixins: "win-try" name: "win_chrome_official" }
builders { mixins: "win-try" name: "win_chromium_compile_dbg_ng" }
builders {
mixins: "win-try"
name: "win_chromium_compile_dbg_ng_patch_on_gclient"
dimensions: "builder:win_chromium_compile_dbg_ng"
experimental: YES
auto_builder_dimension: NO
recipe {
properties: "buildername:win_chromium_compile_dbg_ng"
properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}"
}
}
builders { mixins: "win-try" name: "win_chromium_compile_rel_ng" }
# TODO(crbug/794085): Revisit exceptional extra-long timeout when we speed
# up the builder.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment