From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EC647A0548 for ; Fri, 24 Sep 2021 16:52:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E4CED41317; Fri, 24 Sep 2021 16:52:42 +0200 (CEST) Received: from mail-108-mta140.mxroute.com (mail-108-mta140.mxroute.com [136.175.108.140]) by mails.dpdk.org (Postfix) with ESMTP id 2EDE540041 for ; Fri, 24 Sep 2021 16:52:41 +0200 (CEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta140.mxroute.com (ZoneMTA) with ESMTPSA id 17c184b4b32000ac7a.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Fri, 24 Sep 2021 14:52:40 +0000 X-Zone-Loop: e612b75a63cd1f9166c49f480d2f47dfde566481f558 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ashroe.eu; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Message-ID: Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=ptRZMpEYLvyXd5tUlBUCItvoTcYsnxc+edITXGhl4Ng=; b=I KFAbV0laDm1zwZG4k4SsZaAVgJKZETaoC0GYzKX34KFWbeQ780a8QgLrSM98VR+Z75tOGFFfTWxcL VYnUZKWeKipkvN4WbYmzW3krOlF3M+sRzwHMUQ/B2rVk14I7z79YNSADczQ5Xr0dW5Qmguy8Y+8FU MLZMTGyA1lwlVwDPAsat0eglbDP//iusC/IfT1MYI/JEICT/pgAbb2isgL42QJDV4plNRErZORf3q 5yl7RSW7s59jQyngQ5nVKaN+a/Ho+FbA1Y0eQ74gY0UyphsuFCDfcjg5Xg2Sxfj5exA3mw6UnoSO4 y0hgB2B1tTegjO/wdG0GCcFDDStrA2n/Q==; To: ci@dpdk.org, Thomas Monjalon , Aaron Conole From: "Kinsella, Ray" Message-ID: <8efea8e4-5712-e4d7-30d6-d5454eea54d4@ashroe.eu> Date: Fri, 24 Sep 2021 15:52:36 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-AuthUser: mdr@ashroe.eu Subject: [dpdk-ci] The DPDK Symbol Bot X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hi folks, I wrote a tool called the 'Symbol Tool' or 'The DPDK Symbol Bot'. Its current waiting on reviews on the DPDK ML. http://patches.dpdk.org/bundle/mdr/The%20Symbol%20Bot/ The tool does a few things:- 1. Counts the number of experimental symbols per release. 2. Identifies 'expired' experimental symbols between two releases. 3. Supports TUI, CSV and Email output. 4. Harasses contributors of 'expired' experimental symbols over email. The tool is really designed to be run at roughly release time, similar to update-abi.sh in that respect. The tool currently depends on get-maintainer.sh from the DPDK source tree, therefore I put it in the DPDK main tree. Thomas thought it might be a better fit as CI tool, instead of part of the main source tree. Few questions: 1. Does moving it to CI make sense to folks? 2. In CI, how do I pick up and use the get-maintainer.sh script from DPDK. 3. In CI, where do I find the DPDK repo? Thanks, Ray K