From e9ac01e1a59f7cfa8fa94f1b303857b15eacdb20 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Thu, 10 Dec 2020 04:45:58 -0500 Subject: [PATCH] Add cable driver to E2E matrix Run E2E tests for all currently-supported cable drivers. Signed-off-by: Daniel Farrell --- .github/workflows/e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index d5fb9970..0ed84e6f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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