aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2018-03-15 11:14:18 -0700
committerManoj Gupta <manojgupta@chromium.org>2018-03-15 21:08:03 +0000
commit26391dbdf9a49ff414f00839e0ea70e7ef0f7e73 (patch)
treef43711b2f287beabfcf4aeedfdce5f17fd9b0eef /buildbot_test_llvm.py
parent4c65a3d0f1bb487c94d3e14858505dcf03e5dbf3 (diff)
downloadtoolchain-utils-26391dbdf9a49ff414f00839e0ea70e7ef0f7e73.tar.gz
toolchain testing: Switch to different boards with better availability.
Replace some testing boards with other boards in same platform that have better availability in pool:suites. BUG=chromium:815357 TEST=None Change-Id: Icf89f00462479b5b34695442995fe5f3e3776ebd Reviewed-on: https://chromium-review.googlesource.com/964702 Commit-Queue: Manoj Gupta <manojgupta@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Trybot-Ready: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Rahul Chaudhry <rahulchaudhry@chromium.org>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 4e7a166e..1ed877f1 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -39,23 +39,23 @@ TEST_PER_DAY = 4
# Board Arch Reference Platform Kernel
# Board Version
# ------------ ------- ------------ ------------- -------
-# caroline x86_64 glados skylake-y 3.18
+# cave x86_64 glados skylake-y 3.18
# daisy armv7 daisy exynos-5250 3.8.11
# elm aarch64 oak mediatek-8173 3.18
-# eve x86_64 poppy kabylake-y 4.4.*
# fizz x86_64 fizz kabylake-u/r 4.4.*
# gale armv7 3.18
# guado_moblab x86_64 3.14
# kahlee x86_64 kahlee stoney ridge 4.14.*
# kevin aarch64 gru rockchip-3399 4.4.*
# lakitu x86_64 4.4.*
+# lars x86_64 kunimitsu skylake-u 3.18
# link x86_64 ivybridge ivybridge 3.8.11
+# nautilus x86_64 poppy kabylake-y 4.4.*
# 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
-# pyro x86_64 reef apollo lake 4.4.*
# samus x86_64 auron broadwell 3.14
-# sentry x86_64 kunimitsu skylake-u 3.18
+# snappy x86_64 reef apollo lake 4.4.*
# swanky x86_64 rambi baytrail 4.4.*
# terra x86_64 strago braswell 3.18
# veyron_jaq armv7 veyron-pinky rockchip-3288 3.14
@@ -63,23 +63,23 @@ TEST_PER_DAY = 4
# zoombini x86_64 zoombini cannonlake-y 4.14.*
TEST_BOARD = [
- 'caroline',
+ 'cave',
'daisy',
# 'elm', tested by arm64-llvm-next-toolchain builder.
- 'eve',
'fizz',
'gale',
'guado_moblab',
'kahlee',
'kevin',
'lakitu',
+ 'lars',
'link',
+ 'nautilus',
'nyan_big',
'peach_pit',
'peppy',
- 'pyro',
# 'samus', tested by amd64-llvm-next-toolchain builder.
- 'sentry',
+ 'snappy',
'swanky',
'terra',
# 'veyron_jaq', tested by arm-llvm-next-toolchain builder.