> -----Original Message----- > From: Aaron Conole <[email protected]> > Sent: Friday, February 19, 2021 2:27 PM > To: Juraj Linkeš <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; [email protected]; > [email protected] > Subject: Re: [PATCH v2] ci: update arm64 Travis jobs to Graviton2 > > Juraj Linkeš <[email protected]> writes: > > > Instead of using the older platform, use only the newer Graviton2 > > environment in Travis CI. > > Can you expand on this a bit. Why should we need to use the newer > environment? What problems will occur by using the older environment? >
We're seeing intermittent issues with the environment. An example run https://travis-ci.com/github/ovsrobot/dpdk/builds/217641063 Issue 1: collect2: fatal error: ld terminated with signal 9 [Killed] This suggest an issue with resources. Issue 2: ticketlock_autotest sometimes times out. This could be due variable resource availability in a container environment, but may not be. There could be other issues, I haven't analysed all of the logs, but there are enough to make us want to switch to Graviton2 for all jobs. We're don't see either issue with the Graviton2 environment (which uses VMs). > I'm not against the change, but I don't understand it. > > > Signed-off-by: Juraj Linkeš <[email protected]> > > --- >

