Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
  • Loading branch information
satoru-takeuchi committed Oct 15, 2020
1 parent b0373d8 commit 129a60a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ci-fini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export KUBECONFIG=$HOME/admin.conf \
TEST_SCRATCH_DEVICE=/dev/sdb \
KUBE_VERSION=v1.18.3

tests/scripts/helm.sh clean
tests/scripts/kubeadm.sh clean
sudo rm -rf /var/lib/etcd
sudo rm -rf /etc/kubernetes
sudo rm -rf /var/lib/rook
tests/scripts/helm.sh clean
tests/scripts/kubeadm.sh clean
sudo vgremove --yes --force rook-integration-test-vg
sudo pvremove --yes --force ${test_scratch_device}
sudo dd if=/dev/zero of=/dev/sdb bs=1M count=100 oflag=dsync,direct
9 changes: 6 additions & 3 deletions ci-init.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

export KUBECONFIG=$HOME/admin.conf \
KUBE_VERSION=v1.18.3
KUBE_VERSION=v1.18.6

tests/scripts/kubeadm.sh up
tests/scripts/helm.sh up
Expand All @@ -12,5 +12,8 @@ export PATH="/tmp/rook-tests-scripts-helm/linux-amd64:$PATH" \
STORAGE_PROVIDER_TESTS=ceph \
TEST_IS_OFFICIAL_BUILD=false \
TEST_SCRATCH_DEVICE=/dev/sdb
_output/tests/linux_amd64/integration -test.v -test.timeout 7200s -test.run 'MultiClusterDeploySuite' 2>&1 | tee _output/tests/integrationTests.log
#_output/tests/linux_amd64/integration -test.v -test.timeout 7200s 2>&1 | tee _output/tests/integrationTests.log

go test -v -timeout 1800s github.com/rook/rook/tests/integration
#go test -v -timeout 1800s -run CephSmokeSuite github.com/rook/rook/tests/integration
#go test -v -timeout 1800s -run CephSmokeSuite github.com/rook/rook/tests/integration -testify.m TestRookClusterInstallation_SmokeTest

2 changes: 1 addition & 1 deletion own-cluster-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

export KUBECONFIG=$HOME/admin.conf \
KUBE_VERSION=v1.18.3
KUBE_VERSION=v1.18.6

tests/scripts/kubeadm.sh up

0 comments on commit 129a60a

Please sign in to comment.