mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 08:30:35 +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:
|
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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user