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: 21526 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', }