From https://bugs.chromium.org/p/chromium/issues/detail?id=921039#c8 :
> Looking at the test shards, performance_test_suite uses all five shards including build202-m7 while the gtest perf tests all compete for build202-m7.
This is a regression in how perf tests do sharding. It used to be that we would hand-select specific shards to run gtest_perf_tests on, and in this way we would have the gtest perf tests not all run against the same bot. I think this was regressed by https://chromium-review.googlesource.com/c/chromium/src/+/1106549/ . OBBS I think stands for "One Build Bot Step". That changelist did also fix a lot of things though, so it's not like we can go back to that earlier state.
+Emily, do you have any suggestions on how we can get the gtest_pef_tests to not all run on the same bot?
Comment 1 by eyaich@chromium.org
, Jan 14