Skip to content

Commit

Permalink
Merge pull request #8392 from shirady/ceph-update-days
Browse files Browse the repository at this point in the history
CI | Update Ceph S3 Tests Days (Temporary Solution)
  • Loading branch information
shirady authored Sep 23, 2024
2 parents 3c8a29a + a327b4d commit a3b5ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commit_epoch=$(git show -s --format=%ci ${CEPH_TESTS_VERSION} | awk '{print $1}'
commit_date=$(date -d ${commit_epoch} +%s)
current_date=$(date +%s)

max_days="180"
max_days="270"
if [ $((current_date-commit_date)) -gt $((3600*24*${max_days})) ]
then
echo "ceph tests were not updated for ${max_days} days, Exiting"
Expand Down

0 comments on commit a3b5ab8

Please sign in to comment.