Make this branch point to current main master branch so that we can
track API breakage.

Note: this should not be merged to master, intended for dpdk-latest
branch only.

Signed-off-by: David Marchand <david.march...@redhat.com>
Acked-by: Ilya Maximets <i.maxim...@ovn.org>
Signed-off-by: Ian Stokes <ian.sto...@intel.com>

The default branch name in DPDK is changed from master to main.
This patch reflects the same on travis builds for dpdk-latest branch.

Tested-at: https://travis-ci.org/github/Sunil-Pai-G/ovs-copy/builds/723223426
Signed-off-by: Sunil Pai G <sunil.pa...@intel.com>
Signed-off-by: Ian Stokes <ian.sto...@intel.com>
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 51d0511080..7e87360256 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,9 @@ addons:
 
 before_install: ./.ci/${TRAVIS_OS_NAME}-prepare.sh
 
-before_script: export PATH=$PATH:$HOME/bin
+before_script:
+  - export PATH=$PATH:$HOME/bin
+  - export DPDK_VER=refs/heads/main
 
 matrix:
   include:
-- 
2.23.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to