From 9d7a353030f2abe32ccd6aa46ceda136f70994a0 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Thu, 25 Apr 2024 11:02:59 -0400 Subject: [PATCH] Run gateway conformance on continuous tests --- test/e2e-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e-tests.sh b/test/e2e-tests.sh index 85e1557c0..febce881a 100755 --- a/test/e2e-tests.sh +++ b/test/e2e-tests.sh @@ -28,7 +28,7 @@ knative_conformance || failed=1 test_ha || failed=1 test_e2e || failed=1 -if [[ "${JOB_NAME:-unknown}" == *"nightly"* ]]; then +if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]]; then gateway_conformance || true # this is informational fi