From 63682ed467fd12bbf39c8d6764ced4af4c02284a Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Thu, 13 Jun 2024 16:03:10 +0530 Subject: [PATCH] feat: use more k8s version from testing Signed-off-by: Vishal Choudhary --- .github/workflows/conformance-tests.yaml | 14 +++++++++++--- .github/workflows/migration-tests.yaml | 12 ++++++++++-- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/.github/workflows/conformance-tests.yaml b/.github/workflows/conformance-tests.yaml index b9be117..c140a6f 100644 --- a/.github/workflows/conformance-tests.yaml +++ b/.github/workflows/conformance-tests.yaml @@ -8,6 +8,10 @@ on: branches: - "main" + push: + branches: + - main + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -18,6 +22,8 @@ jobs: fail-fast: false matrix: k8s-version: + - name: v1.25 + version: v1.25.14 - name: v1.26 version: v1.26.13 - name: v1.27 @@ -26,6 +32,8 @@ jobs: version: v1.28.6 - name: v1.29 version: v1.29.1 + - name: v1.30 + version: v1.30.0 tests: - ^reports$ runs-on: ubuntu-latest @@ -33,15 +41,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Checkout kyverno/kyverno + - name: Checkout nirmata/kyverno uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - repository: kyverno/kyverno + repository: nirmata/kyverno path: kyverno - name: Setup Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: - go-version: ~1.21.1 + go-version: ~1.22.2 - name: Install helm id: helm uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 diff --git a/.github/workflows/migration-tests.yaml b/.github/workflows/migration-tests.yaml index fb8bdaf..6ad451b 100644 --- a/.github/workflows/migration-tests.yaml +++ b/.github/workflows/migration-tests.yaml @@ -8,6 +8,10 @@ on: branches: - "main" + push: + branches: + - main + concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -18,6 +22,8 @@ jobs: fail-fast: false matrix: k8s-version: + - name: v1.25 + version: v1.25.14 - name: v1.26 version: v1.26.13 - name: v1.27 @@ -26,6 +32,8 @@ jobs: version: v1.28.6 - name: v1.29 version: v1.29.1 + - name: v1.30 + version: v1.30.0 tests: - ^reports$ runs-on: ubuntu-latest @@ -33,10 +41,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - - name: Checkout kyverno/kyverno + - name: Checkout nirmata/kyverno uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - repository: kyverno/kyverno + repository: nirmata/kyverno path: kyverno - name: Setup Go uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0