Compare commits

...
2 Commits
Author SHA1 Message Date
Janki ChhatbarandThomas Pantelis 69ff334c72 Add vxlan cable driver to test matrix
Signed-Off-By: Janki Chhatbar <jchhatba@redhat.com>
2021-06-14 09:15:16 -04:00
Stephen KittandThomas Pantelis df9a462b9b Use short Kubernetes versions
Signed-off-by: Stephen Kitt <skitt@redhat.com>
2021-06-01 22:25:17 -04:00
2 changed files with 6 additions and 7 deletions
+5 -6
View File
@@ -12,15 +12,14 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
cable_driver: ['libreswan', 'wireguard'] cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet'] globalnet: ['', 'globalnet']
k8s_version: ['1.17.17'] k8s_version: ['1.17']
lighthouse: ['', 'lighthouse'] lighthouse: ['', 'lighthouse']
include: include:
# Recentness of K8s versions are limited by kindest/node image releases - k8s_version: '1.18'
- k8s_version: 1.18.15 - k8s_version: '1.19'
- k8s_version: 1.19.7 - k8s_version: '1.20'
- k8s_version: 1.20.2
steps: steps:
- name: Check out the repository - name: Check out the repository
uses: actions/checkout@v2 uses: actions/checkout@v2
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
cable_driver: ['libreswan', 'wireguard'] cable_driver: ['libreswan', 'wireguard', 'vxlan']
globalnet: ['', 'globalnet'] globalnet: ['', 'globalnet']
lighthouse: ['', 'lighthouse'] lighthouse: ['', 'lighthouse']
steps: steps: