Skip to content

Commit

Permalink
Add cable driver to E2E matrix
Browse files Browse the repository at this point in the history
Run E2E tests for all currently-supported cable drivers.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 committed Mar 4, 2021
1 parent 86ba2b8 commit 274b2ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cable_driver: ['libreswan', 'wireguard']
globalnet: ['', 'globalnet']
steps:
- name: Check out the repository
Expand All @@ -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
Expand Down

0 comments on commit 274b2ca

Please sign in to comment.