From 18151e9ca8d288fcf80c5ee91a22b683c5178c41 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 18 Sep 2019 17:06:36 +0530 Subject: [PATCH] use rook v1.1.0 in E2E testing rook master is not good enough to depend on for E2E testing, swithing to v1.1.0 for E2E Signed-off-by: Madhu Rajanna --- scripts/travis-functest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-functest.sh b/scripts/travis-functest.sh index 55805730b..a441b2167 100755 --- a/scripts/travis-functest.sh +++ b/scripts/travis-functest.sh @@ -11,6 +11,6 @@ sudo scripts/minikube.sh k8s-sidecar sudo chown -R travis: "$HOME"/.minikube /usr/local/bin/kubectl # functional tests -go test github.com/ceph/ceph-csi/e2e --rook-version=master --deploy-rook=true --deploy-timeout=10 -timeout=30m -v +go test github.com/ceph/ceph-csi/e2e --rook-version=v1.1.0 --deploy-rook=true --deploy-timeout=10 -timeout=30m -v sudo scripts/minikube.sh clean