Skip to content

feat: ci retry logic#640

Merged
droot merged 1 commit into
GoogleCloudPlatform:mainfrom
zvdy:fix/gomod-retry-on-proxy-error
Mar 11, 2026
Merged

feat: ci retry logic#640
droot merged 1 commit into
GoogleCloudPlatform:mainfrom
zvdy:fix/gomod-retry-on-proxy-error

Conversation

@zvdy
Copy link
Copy Markdown
Contributor

@zvdy zvdy commented Mar 10, 2026

Context

While testing locally, I've bumped into this issue:

 go: github.com/GoogleCloudPlatform/kubectl-ai/pkg/sandbox imports
	k8s.io/api/core/v1 imports
	github.com/gogo/protobuf/proto: github.com/gogo/protobuf@v1.3.2: read "https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.zip": stream error: stream ID 137; INTERNAL_ERROR; received from peer
go: github.com/GoogleCloudPlatform/kubectl-ai/pkg/sandbox imports
	k8s.io/api/core/v1 imports
	github.com/gogo/protobuf/sortkeys: github.com/gogo/protobuf@v1.3.2: read "https://proxy.golang.org/github.com/gogo/protobuf/@v/v1.3.2.zip": stream error: stream ID 137; INTERNAL_ERROR; received from peer
Error: Process completed with exit code 1.

Related to runner network problem, the fix is to retry, but adding it to the script seems more suitable than manual retries.

@droot droot merged commit 54037ae into GoogleCloudPlatform:main Mar 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants