From patchwork Thu Feb 16 12:34:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Alex_Benn=C3=A9e?= X-Patchwork-Id: 94060 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp2484609qgi; Thu, 16 Feb 2017 04:37:30 -0800 (PST) X-Received: by 10.200.39.25 with SMTP id g25mr1638510qtg.228.1487248650202; Thu, 16 Feb 2017 04:37:30 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id j54si5140453qtc.49.2017.02.16.04.37.30 for (version=TLS1 cipher=AES128-SHA bits=128/128); Thu, 16 Feb 2017 04:37:30 -0800 (PST) Received-SPF: pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) client-ip=2001:4830:134:3::11; Authentication-Results: mx.google.com; dkim=fail header.i=@linaro.org; spf=pass (google.com: domain of qemu-devel-bounces+patch=linaro.org@nongnu.org designates 2001:4830:134:3::11 as permitted sender) smtp.mailfrom=qemu-devel-bounces+patch=linaro.org@nongnu.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: from localhost ([::1]:46150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceLJR-0000cD-M1 for patch@linaro.org; Thu, 16 Feb 2017 07:37:29 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ceLH4-0007pO-Ux for qemu-devel@nongnu.org; Thu, 16 Feb 2017 07:35:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ceLH2-0001EX-Fh for qemu-devel@nongnu.org; Thu, 16 Feb 2017 07:35:02 -0500 Received: from mail-wr0-x22b.google.com ([2a00:1450:400c:c0c::22b]:34593) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ceLH2-0001Dy-9a for qemu-devel@nongnu.org; Thu, 16 Feb 2017 07:35:00 -0500 Received: by mail-wr0-x22b.google.com with SMTP id z61so10649076wrc.1 for ; Thu, 16 Feb 2017 04:35:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vsArJSIKc8cdIvkClPI5o05xktrtjHK+v7ZuzegonRQ=; b=blN+oPLdRpztXo1Bkp+Xd3ULLhZEeFt/ERw6UBLyMUpffSNbzWKnbtGsCqujXMwXZB BxT8auselmF3RCXyE3CI2rnosITKwPraTBlRWWyplsvBhqFYteHg0mdbwoV9P/2IoY/2 WPL9ZtDKXMej/xDy7xdMASNLOivKpY7e8ez3s= 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=vsArJSIKc8cdIvkClPI5o05xktrtjHK+v7ZuzegonRQ=; b=pWZTLIvCMwWjZTsxMau4lqWfjXKyZUyfQud3p4VMoAGRkMuhVoIGwGCMNR/KC3xUuL eVGl4CYpwxS5fBPLE0WVFqSPLfabIGbA5ZG0z3FsAAARoHfBjmUP41Ii2fYIv9Kl3ru/ yXq3JlrYeW4C3ayRt07FIZey3w541mJrlLE2bE2sr6u0fuTFPZep8k/d3sd2Xh8JxLCZ 6RzOLlm7pdXiPDbCRvQ5xdYgeQXRqgJNKy70Zdlyoj/UIgz6uGt/eDgJb7TSypaWwH/n 1Loo6zwS8lbmhFzZmEiNel85iAnsej/Q8Dcc6seCaQ+dkKje6Nijm3VjLkP0I56wIfMt mqDQ== X-Gm-Message-State: AMke39m/kqiVjEs+IxxaigqyntA62DjdBUJFXku6ILV+iFgo+17w7zIUa9Djupn9q/lee3kS X-Received: by 10.223.162.211 with SMTP id t19mr2126856wra.57.1487248499161; Thu, 16 Feb 2017 04:34:59 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id o22sm8847547wro.2.2017.02.16.04.34.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Feb 2017 04:34:56 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 8E8D43E08F1; Thu, 16 Feb 2017 12:34:56 +0000 (GMT) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: famz@redhat.com Date: Thu, 16 Feb 2017 12:34:55 +0000 Message-Id: <20170216123456.28621-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170216123456.28621-1-alex.bennee@linaro.org> References: <20170216123456.28621-1-alex.bennee@linaro.org> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c0c::22b Subject: [Qemu-devel] [PATCH v4 3/4] .shippable.yml: new CI provider X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Alex_Benn=C3=A9e?= , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+patch=linaro.org@nongnu.org Sender: "Qemu-devel" Ostensibly Shippable offers a similar set of services as Travis. However they are focused on Docker container based work-flows so we can use our existing containers to run a few extra builds - in this case a bunch of cross-compiled targets on a Debian multiarch system. Signed-off-by: Alex Bennée --- v3 - reduce matrix to armhf/arm64 which currently work - use the make docker-image-* build stanzas - add TARGET_LIST to each build --- .shippable.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .shippable.yml -- 2.11.0 Reviewed-by: Fam Zheng diff --git a/.shippable.yml b/.shippable.yml new file mode 100644 index 0000000000..4de8daf341 --- /dev/null +++ b/.shippable.yml @@ -0,0 +1,21 @@ +language: c +env: + matrix: + - IMAGE=debian-armhf-cross + TARGET_LIST=arm-softmmu,arm-linux-user + - IMAGE=debian-arm64-cross + TARGET_LIST=aarch64-softmmu,aarch64-linux-user + - IMAGE=centos6 + TARGET_LIST=i386-softmmu,x86_64-softmmu +build: + pre_ci: + - make docker-image-${IMAGE} + pre_ci_boot: + image_name: qemu + image_tag: ${IMAGE} + pull: false + options: "-e HOME=/root" + ci: + - unset CC + - ./configure ${QEMU_CONFIGURE_OPTS} --target-list=${TARGET_LIST} + - make -j2