gardener / gardener-extension-registry-cache

Gardener extension controller which deploys pull-through caches for container registries.
Apache License 2.0
7 stars 20 forks source link

Increase the `e2e-cache-ssc` e2e test create shoot context timeout to 12 minutes #295

Open dimitar-kostadinov opened 23 hours ago

dimitar-kostadinov commented 23 hours ago

How to categorize this PR?

/area testing /kind flake

What this PR does / why we need it: Increase the context timeout of Create Shoot step in e2e-cache-ssc e2e test to 12 minutes.

Which issue(s) this PR fixes: Related to: #290

Special notes for your reviewer: N/A

Release note:

NONE
gardener-prow[bot] commented 23 hours ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from dimitar-kostadinov. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/gardener/gardener-extension-registry-cache/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
ialidzhikov commented 23 hours ago
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:14:2: github.com/davecgh/go-spew@v1.1.1: verifying module: github.com/davecgh/go-spew@v1.1.1: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/davecgh/go-spew@v1.1.1": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:15:2: github.com/pmezard/go-difflib@v1.0.0: verifying module: github.com/pmezard/go-difflib@v1.0.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/000": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/stretchr/testify@v1.9.0/mock/mock.go:16:2: github.com/stretchr/objx@v0.5.2: verifying module: github.com/stretchr/objx@v0.5.2: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/stretchr/objx@v0.5.2": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/ireturn/ireturn.go:6:2: github.com/butuzov/ireturn@v0.3.0: verifying module: github.com/butuzov/ireturn@v0.3.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/butuzov/ireturn@v0.3.0": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/mirror/mirror.go:6:2: github.com/butuzov/mirror@v1.2.0: verifying module: github.com/butuzov/mirror@v1.2.0: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/x097/097": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nakedret/nakedret.go:4:2: github.com/alexkohler/nakedret/v2@v2.0.4: verifying module: github.com/alexkohler/nakedret/v2@v2.0.4: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/1/364": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nestif/nestif.go:7:2: github.com/nakabonne/nestif@v0.3.1: Get "http://athens-proxy.athens.svc.cluster.local/github.com/nakabonne/nestif/@v/v0.3.1.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nilnil/nilnil.go:6:2: github.com/Antonboom/nilnil@v0.1.9: Get "http://athens-proxy.athens.svc.cluster.local/github.com/%21antonboom/nilnil/@v/v0.1.9.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/golangci-lint@v1.61.0/pkg/golinters/nosprintfhostport/nosprintfhostport.go:4:2: github.com/stbenjam/no-sprintf-host-port@v0.1.1: Get "http://athens-proxy.athens.svc.cluster.local/github.com/stbenjam/no-sprintf-host-port/@v/v0.1.1.zip": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/prometheus/common@v0.32.1/expfmt/decode.go:25:2: github.com/matttproud/golang_protobuf_extensions@v1.0.1: verifying module: github.com/matttproud/golang_protobuf_extensions@v1.0.1: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/tile/8/0/000": dial tcp 100.111.158.151:80: connect: connection refused
make: *** [/home/prow/go/pkg/mod/github.com/gardener/gardener@v1.108.1/hack/tools.mk:161: /home/prow/go/src/github.com/gardener/gardener-extension-registry-cache/hack/tools/bin/linux-amd64/golangci-lint] Error 1

Looks like a network issue while downloading go modules.

/test pull-gardener-extension-registry-cache-unit

ialidzhikov commented 23 hours ago

/assign

dimitar-kostadinov commented 21 hours ago

/hold