From: Xiubo Li Date: Thu, 19 May 2022 03:07:43 +0000 (+0800) Subject: qa: enlarge the tag number and test more for the snapshot X-Git-Tag: v18.0.0~715^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4fbf4c4f58561cbcd023ba2877dcbd02c8915d65;p=ceph.git qa: enlarge the tag number and test more for the snapshot Signed-off-by: Xiubo Li --- diff --git a/qa/workunits/fs/snaps/snaptest-git-ceph.sh b/qa/workunits/fs/snaps/snaptest-git-ceph.sh index e203fd8823fe..d97c15bd95a5 100755 --- a/qa/workunits/fs/snaps/snaptest-git-ceph.sh +++ b/qa/workunits/fs/snaps/snaptest-git-ceph.sh @@ -15,10 +15,13 @@ timeout 1800 git clone git://git.ceph.com/ceph.git trap - EXIT cd ceph -versions=`seq 1 21` +versions=`seq 1 90` for v in $versions do + if [ $v -eq 48 ]; then + continue + fi ver="v0.$v" echo $ver git reset --hard $ver @@ -27,6 +30,9 @@ done for v in $versions do + if [ $v -eq 48 ]; then + continue + fi ver="v0.$v" echo checking $ver cd .snap/$ver @@ -36,6 +42,9 @@ done for v in $versions do + if [ $v -eq 48 ]; then + continue + fi ver="v0.$v" rmdir .snap/$ver done