[ovs-git] [openvswitch/ovs] 3ff5e4: ci: Don't use 'native' machine for DPDK cache.

Ilya Maximets noreply at github.com
Thu Nov 26 11:35:04 UTC 2020


  Branch: refs/heads/branch-2.13
  Home:   https://github.com/openvswitch/ovs
  Commit: 3ff5e400bdfaa571478daf1235ac278b3f646fc5
      https://github.com/openvswitch/ovs/commit/3ff5e400bdfaa571478daf1235ac278b3f646fc5
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
    M .travis/linux-build.sh

  Log Message:
  -----------
  ci: Don't use 'native' machine for DPDK cache.

It's possible that actual HW where CI is running is slightly different
between jobs.  That makes all unit tests to fail with cached DPDK
builds due to 'Illegal instruction' crashes.  Changing machine
type to 'default' to generate binaries as generic as possible and avoid
this kind of issues.

Changing the name of a cache version file, so we will not use old
'native' builds that are currently in cache.

Fixes: 7654a3ed0b38 ("travis: Cache DPDK build.")
Acked-by: Kevin Traynor <ktraynor at redhat.com>
Acked-by: Simon Horman <simon.horman at netronome.com>
Signed-off-by: Ilya Maximets <i.maximets at ovn.org>




More information about the git mailing list