Skip to content

Commit 6c0df1a

Browse files
committed
[5.17] removing the validation for ceph tests was not updated
[5.17] removing the validation for ceph tests was not updated Signed-off-by: liranmauda <[email protected]>
1 parent 802c263 commit 6c0df1a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,3 @@ commit_epoch=$(git show -s --format=%ci ${CEPH_TESTS_VERSION} | awk '{print $1}'
3838
commit_date=$(date -d ${commit_epoch} +%s)
3939
current_date=$(date +%s)
4040

41-
max_days="270"
42-
if [ $((current_date-commit_date)) -gt $((3600*24*${max_days})) ]
43-
then
44-
echo "ceph tests were not updated for ${max_days} days, Exiting"
45-
exit 1
46-
fi

0 commit comments

Comments
 (0)