Skip to content

Commit

Permalink
Merge pull request #2716 from ixdy/kubernetes_e2e_scenario_env_vars
Browse files Browse the repository at this point in the history
Use GOPATH instead of WORKSPACE for clusterloader --root
  • Loading branch information
wojtek-t authored May 11, 2017
2 parents 4a78791 + dc32ccc commit d7418d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ periodics:
args:
- "--repo=k8s.io/kubernetes=master"
- "--repo=k8s.io/perf-tests=master"
- "--root=$(WORKSPACE)/src/k8s.io"
- "--root=${GOPATH}/src"
- "--timeout=60"
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
Expand Down

0 comments on commit d7418d3

Please sign in to comment.