> -----Original Message----- > From: Juraj Linkeš <[email protected]> > Sent: Tuesday, February 23, 2021 4:28 PM > To: [email protected]; [email protected]; > [email protected]; [email protected] > Cc: [email protected]; Ruifeng Wang <[email protected]>; Honnappa > Nagarahalli <[email protected]>; Juraj Linkeš > <[email protected]> > 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š <[email protected]>
Reviewed-by: Ruifeng Wang <[email protected]> > --- > .travis.yml | 26 ++++++++++++++++---------- > 1 file changed, 16 insertions(+), 10 deletions(-)

