| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 | 5 |
| 6 # Recipe module for Skia Swarming test. | 6 # Recipe module for Skia Swarming test. |
| 7 | 7 |
| 8 | 8 |
| 9 DEPS = [ | 9 DEPS = [ |
| 10 'build/file', | 10 'build/file', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug', | 29 'Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug', |
| 30 'Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug', | 30 'Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Debug', |
| 31 'Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release', | 31 'Test-Android-GCC-Nexus10-GPU-MaliT604-Arm7-Release', |
| 32 'Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug', | 32 'Test-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Debug', |
| 33 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug', | 33 'Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Debug', |
| 34 'Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug', | 34 'Test-Android-GCC-Nexus9-CPU-Denver-Arm64-Debug', |
| 35 'Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release', | 35 'Test-Android-GCC-NexusPlayer-CPU-SSE4-x86-Release', |
| 36 'Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug', | 36 'Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug', |
| 37 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug', | 37 'Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug', |
| 38 'Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer', | 38 'Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer', |
| 39 'Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot', | |
| 40 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug', | 39 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86-Debug', |
| 41 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug', | 40 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug', |
| 42 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN', | 41 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-ASAN', |
| 43 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN', | 42 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN', |
| 44 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared', | 43 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared', |
| 45 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN', | 44 'Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN', |
| 46 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind', | 45 'Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind', |
| 47 'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan', | 46 'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan', |
| 48 'Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot', | 47 'Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot', |
| 49 'Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE', | 48 'Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE', |
| (...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 api.properties( | 884 api.properties( |
| 886 buildername=builder, | 885 buildername=builder, |
| 887 mastername='client.skia', | 886 mastername='client.skia', |
| 888 slavename='skiabot-linux-swarm-000', | 887 slavename='skiabot-linux-swarm-000', |
| 889 buildnumber=5, | 888 buildnumber=5, |
| 890 path_config='kitchen', | 889 path_config='kitchen', |
| 891 swarm_out_dir='[SWARM_OUT_DIR]', | 890 swarm_out_dir='[SWARM_OUT_DIR]', |
| 892 revision='abc123', | 891 revision='abc123', |
| 893 **gerrit_kwargs) | 892 **gerrit_kwargs) |
| 894 ) | 893 ) |
| OLD | NEW |