From ac5072d23fccce5f319b067e5733afd0c3e2a2fb Mon Sep 17 00:00:00 2001 From: Manoj Gupta Date: Fri, 29 Sep 2017 10:51:20 -0700 Subject: Rotating builders: s/reef/pyro and s/squawks/swanky/ Kernel team has rolled clang based kernel on kevin/pyro/swanky boards. We should update rotating builders to match this and catch any kernel related issues in llvm-next testing. CQ-DEPEND=CL:692633 BUG=chromium:770267 TEST=jobs are launched. Change-Id: If9f713193ec25cd0e13d7df369f09733e66ef247 Reviewed-on: https://chromium-review.googlesource.com/693135 Commit-Ready: Manoj Gupta Tested-by: Manoj Gupta Reviewed-by: Caroline Tice --- buildbot_test_llvm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'buildbot_test_llvm.py') diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py index dd88b5bd..0cc61e5e 100755 --- a/buildbot_test_llvm.py +++ b/buildbot_test_llvm.py @@ -50,9 +50,9 @@ TEST_PER_DAY = 3 # nyan_big armv7 nyan tegra 3.10.18 # peach_pit armv7 peach exynos-5420 3.8.11 # peppy x86_64 slippy haswell 3.8.11 -# reef x86_64 reef apollo lake 4.4.79 +# pyro x86_64 reef apollo lake 4.4.79 # sentry x86_64 kunimitsu skylake-u 3.18 -# squawks x86_64 rambi baytrail 4.4.79 +# swanky x86_64 rambi baytrail 4.4.79 # terra x86_64 strago braswell 3.18 # whirlwind armv7 3.14 @@ -68,9 +68,9 @@ TEST_BOARD = [ 'nyan_big', 'peach_pit', 'peppy', - 'reef', + 'pyro', 'sentry', - 'squawks', + 'swanky', 'terra', 'whirlwind', ] -- cgit v1.2.3