Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Jul 3, 2024
1 parent 69045d5 commit 152e890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ function knative_conformance() {
-skip-tests="${UNSUPPORTED_E2E_TESTS}" \
-ingressClass=gateway-api.ingress.networking.knative.dev

kubectl get ksvc -A -o yaml

kubectl get httproute -A -o yaml

return $?
}

Expand Down
4 changes: 2 additions & 2 deletions test/e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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
Expand Down

0 comments on commit 152e890

Please sign in to comment.