Skip to content

Commit

Permalink
Run gateway conformance on continuous tests (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Apr 25, 2024
1 parent e7c659a commit 1332977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1332977

Please sign in to comment.