Skip to content

Commit

Permalink
ci : Add Kubernetes v1.27.3 to E2E test matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia authored and manusa committed Jul 14, 2023
1 parent 9ed039b commit db8d02b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- name: Install Kubernetes Client
run: ./mvnw ${MAVEN_ARGS} clean install -DskipTests -Djacoco.skip=true

minikube:
name: K8S
minikube_baremetal:
name: Baremetal K8S
needs: buildWithoutTests
runs-on: ubuntu-latest
if: github.repository == 'fabric8io/kubernetes-client'
Expand Down Expand Up @@ -93,23 +93,25 @@ jobs:
run: |
./mvnw ${MAVEN_ARGS} -Pitests -pl $IT_MODULE test -Dtest="io.fabric8.kubernetes.**"
k8s-1_26:
name: K8S 1.26
minikube_docker:
name: Docker K8S
needs: buildWithoutTests
runs-on: ubuntu-latest
if: github.repository == 'fabric8io/kubernetes-client'
strategy:
fail-fast: false
matrix:
kubernetes: [v1.27.3, v1.26.0]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Minikube-Kubernetes
uses: manusa/[email protected]
with:
minikube version: v1.28.0
minikube version: v1.30.1
driver: docker
container runtime: containerd
kubernetes version: v1.26.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--force'
- name: Cache .m2 registry
Expand Down

0 comments on commit db8d02b

Please sign in to comment.