Skip to content

Commit

Permalink
Merge pull request kubernetes#13648 from cblecker/default-goproxy
Browse files Browse the repository at this point in the history
Enable GOPROXY in default preset
  • Loading branch information
k8s-ci-robot authored Jul 29, 2019
2 parents 57a4dc6 + 246b49c commit b84ad08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions config/jobs/kubernetes-security/generated-security-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3737,10 +3737,6 @@ 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: 0 additions & 4 deletions config/jobs/kubernetes/sig-testing/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ 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: 4 additions & 0 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -635,3 +635,7 @@ presets:
hostPath:
path: /sys/fs/cgroup
type: Directory
# enable GOPROXY by default
- env:
- name: GOPROXY
value: "https://proxy.golang.org"

0 comments on commit b84ad08

Please sign in to comment.