Skip to content

Commit

Permalink
* Use kubeflow/testing@HEAD rather than the hack of pinning PR
Browse files Browse the repository at this point in the history
  kubeflow/testing#183 which I was using to test.
  • Loading branch information
jlewi committed Jul 24, 2018
1 parent cf90a30 commit bdd2363
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/workflows/components/workflows.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,7 @@
],
env: prow_env + [{
name: "EXTRA_REPOS",
// DO NOT SUBMIT. Allow testing with the changes in the pending PR
// value: "kubeflow/testing@HEAD",
value: "kubeflow/testing@HEAD:183",
value: "kubeflow/testing@HEAD",
}],
image: image,
volumeMounts: [
Expand Down

0 comments on commit bdd2363

Please sign in to comment.