diff mbox series

[ovs-dev,2/4] ci: Switch to dpdk main branch.

Message ID 20220902083659.2229387-3-david.marchand@redhat.com
State Accepted
Headers show
Series dpdk-latest rebase | expand

Checks

Context Check Description
ovsrobot/apply-robot warning apply and check: warning
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

David Marchand Sept. 2, 2022, 8:36 a.m. UTC
Make this branch point to current DPDK main branch so that we can
track API breakage for Travis and GitHub Actions.

In GitHub Actions, debian packaging jobs rely on a packaged version of
dpdk and thus are not relevant.

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

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Sunil Pai G <sunil.pai.g@intel.com>
Co-authored-by: Sunil Pai G <sunil.pai.g@intel.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
---
Note:
- the important update in this patch is that the Debian packaging
  tests are disabled since they are irrelevant in the dpdk-latest
  branch,
- additionnally, this patch is a squash of patches that were updating
  Travis and GHA configuration separately,

---
 .github/workflows/build-and-test.yml | 2 ++
 .travis.yml                          | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

0-day Robot Sept. 2, 2022, 9 a.m. UTC | #1
Bleep bloop.  Greetings David Marchand, I am a robot and I have tried out your patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


checkpatch:
WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Ian Stokes <ian.stokes@intel.com>
Lines checked: 63, Warnings: 1, Errors: 0


Please check this out.  If you feel there has been an error, please email aconole@redhat.com

Thanks,
0-day Robot
diff mbox series

Patch

diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 58ab85e5d7..7a6ef52ef9 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -15,6 +15,7 @@  jobs:
       CC:          ${{ matrix.compiler }}
       DPDK:        ${{ matrix.dpdk }}
       DPDK_SHARED: ${{ matrix.dpdk_shared }}
+      DPDK_VER:    refs/heads/main
       KERNEL:      ${{ matrix.kernel }}
       LIBS:        ${{ matrix.libs }}
       M32:         ${{ matrix.m32 }}
@@ -198,6 +199,7 @@  jobs:
         path: config.log
 
   build-linux-deb:
+    if: false
     env:
       deb_dependencies: |
         linux-headers-$(uname -r) build-essential fakeroot devscripts equivs
diff --git a/.travis.yml b/.travis.yml
index c7aeede06e..cc832b17db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,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: