From patchwork Tue Oct 4 14:15:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Wielaard X-Patchwork-Id: 16239 Received: (qmail 107950 invoked by alias); 4 Oct 2016 14:15:37 -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 107359 invoked by uid 89); 4 Oct 2016 14:15:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL, BAYES_00, KAM_BADIPHTTP, MIME_BASE64_BLANKS, NORMAL_HTTP_TO_IP autolearn=no version=3.3.2 spammy=Roland, Hx-languages-length:1377, sk:buildbo, Wielaard X-HELO: tarox.wildebeest.org Message-ID: <1475590520.21750.29.camel@redhat.com> Subject: Re: [glibc-buildbot] Add 'glibc-s390x-linux': 'marist-fedora-s390x' to builder_map. From: Mark Wielaard To: Roland McGrath Cc: libc-alpha@sourceware.org, tuliom@quites.com.br Date: Tue, 04 Oct 2016 16:15:20 +0200 In-Reply-To: <20161003233115.6C2C72C3B64@topped-with-meat.com> References: <1475535138-12482-1-git-send-email-mjw@redhat.com> <20161003233115.6C2C72C3B64@topped-with-meat.com> Mime-Version: 1.0 On Mon, 2016-10-03 at 16:31 -0700, Roland McGrath wrote: > Merged and restarted. It looks like the slave is connected. > So the next commit to libc should trigger a build there. It did trigger, but then immediately died: http://130.211.48.148:8080/builders/glibc-s390x-linux/builds/0/steps/annotate/logs/stdio ERROR - unset/invalid builder name builder name: glibc-s390x-linux I believe that is because I forgot to add the new builder to the BOT_ASSIGNMENT. The attached patch (also on mjw/s390x branch) does that. Cheers, Mark From e9fadb8090adbab2976f0ef3732155665f176f2e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 4 Oct 2016 16:11:44 +0200 Subject: [PATCH] scripts/slave/buildbot_selector.py (BOT_ASSIGNMENT): Add glibc-s390x-linux. --- scripts/slave/buildbot_selector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py index 1bb72d0..12bfbb3 100755 --- a/scripts/slave/buildbot_selector.py +++ b/scripts/slave/buildbot_selector.py @@ -20,7 +20,8 @@ BOT_ASSIGNMENT = { 'glibc-power8-linux': bash('glibc-native.sh', [ '--with-cpu=power8', '--enable-lock-elision', - ]) + ]), + 'glibc-s390x-linux': bash('glibc-native.sh'), } BOT_ADDITIONAL_ENV = { -- 1.8.3.1