Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP #295

Conversation

dimitar-kostadinov
Copy link
Contributor

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 gardener-prow bot added area/testing Testing related kind/flake Tracking or fixing a flaky test labels Nov 25, 2024
Copy link
Contributor

gardener-prow bot commented Nov 25, 2024

[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:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@gardener-prow gardener-prow bot requested a review from ialidzhikov November 25, 2024 14:04
@gardener-prow gardener-prow bot added cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 25, 2024
@ialidzhikov
Copy link
Member

go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
../../../../pkg/mod/github.com/stretchr/[email protected]/mock/mock.go:14:2: github.com/davecgh/[email protected]: verifying module: github.com/davecgh/[email protected]: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/davecgh/[email protected]": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/stretchr/[email protected]/mock/mock.go:15:2: github.com/pmezard/[email protected]: verifying module: github.com/pmezard/[email protected]: 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/[email protected]/mock/mock.go:16:2: github.com/stretchr/[email protected]: verifying module: github.com/stretchr/[email protected]: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/stretchr/[email protected]": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/[email protected]/pkg/golinters/ireturn/ireturn.go:6:2: github.com/butuzov/[email protected]: verifying module: github.com/butuzov/[email protected]: Get "http://athens-proxy.athens.svc.cluster.local/sumdb/sum.golang.org/lookup/github.com/butuzov/[email protected]": dial tcp 100.111.158.151:80: connect: connection refused
../../../../pkg/mod/github.com/golangci/[email protected]/pkg/golinters/mirror/mirror.go:6:2: github.com/butuzov/[email protected]: verifying module: github.com/butuzov/[email protected]: 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/[email protected]/pkg/golinters/nakedret/nakedret.go:4:2: github.com/alexkohler/nakedret/[email protected]: verifying module: github.com/alexkohler/nakedret/[email protected]: 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/[email protected]/pkg/golinters/nestif/nestif.go:7:2: github.com/nakabonne/[email protected]: 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/[email protected]/pkg/golinters/nilnil/nilnil.go:6:2: github.com/Antonboom/[email protected]: 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/[email protected]/pkg/golinters/nosprintfhostport/nosprintfhostport.go:4:2: github.com/stbenjam/[email protected]: 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/[email protected]/expfmt/decode.go:25:2: github.com/matttproud/[email protected]: verifying module: github.com/matttproud/[email protected]: 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/[email protected]/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
Copy link
Member

/assign

@dimitar-kostadinov
Copy link
Contributor Author

/hold

@gardener-prow gardener-prow bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 25, 2024
@dimitar-kostadinov dimitar-kostadinov marked this pull request as draft November 27, 2024 13:33
@gardener-prow gardener-prow bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 27, 2024
@gardener-prow gardener-prow bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 27, 2024
@dimitar-kostadinov dimitar-kostadinov changed the title Increase the e2e-cache-ssc e2e test create shoot context timeout to 12 minutes WIP Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Testing related cla: yes Indicates the PR's author has signed the cla-assistant.io CLA. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/flake Tracking or fixing a flaky test size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants