Skip to content

Commit e18830f

Browse files
committed
CI | Update Ceph S3 Tests Days (Temporary Solution)
Signed-off-by: nadav mizrahi <nadav.mizrahi16@gmail.com>
1 parent 8a9e2a8 commit e18830f

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="450"
41+
max_days="600"
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)