Skip to content

[TEST-ONLY] [WIP] debug kourier tls runtime failure #10489

[TEST-ONLY] [WIP] debug kourier tls runtime failure

[TEST-ONLY] [WIP] debug kourier tls runtime failure #10489

Triggered via pull request January 16, 2025 17:56
Status Failure
Total duration 3m 44s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
3m 36s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
verify / Verify Deps and Codegen: vendor/knative.dev/pkg/network/transports.go#L1
Please run ./hack/update-codegen.sh. diff --git a/vendor/knative.dev/pkg/network/transports.go b/vendor/knative.dev/pkg/network/transports.go index b67e211..1e9c6c2 100644 --- a/vendor/knative.dev/pkg/network/transports.go +++ b/vendor/knative.dev/pkg/network/transports.go @@ -134,7 +134,7 @@ func newHTTPSTransport(disableKeepAlives, disableCompression bool, maxIdle, maxI transport.DisableKeepAlives = disableKeepAlives transport.MaxIdleConns = maxIdle transport.MaxIdleConnsPerHost = maxIdlePerHost - transport.ForceAttemptHTTP2 = true + transport.ForceAttemptHTTP2 = false transport.DisableCompression = disableCompression transport.DialTLSContext = tlsContext
verify / Verify Deps and Codegen
Process completed with exit code 1.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/serving/serving. Supported file pattern: go.sum