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 A0750A0543; Wed, 14 Dec 2022 20:11:40 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4782440684; Wed, 14 Dec 2022 20:11:40 +0100 (CET) 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 1EDD5400D6 for ; Wed, 14 Dec 2022 20:11:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1671045098; 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=IY8DyCZrCzfLosSHtYN9yBXM5Z73gDi97qI3y/TC2XU=; b=QJl2IH7Jl/FEhGOpkTIU7S5cPm44FV/11W+JZwCFyjQoe4K3nduN4jexhT7tA2o9yZctWh ETo6r+qR1qux2aGRjU1nfukLdbdWnzibYOhWAG9t1fx3cKLlMlIauZLqSqsOVEd9jjwLQR Bkz6H2PbFhgg/yiErtdpAHbkB83oHyg= 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-659-6R9_StprMsGnBAyEpdc9Jg-1; Wed, 14 Dec 2022 14:11:34 -0500 X-MC-Unique: 6R9_StprMsGnBAyEpdc9Jg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EEEC3101A52E; Wed, 14 Dec 2022 19:11:33 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.17.186]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 539F1400F58; Wed, 14 Dec 2022 19:11:33 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, Honnappa.Nagarahalli@arm.com, thomas@monjalon.net, Michael Santana Subject: Re: [PATCH] ci: drop Travis configuration References: <20221213150710.130473-1-david.marchand@redhat.com> Date: Wed, 14 Dec 2022 14:11:31 -0500 In-Reply-To: <20221213150710.130473-1-david.marchand@redhat.com> (David Marchand's message of "Tue, 13 Dec 2022 16:07:10 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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 David Marchand writes: > We stopped using Travis in the main branch and in the public CI in favor > of GHA more than a year ago. > The UNH community lab now covers testing native compilation and unit > tests for ARM platforms. > > We decided to stop maintaining the configuration in our repository with > the argument that "if it is not tested, it is broken". > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole