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 46D15A054F; Tue, 2 Mar 2021 13:39:48 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 30D7C4014E; Tue, 2 Mar 2021 13:39:48 +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 E3E3540142 for ; Tue, 2 Mar 2021 13:39:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1614688786; 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=fQAWoA4Qb3FsY7nvgCh/wql/fbXmtjZpVWKxAlQ01Q4=; b=GZY6Gagt8nqCTbNRJWNqHvKMD9Cec+QV1912lLdute7DGKwU67+ENivwfLEwJd83Rfo2dr hRfTMCbcv1yXu8aZGhtew9eT1yxJczReMuoCT9BUm3nlLNjKcwJDWgWvYqyGov8pvgKWYR JrPF+58aMdV2QHbmA+vnXEHyzKGJHRE= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-482-LBzkY8GdNV-EhAOmLjniaQ-1; Tue, 02 Mar 2021 07:39:44 -0500 X-MC-Unique: LBzkY8GdNV-EhAOmLjniaQ-1 Received: by mail-vk1-f200.google.com with SMTP id n196so5505840vkn.23 for ; Tue, 02 Mar 2021 04:39:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=fQAWoA4Qb3FsY7nvgCh/wql/fbXmtjZpVWKxAlQ01Q4=; b=CFrnvnnghPzVGxsxtLryrJE1+DhgzHp/WMgyfkA/6TQKqhgaXZOnL0SIgQ8p3Txwbp 8TX97NK6MUhj/eX1QIoyl+zxy/3ermwupmR5Hs3Wq+W6Ca93NFRCsa6dk7dwsaWQCZZL A+nhYROXx9bfSp6eMG0JfTYUIxnV7HKjaA7sfmFUS8YRw8hKbQ9y/DC1qI0CGYecjqwW Ku3bXZaBbWv5EoSY8O+d71bUqClL4rH/2knIYJs8ljZUgm9bS6lz1Q2c+1mow7tdG0tH TKfJq5q9UMVGG3DoCSWIOGgBi4qPERClRq+DPEIPTJY0MSPNp3uYnmdb+DUYfzHbLUpG 5OZQ== X-Gm-Message-State: AOAM533iRCgzcULb9pfq5qbHKESld0tWI6UTQ4miv1W5V0kTK8d+/Hls zjLJUeGfwAdnIONbadnvb9ITsOyZ0NFE1muPuYwY/whMJcHKs6kSZz9JVRpPJT+2remo/+nVMxq XDlWGbf7554gUH1ivkUo= X-Received: by 2002:ab0:7a6d:: with SMTP id c13mr11903904uat.53.1614688784442; Tue, 02 Mar 2021 04:39:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJys6qQ9/3c8RYhkIEhKFFEkdJtfpR+G2/d269zTHaVizdgtYizFJqOBcnDjzGDktekRSKhbKBiNz2BRnFEAE6A= X-Received: by 2002:ab0:7a6d:: with SMTP id c13mr11903894uat.53.1614688784170; Tue, 02 Mar 2021 04:39:44 -0800 (PST) MIME-Version: 1.0 References: <1613720062-19647-1-git-send-email-juraj.linkes@pantheon.tech> <1614068904-29352-1-git-send-email-juraj.linkes@pantheon.tech> In-Reply-To: <1614068904-29352-1-git-send-email-juraj.linkes@pantheon.tech> From: David Marchand Date: Tue, 2 Mar 2021 13:39:32 +0100 Message-ID: To: =?UTF-8?Q?Juraj_Linke=C5=A1?= Cc: Thomas Monjalon , Aaron Conole , Michael Santana , dev , "Ruifeng Wang (Arm Technology China)" , Honnappa Nagarahalli Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@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] [PATCH v3] ci: update arm64 Travis jobs to Graviton2 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" On Tue, Feb 23, 2021 at 9:28 AM Juraj Linke=C5=A1 wrote: > > Use only the newer Graviton2 environment in Travis CI instead of using > the older platform, which has intermittent issues: > 1. collect2: fatal error: ld terminated with signal 9 [Killed] > 2. ticketlock_autotest sometimes times out > > These failures hint at resource availability issues in container > environments. The Graviton2 environment is using VMs and these failures > are not observed in it. > > Signed-off-by: Juraj Linke=C5=A1 Reviewed-by: Ruifeng Wang Acked-by: Aaron Conole Applied, thanks Juraj. --=20 David Marchand