aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorZhizhou Yang <zhizhouy@google.com>2019-06-28 10:23:09 -0700
committerZhizhou Yang <zhizhouy@google.com>2019-06-28 17:25:53 +0000
commit739e6abb2cd03b60e579df31ad55870a4a00260a (patch)
tree4fd52e35c4413d76297666d8483b2c93caaba1e2 /buildbot_test_llvm.py
parent46751c1e85e160ea4d4ce68f965314532649e0d0 (diff)
downloadtoolchain-utils-739e6abb2cd03b60e579df31ad55870a4a00260a.tar.gz
toolchain-utils: Replace dead boards from toolchain test
In buildbot_test_llvm.py, there are three boards dead or going to die in the list of boards. This patch replaced boards: nyan_big, peppy, quawks, with three new boards: nyan_kitty, octopus, winky. BUG=None TEST=None Change-Id: I707d7ca470cdbe8cbf6bbe98b1ccd059c521c41f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1682010 Tested-by: Zhizhou Yang <zhizhouy@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Manoj Gupta <manojgupta@chromium.org>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 4c281db6..40be234b 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -54,14 +54,14 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# kevin aarch64 gru rockchip-3399 4.4.* arm32 userspace
# kevin64 aarch64 gru rockchip-3399 4.4.* arm64 userspace
# lakitu x86_64 4.4.*
-# nyan_big armv7 nyan tegra 3.10.18
+# nyan_kitty armv7 nyan tegra 3.10.18
+# octopus x86_64 octopus GLK 4.14.*
# peach_pit armv7 peach exynos-5420 3.8.11
-# peppy x86_64 slippy haswell 3.8.11
-# quawks x86_64 rambi baytrail 4.4.*
# sentry x86_64 kunimitsu skylake-u 3.18
# tidus x86_64 auron broadwell 3.14
# veyron_mighty armv7 veyron-pinky rockchip-3288 3.14
# whirlwind armv7 3.14
+# winky x86_64 rambi baytrail 4.4.*
TEST_BOARD = [
'atlas',
@@ -76,14 +76,14 @@ TEST_BOARD = [
# 'kevin', tested by arm64-llvm-next-toolchain builder.
'kevin64',
'lakitu',
- 'nyan_big',
+ 'nyan_kitty',
+ 'octopus',
'peach_pit',
- 'peppy',
- 'quawks',
'sentry',
'tidus',
# 'veyron_mighty', tested by arm-llvm-next-toolchain builder.
'whirlwind',
+ 'winky',
]