From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erwan Velu Subject: Little update on the build platform Date: Tue, 31 May 2016 13:49:12 -0400 (EDT) Message-ID: <902296593.97770947.1464716952266.JavaMail.zimbra@redhat.com> References: <1236727659.97766119.1464716235552.JavaMail.zimbra@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mx6-phx2.redhat.com ([209.132.183.39]:59407 "EHLO mx6-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752552AbcEaRtN (ORCPT ); Tue, 31 May 2016 13:49:13 -0400 Received: from zmail24.collab.prod.int.phx2.redhat.com (zmail24.collab.prod.int.phx2.redhat.com [10.5.83.30]) by mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u4VHnCrn047293 for ; Tue, 31 May 2016 13:49:12 -0400 In-Reply-To: <1236727659.97766119.1464716235552.JavaMail.zimbra@redhat.com> Sender: ceph-devel-owner@vger.kernel.org List-ID: To: ceph-devel@vger.kernel.org Hi folks, Just a short email to mention several updates that have been pushed to the build platfrorm - build VMs are now generated by the edeploy (https://github.com/redhat-cip/edeploy) project - centos 7, ubuntu {trusty|xenial} are now built with the same automated procedure - xfs is becoming the default rootfs of those VMs - build requires are already installed reducing the time required by install-deps.sh - An diagnosis helper is now in place to spot known build failures : A list of common issues have been entered (like gcc or jenkins failures, segfaults, etc...) A typical output looks like : https://jenkins.ceph.com/job/ceph-pull-requests/6448/ If you find new build failures, feel free to ping me to add them. This helps at finding build issues in a second while the build logs are pretty long to read. All that improvements are targeting a more reliable build system. Please note that we have a lot of segfaults during the builds, if some can have a look around that would be lovely. Erwan,