Open dprotaso opened 4 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: dprotaso
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/test all
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.56%. Comparing base (
2156812
) to head (190c73c
). Report is 107 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/test all
/test ?
@dprotaso: The following commands are available to trigger required jobs:
/test build-tests
/test contour-latest
/test contour-tls
/test gateway-api-latest
/test istio-latest-no-mesh
/test istio-latest-no-mesh-tls
/test kourier-stable
/test kourier-stable-tls
/test unit-tests
/test upgrade-tests
The following commands are available to trigger optional jobs:
/test gateway-api-latest-and-contour
/test https
/test istio-latest-mesh
/test istio-latest-mesh-short
/test istio-latest-mesh-tls
/test performance-tests
Use /test all
to run the following jobs that were automatically triggered:
build-tests_serving_main
istio-latest-no-mesh-tls_serving_main
istio-latest-no-mesh_serving_main
unit-tests_serving_main
upgrade-tests_serving_main
/test istio-latest-mesh /test istio-latest-mesh-short /test istio-latest-mesh-tls
@dprotaso: The following tests failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
istio-latest-mesh-tls_serving_main | 190c73cd40e0777ddade5273cff2612dcbe3e24e | link | false | /test istio-latest-mesh-tls |
istio-latest-mesh-short_serving_main | 190c73cd40e0777ddade5273cff2612dcbe3e24e | link | false | /test istio-latest-mesh-short |
istio-latest-mesh_serving_main | 190c73cd40e0777ddade5273cff2612dcbe3e24e | link | false | /test istio-latest-mesh |
Failed to probe clusterIP None:80 err=error roundtripping http://None:80/healthz: dial tcp: lookup None on 10.26.112.10:53: no such host
Yeah passthrough isn't enabled on the tests.
One thing though - I think we could do a headless service and do probing using the hostname instead of the cluster IP.
I'll do a separate PR for that
This Pull Request is stale because it has been open for 90 days with
no activity. It will automatically close after 30 more days of
inactivity. Reopen with /reopen
. Mark as fresh by adding the
comment /remove-lifecycle stale
.
Changes