mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
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:
committed by
Thomas Pantelis
parent
86ba2b8857
commit
8d6ca0bd1d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user