Add cable driver to E2E matrix

Run E2E tests for all currently-supported cable drivers.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
This commit is contained in:
Daniel Farrell
2021-03-05 09:47:25 -05:00
committed by Thomas Pantelis
parent 86ba2b8857
commit 8d6ca0bd1d
+2
View File
@@ -12,6 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cable_driver: ['libreswan', 'wireguard']
globalnet: ['', 'globalnet']
steps:
- name: Check out the repository
@@ -20,6 +21,7 @@ jobs:
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
with:
cabledriver: ${{ matrix.cable_driver }}
globalnet: ${{ matrix.globalnet }}
- name: Post mortem