Skip to content

Commit 1a1a9f5

Browse files
rohanKanojiamanusa
authored andcommitted
ci : Add Kubernetes 1.29.0 to E2E tests Kubernetes version matrix
Signed-off-by: Rohan Kumar <[email protected]>
1 parent fd50fa9 commit 1a1a9f5

File tree

1 file changed

+1
-36
lines changed

1 file changed

+1
-36
lines changed

.github/workflows/e2e-tests.yml

+1-36
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
fail-fast: false
7070
matrix:
71-
kubernetes: [v1.28.1,v1.27.5, v1.26.8, v1.25.13, v1.20.15, v1.19.16]
71+
kubernetes: [v1.29.0,v1.28.1,v1.27.5, v1.26.8, v1.25.13, v1.20.15, v1.19.16]
7272
steps:
7373
- name: Checkout
7474
uses: actions/checkout@v4
@@ -93,41 +93,6 @@ jobs:
9393
run: |
9494
./mvnw ${MAVEN_ARGS} -Pitests -pl $IT_MODULE test -Dtest="io.fabric8.kubernetes.**"
9595
96-
minikube_docker:
97-
name: Docker K8S
98-
needs: buildWithoutTests
99-
runs-on: ubuntu-latest
100-
if: github.repository == 'fabric8io/kubernetes-client'
101-
strategy:
102-
fail-fast: false
103-
matrix:
104-
kubernetes: [v1.28.1]
105-
steps:
106-
- name: Checkout
107-
uses: actions/checkout@v4
108-
- name: Setup Minikube-Kubernetes
109-
uses: manusa/[email protected]
110-
with:
111-
minikube version: v1.31.2
112-
driver: docker
113-
container runtime: containerd
114-
kubernetes version: ${{ matrix.kubernetes }}
115-
github token: ${{ secrets.GITHUB_TOKEN }}
116-
start args: '--force'
117-
- name: Cache .m2 registry
118-
uses: actions/cache@v3
119-
with:
120-
path: ~/.m2/repository
121-
key: cache-e2e-${{ github.sha }}-${{ github.run_id }}
122-
- name: Setup Java 8
123-
uses: actions/setup-java@v4
124-
with:
125-
java-version: '8'
126-
distribution: 'temurin'
127-
- name: Install and Run Integration Tests
128-
run: |
129-
./mvnw ${MAVEN_ARGS} -Pitests -pl $IT_MODULE test -Dtest="io.fabric8.kubernetes.**"
130-
13196
k8s-legacy:
13297
name: K8S legacy
13398
needs: buildWithoutTests

0 commit comments

Comments
 (0)