Skip to content

Commit

Permalink
Fix repo spec for 0.4 auto-deploy cron job. (kubeflow#327)
Browse files Browse the repository at this point in the history
* The v0.4-branch should be specified on the kubeflow/kubeflow repo
  not the testing repo.

Related to kubeflow#315
  • Loading branch information
jlewi authored and k8s-ci-robot committed Mar 12, 2019
1 parent 238ffc2 commit 4ff2a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-infra/auto-deploy/deploy-cron-v0-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
value: /secret/gcp-credentials/key.json
command:
- /usr/local/bin/auto_deploy.sh
- --repos=kubeflow/kubeflow;kubeflow/testing@v0.4-branch
- --repos=kubeflow/kubeflow@v0.4-branch;kubeflow/testing
- --project=kubeflow-ci
- --job_labels=/etc/pod-info/labels
- --data_dir=/mnt/test-data-volume/auto_deploy
Expand Down

0 comments on commit 4ff2a77

Please sign in to comment.