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 B1959A054D; Wed, 17 Feb 2021 16:47:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B19540690; Wed, 17 Feb 2021 16:47:00 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 8B1764067A for ; Wed, 17 Feb 2021 16:46:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1613576819; 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=pejRNOdCyCxWu/gqYJwINmyYYLWfKfzGvYN2liAFryI=; b=X7U0g8lbAn3Tl2wL2TRT3pinywaGBXqDaaIhYyf4lVVA7gZtejHsYsN/n5fUAG8XLThINp BHxb7WLhsMzte6SBjmMa8xjxtaWUj01/Tw8WFTcdD5+Pc6BtLNZlvIbMhoZ3YHgw1eFT14 ZqO864numNLX2nFeD93dA3lr+2jE0Zs= 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-388-CJsHLZz1MxSCiDuw2fpupg-1; Wed, 17 Feb 2021 10:46:55 -0500 X-MC-Unique: CJsHLZz1MxSCiDuw2fpupg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A1E826D4E0; Wed, 17 Feb 2021 15:46:53 +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 9A6DC19D6C; Wed, 17 Feb 2021 15:46:47 +0000 (UTC) From: Aaron Conole To: Ferruh Yigit Cc: Juraj =?utf-8?Q?Linke=C5=A1?= , thomas@monjalon.net, 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> Date: Wed, 17 Feb 2021 10:46:46 -0500 In-Reply-To: (Ferruh Yigit's message of "Wed, 17 Feb 2021 10:43:10 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 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 0/2] Travis CI jobs update after credits 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" Ferruh Yigit writes: > On 2/17/2021 9:42 AM, Juraj Linke=C5=A1 wrote: >> Since Travis added credits we need to make some changes to the Travis >> CI. Arm has a credit agreement with Travis for arm jobs, so remove x86 >> jobs. Also, migrate all arm jobs to the latest environment. >> > > So this is becoming supporting a CI infrastructure within DPDK for a > specific vendor, do we want this? > > And can't this Travis credit/support be expanded for the whole > project, so everyone in the community benefit from it? I agree - it would be best to have it working universally. >> Juraj Linke=C5=A1 (2): >> ci: remove x86 Travis jobs >> ci: update arm64 Travis jobs to Graviton2 >> >> .travis.yml | 113 ++++++++-------------------------------------------- >> 1 file changed, 16 insertions(+), 97 deletions(-) >>