Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jun 18, 2024
1 parent a6804cc commit 3569e50
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

source $(dirname $0)/e2e-common.sh

export ENABLE_GKE_TELEMETRY=true
# Script entry point.
initialize "$@" --cluster-version=1.28

Expand All @@ -26,13 +27,13 @@ failed=0

if [[ "$GATEWAY_TESTS_ONLY" -eq "0" ]]; then
knative_conformance || failed=1
test_ha || failed=1
test_e2e || failed=1
# test_ha || failed=1
# test_e2e || failed=1
fi

if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then
gateway_conformance || true # this is informational
fi
# if [[ "${JOB_NAME:-unknown}" == *"continuous"* ]] || (( GATEWAY_TESTS_ONLY )); then
# gateway_conformance || true # this is informational
# fi



Expand Down

0 comments on commit 3569e50

Please sign in to comment.