From patchwork Mon Feb 20 10:51:39 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: 94193 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp1278124obz; Mon, 20 Feb 2017 02:53:30 -0800 (PST) X-Received: by 10.55.127.2 with SMTP id a2mr19496002qkd.319.1487588009974; Mon, 20 Feb 2017 02:53:29 -0800 (PST) Return-Path: Received: from lists.gnu.org (lists.gnu.org. [2001:4830:134:3::11]) by mx.google.com with ESMTPS id b18si3657922qka.287.2017.02.20.02.53.29 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 20 Feb 2017 02:53:29 -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]:37402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cflaz-0007my-Gd for patch@linaro.org; Mon, 20 Feb 2017 05:53:29 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cflZD-0006iE-Hl for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cflZC-0006Lp-9E for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:39 -0500 Received: from mail-wr0-x236.google.com ([2a00:1450:400c:c0c::236]:33120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cflZC-0006LI-3n for qemu-devel@nongnu.org; Mon, 20 Feb 2017 05:51:38 -0500 Received: by mail-wr0-x236.google.com with SMTP id 35so21321085wrw.0 for ; Mon, 20 Feb 2017 02:51:37 -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=2yP2Z3e8octTwOUcRuugFR3JXurqHzgSKwPEZpzh6KQ=; b=AzThgIjvl6WpaTCkdR+qi0zef90ubRJu447U20ARyw8GJQGlsE7a3DBs3s4W9LBujZ /WznzDTf1tG+Q1/bPa1kza/PMHi/F8PGqrbXEuBpey65rP7EkMpQRvvlJhp2hTm+PFd/ wHuCswZln9h5QSgi1PdatE7zdJ3q/87YYF4Ys= 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=2yP2Z3e8octTwOUcRuugFR3JXurqHzgSKwPEZpzh6KQ=; b=thSinYmkFoi56cTxGMDILCltc6+PBiLDCafNPvAfOIFRimUo8HfZo0p8B4LkeuMwoL tHjwvgrGfc/XbYBy5XtMkVXh4PHRzvqAfM1RdKTJ2FswaIGi5s+mO+hu4EdV3pcpicQk FjZNt+ZAX0vjUJoqBnz6JN7D2ok+hUSwzC0bjYxAiuxFTrptAuA9p59WvMI7JAzl88OG obqO+ayMm9v/4JrGn8fUhKO2T/09gt2ilVEZ8PdVBjrZ83vkuyPgcz2iE9Pr1oszVWyO sYFIvWC6clhZlwHGfdPj/Wl+0BcyEyCjGWcSKuZrRm7SNtfhSJ2eNjNGXOZ0btOJMnsf ctEA== X-Gm-Message-State: AMke39nEYfSoVErwFAksixPDO6JtA8Pyum0V1mvSgP5ffXK/KBINYvP5DTjU9aZmrEx7+QvE X-Received: by 10.223.181.129 with SMTP id c1mr60214wre.147.1487587896969; Mon, 20 Feb 2017 02:51:36 -0800 (PST) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id j80sm12998366wmd.14.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 2EAB33E0297; 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:39 +0000 Message-Id: <20170220105139.21581-5-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::236 Subject: [Qemu-devel] [PATCH v5 4/4] MAINTAINERS: merge Build and test automation with Docker tests 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" The docker framework is really just another piece in the build automation puzzle so lets merge it together. For added bonus I've also included the Travis and Patchew status links. The Shippable links will be added later once mainline tests have been configured and setup. Signed-off-by: Alex Bennée Reviewed-by: Fam Zheng --- v4 - fix merge fail (.shippable.yml) --- MAINTAINERS | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -- 2.11.0 diff --git a/MAINTAINERS b/MAINTAINERS index 6dcbebf072..d3782691dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1801,10 +1801,14 @@ F: docs/block-replication.txt Build and test automation ------------------------- M: Alex Bennée +M: Fam Zheng L: qemu-devel@nongnu.org -S: Supported +S: Maintained F: .travis.yml F: .shippable.yml +F: tests/docker/ +W: https://travis-ci.org/qemu/qemu +W: http://patchew.org/QEMU/ Documentation ------------- @@ -1813,9 +1817,3 @@ M: Daniel P. Berrange S: Odd Fixes F: docs/build-system.txt -Docker testing --------------- -Docker based testing framework and cases -M: Fam Zheng -S: Maintained -F: tests/docker/