aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-11-30 14:52:17 -0800
committerchrome-bot <chrome-bot@chromium.org>2016-11-30 16:44:56 -0800
commita8517eb004edaffb972a429915dac2b30bb22dff (patch)
treeab1322a126be9de56228caa4b755714f774c778a /buildbot_test_llvm.py
parentf0ad65cb9c6310c51a6970c50826ec0b8a7df646 (diff)
downloadtoolchain-utils-a8517eb004edaffb972a429915dac2b30bb22dff.tar.gz
[toolchain-utils] Space ARM rotating builds more evenly.
This CL reorders the rotating builders to space the ARM builds out more evenly, and also adds more data about each board being built. BUG=None TEST=None Change-Id: Icf158a28b4b41689ec6031e8be37c537d5836dd8 Reviewed-on: https://chrome-internal-review.googlesource.com/308295 Commit-Ready: Caroline Tice <cmtice@google.com> Tested-by: Caroline Tice <cmtice@google.com> Reviewed-by: Yunlian Jiang <yunlian@google.com>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index 3923bb09..a68abd8b 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -34,16 +34,16 @@ VALIDATION_RESULT_DIR = os.path.join(CROSTC_ROOT, 'validation_result')
START_DATE = datetime.date(2016, 1, 1)
TEST_PER_DAY = 2
TEST_BOARD = [
- 'squawks',
- 'terra',
- 'lulu',
- 'peach_pit',
- 'peppy',
- 'link',
- 'sentry',
- 'chell',
- 'nyan_big',
- 'daisy',
+ 'squawks', # x86_64, rambi (baytrail)
+ 'terra', # x86_64, strago (braswell)
+ 'lulu', # x86_64, auron (broadwell)
+ 'peach_pit', # arm, peach (exynos-5420)
+ 'peppy', # x86_64, slippy (haswell celeron)
+ 'link', # x86_64, ivybridge (ivybridge)
+ 'nyan_big', # arm, nyan (tegra)
+ 'sentry', # x86_64, kunimitsu (skylake-u)
+ 'chell', # x86_64, glados (skylake-y)
+ 'daisy', # arm, daisy (exynos)
]