> -----Original Message----- > From: Juraj Linkeš <juraj.lin...@pantheon.tech> > Sent: Tuesday, February 23, 2021 4:28 PM > To: tho...@monjalon.net; david.march...@redhat.com; > acon...@redhat.com; maicolgabr...@hotmail.com > Cc: dev@dpdk.org; Ruifeng Wang <ruifeng.w...@arm.com>; Honnappa > Nagarahalli <honnappa.nagaraha...@arm.com>; Juraj Linkeš > <juraj.lin...@pantheon.tech> > Subject: [PATCH v3] ci: update arm64 Travis jobs to Graviton2 > > 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š <juraj.lin...@pantheon.tech>
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com> > --- > .travis.yml | 26 ++++++++++++++++---------- > 1 file changed, 16 insertions(+), 10 deletions(-)