From patchwork Mon Feb 20 10:51:38 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: 94194 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1278150obz; Mon, 20 Feb 2017 02:53:33 -0800 (PST) X-Received: by 10.237.60.28 with SMTP id t28mr7362275qte.218.1487588013526; Mon, 20 Feb 2017 02:53:33 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id p129si12683394qkb.59.2017.02.20.02.53.33 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 20 Feb 2017 02:53:33 -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]:37403 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cflb3-0007pw-31 for patch@linaro.org; Mon, 20 Feb 2017 05:53:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cflZE-0006iF-AX for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cflZD-0006Mj-IQ for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:40 -0500 Received: from mail-wr0-x232.google.com ([2a00:1450:400c:c0c::232]:33126) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cflZD-0006MB-C3 for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:39 -0500 Received: by mail-wr0-x232.google.com with SMTP id 35so21321389wrw.0 for ; Mon, 20 Feb 2017 02:51:39 -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=posLnifYdbUYOiIpqWdFUmBTpFYMDxFlz7Y/x86qHys=; b=MAhSFeWvikyHZ1QvKncc773ykRCfpg8xyXn7JlDiD9lYjUzv7MrUY2T0M2YAx92OCD mgFqQ5CqiWiHlFIS+MmhChjDYdooTIlDjr9tMn08EqgWwk7YZZyXOB1LKEVQfOVA0xJS ZeQssB9CpETC9TswWToBR10Z1YKrazgsoxhuI= 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=posLnifYdbUYOiIpqWdFUmBTpFYMDxFlz7Y/x86qHys=; b=S+FphoDy46Aw2afyVp4t8Ool4KuGCnkdHMXOL40D00cdiKICfQbQ+BS96JTY8Zsrkb x1TpG0R6F4DKojzCs4dnfuNkPQPiULPC55Y+izReFLHr++nwtUp0ZIXaOmVgsoMOoEcA EKsmYTWzJMfvsw6KvRfuqoYgX2oUh/Zo6278tH0fwqJU7J7ZCprJCH3LphB5j+xyPnOH nWgOzHZsDjxpd1MOGqotRuFeiC/sLF4vTnUZInRDqZPM6EjYKAMsoDwU5lO7izesqLwn uehk+C7JGmR58ckkQuXXYoBKs7Q0HLMe5CrnhjzdNZnS+23T5mH8bYYU7RDwj/I0T0WX iALw== X-Gm-Message-State: AMke39lXYU+cLx+L0uz9yC403lAlY8/8m64QDh1r3ytiMZtbct+GxMuNbZOc2TbFsbeeyaCy X-Received: by 10.223.161.25 with SMTP id o25mr7976869wro.136.1487587898192; Mon, 20 Feb 2017 02:51:38 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id u189sm12949541wmu.1.2017.02.20.02.51.34 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Feb 2017 02:51:34 -0800 (PST) Received: from zen.linaroharston (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTP id 1E1C63E01F8; Mon, 20 Feb 2017 10:51:40 +0000 (GMT) From: =?utf-8?q?Alex_Benn=C3=A9e?= To: famz@redhat.com Date: Mon, 20 Feb 2017 10:51:38 +0000 Message-Id: <20170220105139.21581-4-alex.bennee@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170220105139.21581-1-alex.bennee@linaro.org> References: <20170220105139.21581-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::232 Subject: [Qemu-devel] [PATCH v5 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 Reviewed-by: Fam Zheng --- v3 - reduce matrix to armhf/arm64 which currently work - use the make docker-image-* build stanzas - add TARGET_LIST to each build v5 - add .shippable to MAINTAINER - drop centos6 build, shippable guests still need to be apt based --- .shippable.yml | 19 +++++++++++++++++++ MAINTAINERS | 1 + 2 files changed, 20 insertions(+) create mode 100644 .shippable.yml -- 2.11.0 diff --git a/.shippable.yml b/.shippable.yml new file mode 100644 index 0000000000..1a1fd7a91d --- /dev/null +++ b/.shippable.yml @@ -0,0 +1,19 @@ +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 +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 diff --git a/MAINTAINERS b/MAINTAINERS index fb57d8eb45..6dcbebf072 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1804,6 +1804,7 @@ M: Alex Bennée L: qemu-devel@nongnu.org S: Supported F: .travis.yml +F: .shippable.yml Documentation -------------