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: 16226 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()))