-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
81,720 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
|
||
jobs: | ||
checks: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
|
@@ -25,119 +25,41 @@ jobs: | |
- name: Style checks | ||
run: ./mill __.checkStyle + __.docJar | ||
|
||
integration-kubernetes-v1-25: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Setup Minikube and start Kubernetes | ||
uses: medyagh/[email protected] | ||
with: | ||
minikube-version: 1.28.0 | ||
kubernetes-version: v1.25.3 | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 11.0.x | ||
distribution: zulu | ||
- name: Test against Kubernetes v1.25 | ||
run: ./mill __[3.3.4].test | ||
|
||
integration-kubernetes-v1-24: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Setup Minikube and start Kubernetes | ||
uses: medyagh/[email protected] | ||
with: | ||
minikube-version: 1.28.0 | ||
kubernetes-version: v1.24.7 | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 11.0.x | ||
distribution: zulu | ||
- name: Test against Kubernetes v1.24 | ||
run: ./mill __[3.3.4].test | ||
|
||
integration-kubernetes-v1-23: | ||
runs-on: ubuntu-latest | ||
integration-kubernetes: | ||
runs-on: ubuntu-24.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
kubernetes-version: | ||
- v1.32.1 | ||
- v1.31.5 | ||
- v1.30.9 | ||
- v1.29.13 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Setup Minikube and start Kubernetes | ||
uses: medyagh/[email protected].8 | ||
uses: medyagh/[email protected].19 | ||
with: | ||
minikube-version: 1.28.0 | ||
kubernetes-version: v1.23.13 | ||
minikube-version: 1.35.0 | ||
kubernetes-version: ${{ matrix.kubernetes-version }} | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 11.0.x | ||
distribution: zulu | ||
- name: Test against Kubernetes v1.23 | ||
run: ./mill __[3.3.4].test | ||
|
||
integration-kubernetes-v1-22: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Setup Minikube and start Kubernetes | ||
uses: medyagh/[email protected] | ||
with: | ||
minikube-version: 1.28.0 | ||
kubernetes-version: v1.22.15 | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 11.0.x | ||
distribution: zulu | ||
- name: Test against Kubernetes v1.22 | ||
run: ./mill __[3.3.4].test | ||
|
||
integration-kubernetes-v1-21: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Setup Minikube and start Kubernetes | ||
uses: medyagh/[email protected] | ||
with: | ||
minikube-version: 1.28.0 | ||
kubernetes-version: v1.21.14 | ||
- name: Setup Java 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 11.0.x | ||
distribution: zulu | ||
- name: Test against Kubernetes v1.21 | ||
- name: Test against Kubernetes ${{ matrix.kubernetes-version }} | ||
run: ./mill __[3.3.4].test | ||
|
||
publish: | ||
needs: | ||
- checks | ||
- integration-kubernetes-v1-25 | ||
- integration-kubernetes-v1-24 | ||
- integration-kubernetes-v1-23 | ||
- integration-kubernetes-v1-22 | ||
- integration-kubernetes-v1-21 | ||
- integration-kubernetes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Pull all history with tags for correct versionning | ||
- name: Pull all history with tags for correct versioning | ||
run: git fetch --prune --unshallow | ||
- name: Setup Java | ||
uses: actions/setup-java@v3 | ||
|
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
Oops, something went wrong.