aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorTiancong Wang <tcwang@google.com>2019-05-02 09:26:48 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-05-04 03:17:42 -0700
commit9506af1a8a166e4076db501e1b475a55b86a35e7 (patch)
treec88b10b4aa2254ee80ea3aec43f1d4ebdc67402a /buildbot_test_llvm.py
parent1d1de43048ee7d945232d85df46e2c496552be7e (diff)
downloadtoolchain-utils-9506af1a8a166e4076db501e1b475a55b86a35e7.tar.gz
rotating builders: Replace asuka with sentry, remove daisy_skate.
As we are moving towards using pool quota for hardware tests for our rotating builders, we need to replace asuka with sentry, as the former is not available in the pool and two boards are similar. Also remove daisy_skate because it will be deprecated soon and also not available in the pool. BUG=chromium:948268 TEST=None Change-Id: Ie83dae3fb9942e3834fbaa92002ecde0d0ccbf11 Reviewed-on: https://chromium-review.googlesource.com/1592428 Commit-Ready: Tiancong Wang <tcwang@google.com> Tested-by: Tiancong Wang <tcwang@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Caroline Tice <cmtice@chromium.org>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index faa44400..4c281db6 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -42,12 +42,10 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# Board Arch Reference Platform Kernel
# Board Version
# ------------ ------- ------------ ------------- -------
-# asuka x86_64 kunimitsu skylake-u 3.18
# atlas x86_64 poppy kabylake-y 4.4.*
# cave x86_64 glados skylake-y 3.18
# coral x86_64 reef apollo lake 4.4.*
# cyan x86_64 strago braswell 3.18
-# daisy_skate armv7 daisy exynos-5250 3.8.11
# elm aarch64 oak mediatek-8173 3.18 arm32 userspace
# eve x86_64 poppy kabylake-u/r 4.4.*
# gale armv7 3.18
@@ -60,17 +58,16 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# 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
TEST_BOARD = [
- 'asuka',
'atlas',
'cave',
'coral',
'cyan',
- 'daisy_skate',
'elm',
# 'eve', tested by amd64-llvm-next-toolchain builder.
'gale',
@@ -79,10 +76,11 @@ TEST_BOARD = [
# 'kevin', tested by arm64-llvm-next-toolchain builder.
'kevin64',
'lakitu',
- 'peppy',
'nyan_big',
'peach_pit',
+ 'peppy',
'quawks',
+ 'sentry',
'tidus',
# 'veyron_mighty', tested by arm-llvm-next-toolchain builder.
'whirlwind',