From patchwork Mon Jul 10 18:25:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tulio Magno Quites Machado Filho X-Patchwork-Id: 786308 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3x5tv847N0z9s7C for ; Tue, 11 Jul 2017 04:25:56 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="WG45qEkS"; dkim-atps=neutral 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:subject:date:in-reply-to:references :message-id; q=dns; s=default; b=DnZqEBpS15YbVSNWLVaM8eLKHHLCSGE 6rEm0BMXmFsfQOIaHl+IQNbR7aGwVTG6McrmbrR3cK3D2ba6wDrXImwPii8U7OQo ZwQ5iuUW8wuqTm4Wb4ktUrJsEFRdntqVVlZ2CrbvGf5xwetgiq6BEOofgEqNCaLf ke4VvKo6QVNg= 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:subject:date:in-reply-to:references :message-id; s=default; bh=RfPGzL2Ym3txET3D5Qt6uuZ5o60=; b=WG45q EkSpMocRt6fxZ/YfJJoC98DQiTgm/N4GKCUNFjKsw8xmByptchlDzWpXgfNgWtzq L7iuB7UcCrJWUCjDA+TZ4mOk0V/EkN0kWmQI/Ay/SUxXths3NpIZX3rx4SEtrMOw CkcGmQ1Qz3NmfInWYCigQ4T5FcT3sWqw8WR6gU= Received: (qmail 73472 invoked by alias); 10 Jul 2017 18:25:49 -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 73393 invoked by uid 89); 10 Jul 2017 18:25:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com From: "Tulio Magno Quites Machado Filho" To: libc-alpha@sourceware.org Subject: [buildbot committed 2/3] Update POWER8 ppc64 server to Fedora 25 Date: Mon, 10 Jul 2017 15:25:08 -0300 In-Reply-To: <20170710182509.6243-1-tuliom@linux.vnet.ibm.com> References: <20170710182509.6243-1-tuliom@linux.vnet.ibm.com> X-TM-AS-MML: disable x-cbid: 17071018-0020-0000-0000-000002BEBCB9 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17071018-0021-0000-0000-000030DDE815 Message-Id: <20170710182509.6243-2-tuliom@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-07-10_08:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1707100324 Update the name of the POWER8 ppc64 server in order to match with the new distribution. --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 6c84c8b..7b3c50c 100644 --- a/master.cfg +++ b/master.cfg @@ -21,7 +21,7 @@ c = BuildmasterConfig = {} builder_map = { 'glibc-x86_64-linux': 'glibc-ubuntu-trusty-slave2', 'glibc-i686-linux': 'glibc-ubuntu-trusty-slave2', - 'glibc-power8-linux': 'fedora22-ppc64-1', + 'glibc-power8-linux': 'fedora25-ppc64-power8-1', 'glibc-s390x-linux': 'marist-fedora-s390x', 'glibc-aarch64-linux': 'reservedbit-xgene-ubuntu-aarch64', }