From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7DB765582 for ; Fri, 18 Nov 2016 17:26:45 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id t79so47695309wmt.0 for ; Fri, 18 Nov 2016 08:26:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=mlh9of5kpf/MIcnL45W1HR4FQIH1sV/MtP35r5Hw1q0=; b=Yb8J1Lwp8bxKDMkXhOHc1hXeShLzFMr5an6r/wiAGVXCA60nKobbFgPTiTdvnG1EoN 8yeQrXznbPE8tcWbGP2SetrLHMtWFAHef7+YO2bYqTeQTwgUb+hdJReS4OVs09LxaKOT wO5i1o0zMvByLwWvlPn0xZKm7wAqWBO4ricddNb3jZ4TqtYmFn0EgLbcQAfS22vtWkWC enQs16SCwCFo1Bz6TVOm8WiRgn5mk+vnWCKTMuJJCPnYO5/Z0U5aQVEE4R98OwpF4RMl qAjp74ywvF3y5hrsLRcs+zF45YsOeaP0QNMrgrj7/NolAxHFQUXFwUV52bL9NJwN6GFa JcJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=mlh9of5kpf/MIcnL45W1HR4FQIH1sV/MtP35r5Hw1q0=; b=Ly7eZdFvr16GJTKXo+MLGrgr7Zfia5lLshahTcWfAjPMqV7WPAqW+uiBB+cyleLPZY +yYx8xA2NpxjijvPC723GcccX3a28wdQH4086lCGt1skNTiDhEnKEf0vom/sXVuiNvmc oMOK9mzLh9ctczPeGuIkbea4dL3/zY1UaPtlBltdUw7/zXZ0mQPUT57+6qhob2PKhayq srgx6hZLrcB74uxSQprEvoNaFZl0InXH+xXlvrN6XLc1cm9TrAvI2+bGhHWKhFwxoQ9p UkV3GdfLlO8ymEOmT+6YGbsydXBmSE83Bv0PnqHx/wAs3yE+3ZHzDMqUG6Qvho0r22SN 12vA== X-Gm-Message-State: AKaTC03v2xsJAb3CLVJ1am+5VKebmyRDQ/MSJtFLM+6m/eVHf1cuLEuunQtg/zNijAkwJXRv X-Received: by 10.28.95.85 with SMTP id t82mr1039410wmb.56.1479486404968; Fri, 18 Nov 2016 08:26:44 -0800 (PST) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id v10sm9631356wji.29.2016.11.18.08.26.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 18 Nov 2016 08:26:44 -0800 (PST) From: Thomas Monjalon To: ci@dpdk.org Date: Fri, 18 Nov 2016 17:26:21 +0100 Message-Id: <1479486381-24570-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-ci] [PATCH] doc: add an introduction X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2016 16:26:45 -0000 Signed-off-by: Thomas Monjalon --- README | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..fc4cb6a --- /dev/null +++ b/README @@ -0,0 +1,46 @@ +DPDK has a distributed Continuous Integration (CI) system. + +It is discussed in the mailing list ci@dpdk.org. + + +When are run the tests? +----------------------- + +The tests can be run at any time: +- manually +- regularly to monitor a git tree +- after each patch submission to avoid accepting a bad patch + + +Where are run the tests? +------------------------ + +The tests can be run anywhere: +- in a private lab +- in a public/reference lab + +There is no reference lab yet. + + +How to view CI results? +----------------------- + +The test of a patch is viewable in patchwork (http://dpdk.org/dev/patchwork) +if the report has been sent from a trusted lab. +The patchwork overview shows a counter column S/W/F for Success/Warning/Failure. +A bad performance can be seen as a failure. +More details are found in the detailed view of a patch. + +Every test reports can be seen at http://dpdk.org/ml/archives/test-report/. + +There is no summarized view on regular or manual tests yet. + + +How to add a CI report? +----------------------- + +A test report can be sent to test-report@dpdk.org. +The sender must be trusted (whitelisted) by dpdk.org. + +If a report has the format of a "per-patch" test, +it is automatically integrated in patchwork. -- 2.7.0