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 99481426B7; Wed, 4 Oct 2023 17:13:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7EF2D402CE; Wed, 4 Oct 2023 17:13:23 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 9F569402A9 for ; Wed, 4 Oct 2023 17:13:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1696432401; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=1OjmGSV7H4NZcVDnQrFtQ0DQ+LboxHH1rzzkE24K/6I=; b=Q8RJlx5EEH3cF86i0LtlG3DUYPGpymnqkOEwDmujqdiPvIy+drBMH1AoCNOYqFgIz1GKxI WwqiNfmEd3xPNkfHqdzIkf6CiZs/JLjP40dQP/DmiDnacxo0LYzKD7141g/8ddh0ak8p6r paWpYKayZSqR8kVVJs7rBCVfiuaQWiQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-589-3SljP1TaMDKQ2gyQmogXog-1; Wed, 04 Oct 2023 11:13:19 -0400 X-MC-Unique: 3SljP1TaMDKQ2gyQmogXog-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92E8C95BC40; Wed, 4 Oct 2023 15:13:18 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.10.68]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3002B493113; Wed, 4 Oct 2023 15:13:18 +0000 (UTC) From: Aaron Conole To: Patrick Robb Cc: David Marchand , Bruce Richardson , dev@dpdk.org, Thomas Monjalon , Kevin Traynor Subject: Re: [PATCH v4] app/test: add support for skipping tests References: <20230817105851.501947-1-bruce.richardson@intel.com> <20230914151636.278641-1-bruce.richardson@intel.com> Date: Wed, 04 Oct 2023 11:13:17 -0400 In-Reply-To: (Patrick Robb's message of "Tue, 3 Oct 2023 16:22:04 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Patrick Robb writes: > Thanks, this should help greatly going forward in the community lab. > > As it relates to our arm64 unit testing, I will give it a few days (or longer if needed) for next branches to rebase off of > main and then re-enable arm64 unit testing with the eal_flags_file_prefix_autotest added to the skipped list. David > explained to me on slack that this patch would not likely be a candidate for backporting, so of course LTS will be > excluded. This is in testing area, and maybe it can be considered as an exception if it allows for improved LTS testing. CC'd Kevin.