Commit cdd2d868 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

Reland "luci: increase the experimental percentage to 100 from 70 for MM-x86-rel"

This is a reland of bce662eb

It was revert in crrev.com/c/2530204, to make room for other builders.
The host pool looks in a good shape today, so reland this CL
and prepare to fully enable the MM-x86-rel on CQ

Original change's description:
> luci: increase the experimental percentage to 100 from 70 for MM-x86-rel
>
> The pool has plenty of 4-cores for extra builds: http://shortn/_koR1dg8Vvu
> Also the host pool also has plenty of rooms: http://shortn/_xqhW5Z67ft
>
> Bug: 997376, 1127110
> Change-Id: I56b432d960c2f1821934667ac2f38d3fcb4705bf
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450331
> Reviewed-by: Ben Pastene <bpastene@chromium.org>
> Commit-Queue: Haiyang Pan <hypan@google.com>
> Cr-Commit-Position: refs/heads/master@{#813888}

Bug: 997376
Bug: 1127110
Change-Id: I652429f328af4cb11fe22efc6286af832d77b43b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535641Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#827019}
parent 1bfc40f9
......@@ -247,7 +247,7 @@ config_groups {
}
builders {
name: "chromium/try/android-marshmallow-x86-rel"
experiment_percentage: 70
experiment_percentage: 100
location_regexp: ".*"
location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+"
......
......@@ -345,7 +345,7 @@ by CQ. These are often used to test new configurations before they are added
as required builders.
* [android-marshmallow-x86-rel](https://ci.chromium.org/p/chromium/builders/try/android-marshmallow-x86-rel) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+android-marshmallow-x86-rel)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+android-marshmallow-x86-rel))
* Experiment percentage: 70
* Experiment percentage: 100
* [fuchsia-compile-x64-dbg](https://ci.chromium.org/p/chromium/builders/try/fuchsia-compile-x64-dbg) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+fuchsia-compile-x64-dbg)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+fuchsia-compile-x64-dbg))
* Experiment percentage: 50
......
......@@ -345,7 +345,7 @@ try_.chromium_android_builder(
goma_jobs = goma.jobs.J300,
ssd = True,
tryjob = try_.job(
experiment_percentage = 70,
experiment_percentage = 100,
),
)
......
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