diff options
author | Mike Klein <mtklein@chromium.org> | 2018-06-27 13:43:51 -0400 |
---|---|---|
committer | Mike Klein <mtklein@google.com> | 2018-06-27 18:51:58 +0000 |
commit | 54d7b314c84a5ea4ed3bab63b0b08fbfdb4dbcfe (patch) | |
tree | 9a6d231352eac1a9960e717fafa80976b5476fee /infra/bots/recipe_modules | |
parent | 5491e823cca01a09435dfbd21ba189d26504baad (diff) |
rename Chromecast bots to Clang
We updated them to use Clang a while ago but forgot to rename the bots.
Change-Id: I01c353b48d5aff7a30d63d382bdf6bdfb3e0b196
Reviewed-on: https://skia-review.googlesource.com/137887
Auto-Submit: Mike Klein <mtklein@chromium.org>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/recipe_modules')
-rw-r--r-- | infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json (renamed from infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json) | 0 | ||||
-rw-r--r-- | infra/bots/recipe_modules/flavor/examples/full.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json b/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json index a948fb8859..a948fb8859 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All.json +++ b/infra/bots/recipe_modules/flavor/examples/full.expected/Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All.json diff --git a/infra/bots/recipe_modules/flavor/examples/full.py b/infra/bots/recipe_modules/flavor/examples/full.py index 17c092cff6..254384b76a 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.py +++ b/infra/bots/recipe_modules/flavor/examples/full.py @@ -58,7 +58,7 @@ TEST_BUILDERS = [ 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android', 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android', 'Perf-ChromeOS-Clang-SamsungChromebookPlus-GPU-MaliT860-arm-Release-All', - 'Perf-Chromecast-GCC-Chorizo-CPU-Cortex_A7-arm-Release-All', + 'Perf-Chromecast-Clang-Chorizo-CPU-Cortex_A7-arm-Release-All', 'Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-MSAN', 'Perf-Debian9-Clang-GCE-CPU-AVX2-x86_64-Release-All-ASAN', 'Test-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android', |