Commit f735d901 authored by Andrew Luo's avatar Andrew Luo Committed by Commit Bot

Mark android-pie-arm64-rel 100% experimental to test lab cooling.

Bug: 1021665
Change-Id: I4d0b51afd0134fc4b2413a6e9463745352d2b816
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038032
Auto-Submit: Andrew Luo <aluo@chromium.org>
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741533}
parent cdd10d69
...@@ -181,6 +181,9 @@ try_.chromium_android_builder( ...@@ -181,6 +181,9 @@ try_.chromium_android_builder(
cores = 16, cores = 16,
goma_jobs = goma.jobs.J300, goma_jobs = goma.jobs.J300,
ssd = True, ssd = True,
tryjob = try_.job(
experiment_percentage = 100,
),
) )
try_.chromium_android_builder( try_.chromium_android_builder(
......
...@@ -150,7 +150,7 @@ config_groups: < ...@@ -150,7 +150,7 @@ config_groups: <
> >
builders: < builders: <
name: "chromium/try/android-pie-arm64-rel" name: "chromium/try/android-pie-arm64-rel"
includable_only: true experiment_percentage: 100
> >
builders: < builders: <
name: "chromium/try/android-pie-x86-fyi-rel" name: "chromium/try/android-pie-x86-fyi-rel"
......
...@@ -329,6 +329,9 @@ These builders are run on some percentage of builds. Their results are ignored ...@@ -329,6 +329,9 @@ These builders are run on some percentage of builds. Their results are ignored
by CQ. These are often used to test new configurations before they are added by CQ. These are often used to test new configurations before they are added
as required builders. as required builders.
* [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
* [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)) * [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 * Experiment percentage: 50
......
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