[buildbot] Add hi1616-ubunut-{aarch64,armhf} builders

Message ID 776e01b7-cf91-5269-3671-a0b3f8f75111@arm.com
State Not applicable
Headers

Commit Message

Szabolcs Nagy March 1, 2019, 3:21 p.m. UTC
  i plan to commit this next week.
  

Comments

Szabolcs Nagy March 13, 2019, 6:44 p.m. UTC | #1
On 01/03/2019 15:21, Szabolcs Nagy wrote:
> i plan to commit this next week.


Tulio,

i committed the config changes,
can you restart the buildbot server?
  
Tulio Magno Quites Machado Filho March 14, 2019, 7:55 p.m. UTC | #2
Szabolcs Nagy <Szabolcs.Nagy@arm.com> writes:

> On 01/03/2019 15:21, Szabolcs Nagy wrote:
>> i plan to commit this next week.
>
> i committed the config changes,
> can you restart the buildbot server?

Done!

The new builder appeared and is waiting for the connection of the slave.
  

Patch

From 794e09178f9053a31fa2fe579d4d1dd56bce237a Mon Sep 17 00:00:00 2001
From: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date: Thu, 28 Feb 2019 16:02:09 +0000
Subject: [PATCH] Add hi1616-ubunut-{aarch64,armhf} builders

---
 master.cfg                         | 3 ++-
 scripts/slave/buildbot_selector.py | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/master.cfg b/master.cfg
index 701def3..c30591f 100644
--- a/master.cfg
+++ b/master.cfg
@@ -26,7 +26,8 @@  builder_map = {
   'glibc-ppc-linux': ['debian8-ppc-power8-1'],
   'glibc-ppc64le-linux': ['fedora25-ppc64le-power8-1'],
   'glibc-s390x-linux': ['marist-fedora-s390x'],
-  'glibc-aarch64-linux': ['tx1-ubuntu-aarch64'],
+  'glibc-aarch64-linux': ['hi1616-ubuntu-aarch64'],
+  'glibc-armhf-linux': ['hi1616-ubuntu-armhf'],
 }
 
 # Sets with all builders and all slaves.
diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index 6c2394b..795bcdd 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -31,6 +31,7 @@  BOT_ASSIGNMENT = {
     'glibc-aarch64-linux': bash('glibc-native.sh', [
         '--enable-tunables'
     ]),
+    'glibc-armhf-linux': bash('glibc-native.sh'),
 }
 
 BOT_ADDITIONAL_ENV = {
-- 
2.17.1