From 97330552b5ec6855f65f17f13f8d57f21e537e9f Mon Sep 17 00:00:00 2001 From: zirain Date: Sat, 14 Feb 2026 15:01:20 +0800 Subject: [PATCH] chore: update experimental conformance Signed-off-by: zirain --- .github/workflows/experimental_conformance.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/experimental_conformance.yaml b/.github/workflows/experimental_conformance.yaml index 0ff71fb363..600758e462 100644 --- a/.github/workflows/experimental_conformance.yaml +++ b/.github/workflows/experimental_conformance.yaml @@ -5,12 +5,12 @@ on: tags: - "v*.*.*" paths: - - "charts/gateway-helm/crds/gatewayapi-crds.yaml" + - "charts/gateway-crds-helm/templates/experimental-gatewayapi-crds.yaml" - "test/conformance/experimental_conformance_test.go" - "internal/gatewayapi/conformance/suite.go" pull_request: paths: - - "charts/gateway-helm/crds/gatewayapi-crds.yaml" + - "charts/gateway-crds-helm/templates/experimental-gatewayapi-crds.yaml" - "test/conformance/experimental_conformance_test.go" - "internal/gatewayapi/conformance/suite.go" # Add workflow_dispatch to trigger this workflow manually by maintainers. @@ -26,22 +26,22 @@ jobs: fail-fast: false matrix: target: - - version: v1.30.13 + - version: v1.32.11 ipFamily: ipv4 profile: default - - version: v1.31.9 + - version: v1.33.7 ipFamily: ipv4 profile: default - - version: v1.32.5 + - version: v1.34.3 # only run ipv6 test on this version to save time ipFamily: ipv6 profile: default # TODO: this's IPv4 first, need a way to test IPv6 first. - - version: v1.33.1 + - version: v1.35.0 # only run dual test on latest version to save time ipFamily: dual profile: default - - version: v1.33.1 + - version: v1.35.0 # only run dual test on latest version to save time ipFamily: dual profile: gateway-namespace-mode