This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH buildbot] Add hi1616-ubunut-{aarch64,armhf} builders
- From: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>, Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>
- Cc: nd <nd at arm dot com>
- Date: Fri, 1 Mar 2019 15:21:08 +0000
- Subject: [PATCH buildbot] Add hi1616-ubunut-{aarch64,armhf} builders
i plan to commit this next week.
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