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 B7C5FA0507; Wed, 6 Apr 2022 15:01:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ADD7C40689; Wed, 6 Apr 2022 15:01:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 5947D4014F for ; Wed, 6 Apr 2022 15:01:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649250101; x=1680786101; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=o3Yb1IHNn7/YkVHURRsCRCI7yYXxRNP+aHvIwRmMJ5I=; b=WbLz6LIVmAGYoOijxBQJe4W6CFrH50Mk+iaKFmNBqH3TJbJ/sppX4mvD 72/c4p0gtLtPIbHoPKoqMNRcNnIjoU7qx5IRn7zAMbcFlnsvGzGB60gbo eoYW35xrfRFwI9dTJIp1Ves6pD+uZX+HLQ3ZLU9WeF2pgfLwVOg8TXSSC +14UyTfu3j1GiFkx/S1DpayPJe23iK9/01Dki3M61QwXcXtLdQBkLrJLO 4ganm+3Idfcg/CWyWfzKuCJHzdoVep5ev6R+t0wFZ+7L9VKfB8jcgVWhV ZHJqFjevQekSPzl0m84C8JTx1bCZb8DAOCzNUEIOqFzXlP/laOt3W436h A==; X-IronPort-AV: E=McAfee;i="6200,9189,10308"; a="258626898" X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="258626898" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Apr 2022 06:01:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,239,1643702400"; d="scan'208";a="608880626" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga008.fm.intel.com with ESMTP; 06 Apr 2022 06:01:39 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Wed, 6 Apr 2022 06:01:38 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Wed, 6 Apr 2022 06:01:38 -0700 From: "Tu, Lijuan" To: "ohilyard@iol.unh.edu" , "dts@dpdk.org" CC: "juraj.linkes@pantheon.tech" Subject: RE: [PATCH v2] ci/initial: Added script to get the tests for a patchset Thread-Topic: [PATCH v2] ci/initial: Added script to get the tests for a patchset Thread-Index: AQHXwD1plClX0ZMjwUayjnvk4Nt/Oazj7BJA Date: Wed, 6 Apr 2022 13:01:38 +0000 Message-ID: <6ddf5200834e40cf893e5399ac44ccfa@intel.com> References: <20211013141953.28687-1-ohilyard@iol.unh.edu> In-Reply-To: <20211013141953.28687-1-ohilyard@iol.unh.edu> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org > -----Original Message----- > From: ohilyard@iol.unh.edu > Sent: 2021=1B$BG/=1B(B10=1B$B7n=1B(B13=1B$BF|=1B(B 22:20 > To: dts@dpdk.org > Cc: juraj.linkes@pantheon.tech; Tu, Lijuan ; Owen Hi= lyard > > Subject: [PATCH v2] ci/initial: Added script to get the tests for a patch= set >=20 > From: Owen Hilyard >=20 > Added a script to ci to allow getting the changed tests for a patchset to= DTS. >=20 > Instructions for use are in the module doc comment of the script. >=20 > Added a dockerfile that should be updated over time to allow it to run al= l DTS CI > scripts. >=20 > Signed-off-by: Owen Hilyard Applied