Skip to content

Commit

Permalink
Pin specific version of kubeflow instead of using master (#995)
Browse files Browse the repository at this point in the history
* ping specific version of kubeflow instead of from master

* Update deploy-kubeflow.sh
  • Loading branch information
IronPan authored and k8s-ci-robot committed Mar 30, 2019
1 parent d626d06 commit 1fe8497
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/deploy-kubeflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,13 @@ git clone https://github.com/kubeflow/kubeflow.git ${KUBEFLOW_MASTER}
KUBEFLOW_SRC=${DIR}/kubeflow_latest_release
mkdir ${KUBEFLOW_SRC}
cd ${KUBEFLOW_SRC}
export KUBEFLOW_TAG=v0.3.1
export KUBEFLOW_TAG=v0.5.0-rc.1
curl https://raw.githubusercontent.com/kubeflow/kubeflow/${KUBEFLOW_TAG}/scripts/download.sh | bash

## Override the pipeline config with code from master
cp -r ${KUBEFLOW_MASTER}/kubeflow/pipeline ${KUBEFLOW_SRC}/kubeflow/pipeline
cp -r ${KUBEFLOW_MASTER}/kubeflow/argo ${KUBEFLOW_SRC}/kubeflow/argo

# TODO temporarily set KUBEFLOW_SRC as KUBEFLOW_MASTER. This should be deleted when latest release have the pipeline entry
KUBEFLOW_SRC=${KUBEFLOW_MASTER}

export CLIENT_ID=${RANDOM}
export CLIENT_SECRET=${RANDOM}
KFAPP=${TEST_CLUSTER}
Expand Down

0 comments on commit 1fe8497

Please sign in to comment.