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: 1050241 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-100348-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="UYEP4xjW"; dkim=pass (1024-bit key; unprotected) header.d=armh.onmicrosoft.com header.i=@armh.onmicrosoft.com header.b="FGQ592cP"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 449tRh1grjz9s47 for ; Sat, 2 Mar 2019 02:21:19 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:mime-version; q=dns; s=default; b=UUFXwudLfv9b0e+N t1xUjPS0rE+du9nQe6YnxwcLjrIJxvcDhTGZG/AOaXZcDCZHGRbe7HjWnknyfL+i +ioBkDlx8sM6Orn3sEIaXU/1X5IiY/Rjxizlsis8SIJ6CR8av2oz6hvFttomsjpR wSht7XwZwnNiVaWj9TQayX86bB0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:mime-version; s=default; bh=vqaLES8ml40BXtlRJWASKB Hizt4=; b=UYEP4xjWHi7P89++vEs+N/qnbBmpg8UHHtO4gE7yRpZBnfSKHGK9SA LBER409+oGwvk4f6krlPPdCtcvZPf/4R8Y5rtTxA7NWyKfj4MqcplDg+xj9E1555 61uWxrICDIT7/zLo+itwPC+sChLXMA0hXujhAHEhoT6kQbxbga2Dg= 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