]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: enlarge the tag number and test more for the snapshot 46332/head
authorXiubo Li <xiubli@redhat.com>
Thu, 19 May 2022 03:07:43 +0000 (11:07 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 19 May 2022 03:08:10 +0000 (11:08 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
qa/workunits/fs/snaps/snaptest-git-ceph.sh

index e203fd8823fe2b43ea205a59712cdea853b3d37a..d97c15bd95a5d41bd9dd9e4f4454141a78717ede 100755 (executable)
@@ -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