From 7bb39cea123ebac6601d5d5c7245128088254a87 Mon Sep 17 00:00:00 2001 From: Daneyon Hansen Date: Thu, 5 Dec 2024 08:15:30 -0800 Subject: [PATCH] Removes gateway-api-version input for conformance GHA Signed-off-by: Daneyon Hansen --- .../kube-gateway-api-conformance-tests/action.yaml | 6 +----- changelog/{v1.18.0-rc2 => v1.19.0-beta1}/issue_10359.yaml | 0 2 files changed, 1 insertion(+), 5 deletions(-) rename changelog/{v1.18.0-rc2 => v1.19.0-beta1}/issue_10359.yaml (100%) diff --git a/.github/workflows/composite-actions/kube-gateway-api-conformance-tests/action.yaml b/.github/workflows/composite-actions/kube-gateway-api-conformance-tests/action.yaml index aacf2aa3172..18f6eeb8dad 100644 --- a/.github/workflows/composite-actions/kube-gateway-api-conformance-tests/action.yaml +++ b/.github/workflows/composite-actions/kube-gateway-api-conformance-tests/action.yaml @@ -1,9 +1,5 @@ name: Conformance Tests description: Run Kubernetes Gateway API conformance tests for multiple versions -inputs: - gateway-api-version: - description: "The version of Gateway API to test." - required: true runs: using: "composite" steps: @@ -58,7 +54,7 @@ runs: - name: Run the kubernetes gateway API conformance tests shell: bash env: - GATEWAY_API_VERSION: ${{ inputs.gateway-api-version }} + GATEWAY_API_VERSION: ${{ matrix.gateway-api-version }} run: make conformance - name: Capture debug information when tests fail if: ${{ failure() }} diff --git a/changelog/v1.18.0-rc2/issue_10359.yaml b/changelog/v1.19.0-beta1/issue_10359.yaml similarity index 100% rename from changelog/v1.18.0-rc2/issue_10359.yaml rename to changelog/v1.19.0-beta1/issue_10359.yaml