mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <madhupr007@gmail.com>
(cherry picked from commit 18151e9ca8
)
This commit is contained in:
parent
e3e8afc0d8
commit
cbd42a2181
@ -11,6 +11,6 @@ sudo scripts/minikube.sh k8s-sidecar
|
|||||||
sudo chown -R travis: "$HOME"/.minikube /usr/local/bin/kubectl
|
sudo chown -R travis: "$HOME"/.minikube /usr/local/bin/kubectl
|
||||||
# functional tests
|
# 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
|
sudo scripts/minikube.sh clean
|
||||||
|
Loading…
Reference in New Issue
Block a user