-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* test ocp 4.9 compatibility * Use rancher to test k8s versions * Tested versions
- Loading branch information
1 parent
1078f0f
commit 1c9bb5d
Showing
4 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
kubernetes_version: [ v1.25.3, v1.26.3, v1.27.5, v1.28.1 ] | ||
kubernetes_version: [ v1.23.17-k3s1, v1.24.17-k3s1, v1.25.16-k3s4, v1.26.15-k3s1, v1.27.15-k3s2, v1.28.11-k3s2 ] | ||
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
@@ -25,16 +25,8 @@ jobs: | |
distribution: 'temurin' | ||
java-version: '17' | ||
cache: 'maven' | ||
- name: Setup Minikube-Kubernetes | ||
# check version in https://github.com/manusa/actions-setup-minikube/releases | ||
uses: manusa/[email protected] | ||
with: | ||
# check version in https://github.com/kubernetes/minikube/releases | ||
minikube version: 'v1.32.0' | ||
start args: '--addons=ingress' | ||
kubernetes version: ${{ matrix.kubernetes_version }} | ||
github token: ${{ secrets.GITHUB_TOKEN }} | ||
driver: 'docker' | ||
- name: Test | ||
env: | ||
KUBERNETES_VERSION: ${{ matrix.kubernetes_version }} | ||
run: | | ||
mvn verify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters