aboutsummaryrefslogtreecommitdiff
path: root/buildbot_test_llvm.py
diff options
context:
space:
mode:
authorTiancong Wang <tcwang@google.com>2019-03-19 14:42:27 -0700
committerTiancong Wang <tcwang@google.com>2019-03-20 18:22:44 +0000
commitcca93c34790941f2a3a6f116c1cb6074ce8b5f03 (patch)
tree459af472b9da6c05a77ba482e6d7396e2bdd8cc2 /buildbot_test_llvm.py
parent3cef3161591719d67d4d2f8ed1ccb7afbb465b72 (diff)
downloadtoolchain-utils-cca93c34790941f2a3a6f116c1cb6074ce8b5f03.tar.gz
rotating builders: Replace daisy with daisy_skate, peppy with leon.
BUG=None TEST=None Change-Id: I442386e0d0e4a8f3f6393cd3dd319d494c1fa8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1529994 Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Tested-by: Tiancong Wang <tcwang@google.com> Commit-Queue: Tiancong Wang <tcwang@google.com>
Diffstat (limited to 'buildbot_test_llvm.py')
-rwxr-xr-xbuildbot_test_llvm.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py
index d87e2ece..51413829 100755
--- a/buildbot_test_llvm.py
+++ b/buildbot_test_llvm.py
@@ -1,8 +1,10 @@
#!/usr/bin/env python2
+# -*- coding: utf-8 -*-
#
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
"""Script for running llvm validation tests on ChromeOS.
This script launches a buildbot to build ChromeOS with the llvm on
@@ -41,7 +43,7 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# Board Version
# ------------ ------- ------------ ------------- -------
# cave x86_64 glados skylake-y 3.18
-# daisy armv7 daisy exynos-5250 3.8.11
+# daisy_skate armv7 daisy exynos-5250 3.8.11
# elm aarch64 oak mediatek-8173 3.18 arm32 userspace
# fizz x86_64 fizz kabylake-u/r 4.4.*
# gale armv7 3.18
@@ -51,10 +53,10 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
# kevin64 aarch64 gru rockchip-3399 4.4.* arm64 userspace
# lakitu x86_64 4.4.*
# lars x86_64 kunimitsu skylake-u 3.18
+# leon x86_64 slippy haswell 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
# samus x86_64 auron broadwell 3.14
# snappy x86_64 reef apollo lake 4.4.*
# swanky x86_64 rambi baytrail 4.4.*
@@ -64,7 +66,7 @@ DATA_DIR = '/google/data/rw/users/mo/mobiletc-prebuild/waterfall-report-data/'
TEST_BOARD = [
'cave',
- 'daisy',
+ 'daisy_skate',
# 'elm', tested by arm64-llvm-next-toolchain builder.
'fizz',
'gale',
@@ -74,10 +76,10 @@ TEST_BOARD = [
'kevin64',
'lakitu',
'lars',
+ 'leon',
'nautilus',
'nyan_big',
'peach_pit',
- 'peppy',
# 'samus', tested by amd64-llvm-next-toolchain builder.
'snappy',
'swanky',