From 18a73a055f2c0cd3ad0d3ef73d271cb25a563835 Mon Sep 17 00:00:00 2001 From: Lin Yang Date: Tue, 7 Jan 2025 12:00:00 +0800 Subject: [PATCH] test: reduce the testcases for gateway with traffic interception mode NodeLevel Signed-off-by: Lin Yang --- .github/workflows/main.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1caa4c248..e7b01b2a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -252,8 +252,8 @@ jobs: needs: build strategy: matrix: - focus: [ "" ] - bucket: [ 6, 7 ] + focus: [""] + bucket: [6, 7] k8s: - version: "latest" os: ubuntu-22.04 @@ -263,6 +263,17 @@ jobs: os: ubuntu-22.04 - version: v1.23.17-k3s1 os: ubuntu-22.04 + exclude: + - focus: "" + bucket: "7" + k8s: + version: v1.21.14-k3s1 + os: ubuntu-22.04 + - focus: "" + bucket: "7" + k8s: + version: v1.23.17-k3s1 + os: ubuntu-22.04 runs-on: ${{ matrix.k8s.os }} env: CTR_TAG: ${{ github.sha }}