mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
Compare commits
2
Commits
v0.10.0-m1
...
v0.10.0-m2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69ff334c72 | ||
|
|
df9a462b9b |
@@ -12,15 +12,14 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cable_driver: ['libreswan', 'wireguard']
|
||||
cable_driver: ['libreswan', 'wireguard', 'vxlan']
|
||||
globalnet: ['', 'globalnet']
|
||||
k8s_version: ['1.17.17']
|
||||
k8s_version: ['1.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
|
||||
- k8s_version: '1.18'
|
||||
- k8s_version: '1.19'
|
||||
- k8s_version: '1.20'
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
cable_driver: ['libreswan', 'wireguard']
|
||||
cable_driver: ['libreswan', 'wireguard', 'vxlan']
|
||||
globalnet: ['', 'globalnet']
|
||||
lighthouse: ['', 'lighthouse']
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user