mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 20:10:34 +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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
cable_driver: ['libreswan', 'wireguard']
|
||||||
globalnet: ['', 'globalnet']
|
globalnet: ['', 'globalnet']
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
@@ -20,6 +21,7 @@ jobs:
|
|||||||
- name: Run E2E deployment and tests
|
- name: Run E2E deployment and tests
|
||||||
uses: submariner-io/shipyard/gh-actions/e2e@devel
|
uses: submariner-io/shipyard/gh-actions/e2e@devel
|
||||||
with:
|
with:
|
||||||
|
cabledriver: ${{ matrix.cable_driver }}
|
||||||
globalnet: ${{ matrix.globalnet }}
|
globalnet: ${{ matrix.globalnet }}
|
||||||
|
|
||||||
- name: Post mortem
|
- name: Post mortem
|
||||||
|
|||||||
Reference in New Issue
Block a user