From patchwork Mon Oct 3 22:52:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 677870 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 3sny4T5qDTz9s9Y for ; Tue, 4 Oct 2016 09:52:57 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=Ztfb3DuQ; 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:cc:subject:date:message-id; q=dns; s= default; b=ojIVk7eB7c9/Y9U1tMXl/orBgTF9zFmKtuy1FieGrxZo1XSMVlkbS cqF1p3qW8B2jCYNTuz+rGeBYTnX2old8nXXarztBS+t4WAvJsOrSf5AtZPtuV3nC uTGJES6YzBrmtI2DnzLVhK75OEZNcSM53tGfqzty182eMyRenNRfNQ= 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; s=default; bh=yLhzZi620RXJ5pJU7z8eHVgc4SA=; b=Ztfb3DuQp0J53M4GDT/KEb9kvPQy rFnRhTEx5T1jLW1EUd+alacQOmwlNpadbAmU72BSO9e3YmjvfzHhIGBhxYGXJQaP 7aoqVzJiOZchxKvwrbXqP9qrG571AgXicyMc90bM+ipSFkukU4knOfWwUQbUr3OW Xi8sOHmRyjwLzAY= Received: (qmail 48333 invoked by alias); 3 Oct 2016 22:52:51 -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 48313 invoked by uid 89); 3 Oct 2016 22:52:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=BAYES_20, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:741, HCc:D*com.br, HCc:D*br, HX-Envelope-From:sk:mark@wi X-HELO: gnu.wildebeest.org From: Mark Wielaard To: libc-alpha@sourceware.org Cc: roland@hack.frob.com, tuliom@quites.com.br, Mark Wielaard Subject: [glibc-buildbot] Add 'glibc-s390x-linux': 'marist-fedora-s390x' to builder_map. Date: Tue, 4 Oct 2016 00:52:18 +0200 Message-Id: <1475535138-12482-1-git-send-email-mjw@redhat.com> X-Spam-Score: -5.5 (-----) Hi, I setup a buildbot on the marist s390x fedora VM that I like to add to master.cfg. I think the patch (also on the mjw/s390x branch) does that. Could it be applied and installed on the buildbot master? Thanks, Mark --- master.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/master.cfg b/master.cfg index 78ecf51..88e997a 100644 --- a/master.cfg +++ b/master.cfg @@ -22,6 +22,7 @@ builder_map = { 'glibc-x86_64-linux': 'glibc-ubuntu-trusty-slave2', 'glibc-i686-linux': 'glibc-ubuntu-trusty-slave2', 'glibc-power8-linux': 'fedora22-ppc64-1', + 'glibc-s390x-linux': 'marist-fedora-s390x', } builders = sorted(set(builder_map.iterkeys()))