From patchwork Tue May 15 21:11:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Igor Torrente X-Patchwork-Id: 27276 Received: (qmail 18432 invoked by alias); 15 May 2018 21:11:53 -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 18420 invoked by uid 89); 15 May 2018 21:11:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*outlook.com X-HELO: mail-qt0-f175.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=b8QTB9Lzzuw2S35r3qWYkiF4bC97Vkr7nbXBSHrQlQY=; b=rQ+zYVEw/GsMLnIdBtzPdZ2ZW4gonoueKD/5kfbCocABy58UAjYqeK9olEoo3QMj5Y cvgX9J8W3djqSsXbD1Lt3ThQQZezQEMyBoi5IIpRCC0jvGvNdjpOoF8bce5dJrf67Lwb o/JdhreQAy2QGJ0WnOUSTv9TMl2LJdbKyu9PZEu/jhWS0O8t8o9UB09z4t8ftPV5C0ZP MUbqWpc/8T7w5h6KrlXGq6fZpBBoAPbsMIkL3w/7hQhmtSEMKO/Jr3ZNpoGHUZpFIa8Q 4Y414E9K/vOS6SyaNsRZluA2gqV65VC9jlrm1MZpug1n3U7CUPrL05ogVeXhNppngKQR Grzg== X-Gm-Message-State: ALKqPwddDym5b3K27oEuRLk1MfvhqjLNINC19059gdK3qFpKna3D+QIQ 8RmxmMIuEzlAM4SrWrZ+uaSZ3sB6 X-Google-Smtp-Source: AB8JxZribLc6y0+3dZDGrkwgMCaJ5JmP42RvXnRDl0/i56qZ17axrlJSIMHt73hw4l+tEFzkxUHfGw== X-Received: by 2002:a0c:f086:: with SMTP id g6-v6mr15270199qvk.54.1526418708990; Tue, 15 May 2018 14:11:48 -0700 (PDT) From: Igor Torrente To: libc-alpha@sourceware.org Cc: Igor Torrente Subject: [PATCH] Add two new slaves Date: Tue, 15 May 2018 18:11:35 -0300 Message-Id: <20180515211135.17708-1-igormtorrente@gmail.com> From: Igor Torrente Addition of two new slaves to cover the new build options for Power 8. --- master.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/master.cfg b/master.cfg index 164d309..df71e2c 100644 --- a/master.cfg +++ b/master.cfg @@ -23,6 +23,8 @@ builder_map = { 'glibc-x86_64-linux':['glibc-ubuntu-trusty-slave2'], 'glibc-i686-linux': ['glibc-ubuntu-trusty-slave2'], 'glibc-power8-linux': ['fedora25-ppc64-power8-1'], + 'glibc-ppc64le-linux-p8-nomultiarch': ['debian9-ppc64le-power8-1'], + 'glibc-ppc64le-linux-p8-notunables': ['debian9-ppc64le-power8-1'], 'glibc-ppc-linux': ['debian8-ppc-power8-1'], 'glibc-ppc64le-linux': ['fedora25-ppc64le-power8-1'], 'glibc-s390x-linux': ['marist-fedora-s390x'],