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

Revert "Merge pull request #13648 from cblecker/default-goproxy" #13674

Merged
merged 1 commit into from
Jul 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/jobs/kubernetes-security/generated-security-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3784,6 +3784,10 @@ presubmits:
env:
- name: WHAT
value: vendor vendor-licenses
- name: GOPROXY
value: https://proxy.golang.org
- name: GOSUMDB
value: sum.golang.org
image: gcr.io/k8s-testimages/kubekins-e2e:v20190726-d319b3f-master
name: main
resources: {}
Expand Down
4 changes: 4 additions & 0 deletions config/jobs/kubernetes/sig-testing/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ presubmits:
# Space separated list of the checks to run
- name: WHAT
value: "vendor vendor-licenses"
- name: GOPROXY
value: https://proxy.golang.org
- name: GOSUMDB
value: sum.golang.org
annotations:
testgrid-create-test-group: 'true'
- name: pull-kubernetes-godeps
Expand Down
4 changes: 0 additions & 4 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,3 @@ presets:
hostPath:
path: /sys/fs/cgroup
type: Directory
# enable GOPROXY by default
- env:
- name: GOPROXY
value: "https://proxy.golang.org"