Skip to content

Commit 202be30

Browse files
shiradyliranmauda
authored andcommitted
CI | Update Ceph S3 Tests Days (Temporary Solution)
Signed-off-by: shirady <57721533+shirady@users.noreply.github.com> (cherry picked from commit efdf05d)
1 parent 4d818c9 commit 202be30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ 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="360"
41+
max_days="450"
4242
if [ $((current_date-commit_date)) -gt $((3600*24*${max_days})) ]
4343
then
4444
echo "ceph tests were not updated for ${max_days} days, Exiting"

0 commit comments

Comments
 (0)