aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@google.com>2018-09-21 10:54:31 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-09-21 19:50:13 -0700
commitfac64565c053754ee49552b5a4e8a20bd2b681bc (patch)
treef25331f8ca31a9ff9ca57c0e061704f4822bd846 /buildbot_test_llvm.py
parent6b067ab95b15a5aadf5848cd7f2ae9b70c91948b (diff)
downloadtoolchain-utils-fac64565c053754ee49552b5a4e8a20bd2b681bc.tar.gz
Rotating builders: Replace zoombini by cheza.
Zoombini is covered by grunt. Cheza is a new arm64 board based. BUG=None Test=None Change-Id: I3349fd566908c758c90a8ca335922fc9f944cfc3 Reviewed-on: https://chromium-review.googlesource.com/1238947 Commit-Ready: Manoj Gupta <manojgupta@chromium.org> Tested-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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 111068c6..6cce404c 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -41,6 +41,7 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# Board Version
# ------------ ------- ------------ ------------- -------
# cave x86_64 glados skylake-y 3.18
+# cheza aarch64 cheza SDM845 4.14
# daisy armv7 daisy exynos-5250 3.8.11
# elm aarch64 oak mediatek-8173 3.18
# fizz x86_64 fizz kabylake-u/r 4.4.*
@@ -61,10 +62,10 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# terra x86_64 strago braswell 3.18
# veyron_jaq armv7 veyron-pinky rockchip-3288 3.14
# whirlwind armv7 3.14
-# zoombini x86_64 zoombini cannonlake-y 4.14.*
TEST_BOARD = [
'cave',
+ 'cheza',
'daisy',
# 'elm', tested by arm64-llvm-next-toolchain builder.
'fizz',
@@ -85,7 +86,6 @@ TEST_BOARD = [
'terra',
# 'veyron_jaq', tested by arm-llvm-next-toolchain builder.
'whirlwind',
- 'zoombini',
]