| Index: infra/bots/recipes/swarm_perf.py
|
| diff --git a/infra/bots/recipes/swarm_perf.py b/infra/bots/recipes/swarm_perf.py
|
| index 8fda6f04af99379d4dccf071dcde0a3e698e224f..a6c5e27a8aa5c17808ea0d036445e0eec4ae6190 100644
|
| --- a/infra/bots/recipes/swarm_perf.py
|
| +++ b/infra/bots/recipes/swarm_perf.py
|
| @@ -20,8 +20,9 @@ TEST_BUILDERS = {
|
| 'client.skia': {
|
| 'skiabot-linux-swarm-000': [
|
| 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Release',
|
| + 'Perf-Win-MSVC-GCE-CPU-AVX2-x86_64-Debug',
|
| 'Perf-Win8-MSVC-ShuttleB-GPU-HD4600-x86_64-Release-Trybot',
|
| - 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
|
| + 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind',
|
| 'Perf-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release',
|
| 'Perf-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-VisualBench',
|
| ],
|
|
|