From 5f40ab86c7df79e32e614d33c301f0b7dbad7f88 Mon Sep 17 00:00:00 2001 From: Charly Molter Date: Fri, 12 Jan 2024 11:55:01 +0100 Subject: [PATCH] disable e2e on PRs (too long and costly) Signed-off-by: Charly Molter --- .github/workflows/build-test-distribute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index ec637c66c0d9..61d92cbc7e51 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -271,7 +271,7 @@ jobs: } # You can modify the include to run one of test suites on PRs (though you'd need to then remove it) OVERRIDE_JQ_CMD: |- - .test_e2e.k8sVersion = ["${{ env.K8S_MAX_VERSION }}"] + .test_e2e = false | .test_e2e_env.include = [] | .test_e2e_env.exclude += [{"arch": "arm64"}, {"k8sVersion": "kindIpv6"}, {"k8sVersion": "${{ env.K8S_MIN_VERSION}}"}] run: |-