From patchwork Fri Mar 1 15:21:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Szabolcs Nagy X-Patchwork-Id: 31694 Received: (qmail 39768 invoked by alias); 1 Mar 2019 15:21:13 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 39757 invoked by uid 89); 1 Mar 2019 15:21:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:15.20.1643.21, Hx-spam-relays-external:15.20.1643.21, H*RU:15.20.1643.21, HTo:D*vnet.ibm.com X-HELO: EUR02-VE1-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=armh.onmicrosoft.com; s=selector1-arm-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=1pIuxB8KgEfEHfqxssZDrJA4xyewQIRqF5aH5RBZnRU=; b=FGQ592cP4t50bz39g5o0md8OfC1rvJXueOJUtyJ2F53rz1RS0wbv1aeNxzGbUlSlW0FXuFwIgUgV1ZT4b2ZboZg0CNqizoPySs/2CxWR2UWCxlwJCG5krGEId0PCBYkK/87B1DcoUEYKJOj+h6pAqd6RYBU4hEtUMq+GdJPyClI= From: Szabolcs Nagy To: GNU C Library , Tulio Magno Quites Machado Filho CC: nd Subject: [PATCH buildbot] Add hi1616-ubunut-{aarch64,armhf} builders Date: Fri, 1 Mar 2019 15:21:08 +0000 Message-ID: <776e01b7-cf91-5269-3671-a0b3f8f75111@arm.com> user-agent: Mozilla/5.0 (X11; Linux aarch64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 authentication-results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs.Nagy@arm.com; received-spf: None (protection.outlook.com: arm.com does not designate permitted sender hosts) x-ms-exchange-senderadcheck: 1 MIME-Version: 1.0 X-MS-Exchange-CrossTenant-mailboxtype: HOSTED i plan to commit this next week. From 794e09178f9053a31fa2fe579d4d1dd56bce237a Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy 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