From 83a411975422ffb12ced8a9789f3aea59889b77d Mon Sep 17 00:00:00 2001 From: nolancon Date: Tue, 17 Dec 2024 12:10:08 +0000 Subject: [PATCH] Run make generate-tests --- .github/workflows/chainsaw-e2e-test-1.30.yaml | 43 +++++++++++++++++++ .github/workflows/chainsaw-e2e-test-1.31.yaml | 43 +++++++++++++++++++ ...config-1.26.yaml => kind-config-1.30.yaml} | 2 +- ...config-1.27.yaml => kind-config-1.31.yaml} | 2 +- 4 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/chainsaw-e2e-test-1.30.yaml create mode 100644 .github/workflows/chainsaw-e2e-test-1.31.yaml rename e2e/kind/{kind-config-1.26.yaml => kind-config-1.30.yaml} (93%) rename e2e/kind/{kind-config-1.27.yaml => kind-config-1.31.yaml} (93%) diff --git a/.github/workflows/chainsaw-e2e-test-1.30.yaml b/.github/workflows/chainsaw-e2e-test-1.30.yaml new file mode 100644 index 00000000..5fddaa0b --- /dev/null +++ b/.github/workflows/chainsaw-e2e-test-1.30.yaml @@ -0,0 +1,43 @@ +# This file was auto-generated by hack/generate-tests.sh +name: chainsaw e2e test 1.30 +on: [push] +concurrency: + group: chainsaw-1.30-${{ github.ref }}-1 + cancel-in-progress: true +permissions: + contents: read +jobs: + test: + name: chainsaw e2e test 1.30 + runs-on: ubuntu-latest + steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.9.1 + with: + access_token: ${{ github.token }} + + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: true + + - name: Setup Go + uses: actions/setup-go@v5 + with: + go-version: '1.21' + + - name: Vendor Dependencies + run: make vendor vendor.check + + - name: Docker cache + uses: ScribeMD/docker-cache@0.3.7 + with: + key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}} + + - name: Run chainsaw tests 1.30 + run: make chainsaw + env: + LATEST_KUBE_VERSION: '1.30' + AWS_ACCESS_KEY_ID: 'Dummy' + AWS_SECRET_ACCESS_KEY: 'Dummy' + AWS_DEFAULT_REGION: 'us-east-1' diff --git a/.github/workflows/chainsaw-e2e-test-1.31.yaml b/.github/workflows/chainsaw-e2e-test-1.31.yaml new file mode 100644 index 00000000..f5db2133 --- /dev/null +++ b/.github/workflows/chainsaw-e2e-test-1.31.yaml @@ -0,0 +1,43 @@ +# This file was auto-generated by hack/generate-tests.sh +name: chainsaw e2e test 1.31 +on: [push] +concurrency: + group: chainsaw-1.31-${{ github.ref }}-1 + cancel-in-progress: true +permissions: + contents: read +jobs: + test: + name: chainsaw e2e test 1.31 + runs-on: ubuntu-latest + steps: + - name: Cancel Previous Runs + uses: styfle/cancel-workflow-action@0.9.1 + with: + access_token: ${{ github.token }} + + - name: Checkout + uses: actions/checkout@v4 + with: + submodules: true + + - name: Setup Go + uses: actions/setup-go@v5 + with: + go-version: '1.21' + + - name: Vendor Dependencies + run: make vendor vendor.check + + - name: Docker cache + uses: ScribeMD/docker-cache@0.3.7 + with: + key: docker-${{ runner.os }}-${{ hashFiles('go.sum') }}} + + - name: Run chainsaw tests 1.31 + run: make chainsaw + env: + LATEST_KUBE_VERSION: '1.31' + AWS_ACCESS_KEY_ID: 'Dummy' + AWS_SECRET_ACCESS_KEY: 'Dummy' + AWS_DEFAULT_REGION: 'us-east-1' diff --git a/e2e/kind/kind-config-1.26.yaml b/e2e/kind/kind-config-1.30.yaml similarity index 93% rename from e2e/kind/kind-config-1.26.yaml rename to e2e/kind/kind-config-1.30.yaml index 7b766cd2..04f92b2c 100644 --- a/e2e/kind/kind-config-1.26.yaml +++ b/e2e/kind/kind-config-1.30.yaml @@ -3,7 +3,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.26.14 + image: kindest/node:v1.30.8 extraPortMappings: - containerPort: 32566 hostPort: 32566 diff --git a/e2e/kind/kind-config-1.27.yaml b/e2e/kind/kind-config-1.31.yaml similarity index 93% rename from e2e/kind/kind-config-1.27.yaml rename to e2e/kind/kind-config-1.31.yaml index 1a3d66b8..daec3e48 100644 --- a/e2e/kind/kind-config-1.27.yaml +++ b/e2e/kind/kind-config-1.31.yaml @@ -3,7 +3,7 @@ kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane - image: kindest/node:v1.27.11 + image: kindest/node:v1.31.4 extraPortMappings: - containerPort: 32566 hostPort: 32566