Commit 0667f4d1 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

luci: increase the experimental percentage to 70 from 40 for MM-x86-rel

The pool has plenty of 4-cores for extra builds: http://shortn/_yG5NjPy3mD
And 100 more 4-cores are added to the pool in crrev.com/i/3308210

Bug: 997376, 1127110
Change-Id: I377f3192f5da13f59c1d057f28b2b97ab3f08dbf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446511Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#813277}
parent b8f7d80a
...@@ -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: 40 experiment_percentage: 70
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: 40 * Experiment percentage: 70
* [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: 80 * Experiment percentage: 80
......
...@@ -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 = 40, experiment_percentage = 70,
), ),
) )
......
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