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 903CEA054D; Wed, 17 Feb 2021 16:45:10 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13D0640690; Wed, 17 Feb 2021 16:45:10 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id BB15D4067A for ; Wed, 17 Feb 2021 16:45:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613576707; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GuJslnYDFIxo2pVaSaqCNT6tFEd5t1iurISDsCJJP8s=; b=F+zX68y1dk/xl4O4mNJiZd4IIRp8Hi6h3NU/rhNzDg6d3kgLfCUAiNAfKYEnSibmuy/ws7 Wd+HmCRCiDZjMUl7CHs/2pl7NTwoFjJZjmLcVTt7XikwQoirMjAKRAz9it4iGyyABz5wtC EjZznoIOgELaBfOeVsQe8QsWr1Gsz00= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-115-uREeNKc6N-2Exc9_10_UOw-1; Wed, 17 Feb 2021 10:45:03 -0500 X-MC-Unique: uREeNKc6N-2Exc9_10_UOw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CDD18C7407; Wed, 17 Feb 2021 15:45:01 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (ovpn-114-166.rdu2.redhat.com [10.10.114.166]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 777035D9C2; Wed, 17 Feb 2021 15:44:56 +0000 (UTC) From: Aaron Conole To: Thomas Monjalon Cc: Juraj =?utf-8?Q?Linke=C5=A1?= , david.marchand@redhat.com, maicolgabriel@hotmail.com, dev@dpdk.org, Ruifeng.Wang@arm.com, Honnappa.Nagarahalli@arm.com References: <1613554953-14736-1-git-send-email-juraj.linkes@pantheon.tech> <1613554953-14736-2-git-send-email-juraj.linkes@pantheon.tech> <3070876.PlOtXNnDbe@thomas> Date: Wed, 17 Feb 2021 10:44:54 -0500 In-Reply-To: <3070876.PlOtXNnDbe@thomas> (Thomas Monjalon's message of "Wed, 17 Feb 2021 11:39:20 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-dev] [RFC PATCH v1 1/2] ci: remove x86 Travis jobs 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 Sender: "dev" Thomas Monjalon writes: > 17/02/2021 10:42, Juraj Linke=C5=A1: >> Remove x86 jobs for which we don't have Travis credits. Leave arm64 jobs >> for which we do have the credits. > > We are missing some references. I do see that the travis job is still running, and does include the x86 builds as well... Is there a specific problem to be resolved?