We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c8a29a + a327b4d commit a3b5ab8Copy full SHA for a3b5ab8
src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh
@@ -38,7 +38,7 @@ commit_epoch=$(git show -s --format=%ci ${CEPH_TESTS_VERSION} | awk '{print $1}'
38
commit_date=$(date -d ${commit_epoch} +%s)
39
current_date=$(date +%s)
40
41
-max_days="180"
+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"
0 commit comments