diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bcd5fd7..b705eac 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -14,7 +14,13 @@ jobs: matrix: cable_driver: ['libreswan', 'wireguard'] globalnet: ['', 'globalnet'] + k8s_version: ['1.17.17'] lighthouse: ['', 'lighthouse'] + include: + # Recentness of K8s versions are limited by kindest/node image releases + - k8s_version: 1.18.15 + - k8s_version: 1.19.7 + - k8s_version: 1.20.2 steps: - name: Check out the repository uses: actions/checkout@v2 @@ -22,6 +28,7 @@ jobs: - name: Run E2E deployment and tests uses: submariner-io/shipyard/gh-actions/e2e@devel with: + k8s_version: ${{ matrix.k8s_version }} using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }} - name: Post mortem