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

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/+/2450331Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#813888}
parent d49731eb
...@@ -239,7 +239,7 @@ config_groups { ...@@ -239,7 +239,7 @@ config_groups {
} }
builders { builders {
name: "chromium/try/android-marshmallow-x86-rel" name: "chromium/try/android-marshmallow-x86-rel"
experiment_percentage: 70 experiment_percentage: 100
location_regexp: ".*" location_regexp: ".*"
location_regexp_exclude: ".+/[+]/docs/.+" location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+" location_regexp_exclude: ".+/[+]/infra/config/.+"
......
...@@ -348,7 +348,7 @@ by CQ. These are often used to test new configurations before they are added ...@@ -348,7 +348,7 @@ by CQ. These are often used to test new configurations before they are added
as required builders. 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)) * [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
* [android-pie-arm64-rel](https://ci.chromium.org/p/chromium/builders/try/android-pie-arm64-rel) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+android-pie-arm64-rel)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+android-pie-arm64-rel)) * [android-pie-arm64-rel](https://ci.chromium.org/p/chromium/builders/try/android-pie-arm64-rel) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+android-pie-arm64-rel)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+android-pie-arm64-rel))
* Experiment percentage: 100 * Experiment percentage: 100
......
...@@ -265,7 +265,7 @@ try_.chromium_android_builder( ...@@ -265,7 +265,7 @@ try_.chromium_android_builder(
goma_jobs = goma.jobs.J300, goma_jobs = goma.jobs.J300,
ssd = True, ssd = True,
tryjob = try_.job( 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