Skip to content

Commit 65045b6

Browse files
Merge pull request #8895 from liranmauda/liran-bump-version-5.18
[5.18] Bumping version from 5.18.1 to 5.18.2
2 parents d07e89b + 202be30 commit 65045b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "noobaa-core",
3-
"version": "5.18.1",
3+
"version": "5.18.2",
44
"license": "SEE LICENSE IN LICENSE",
55
"description": "",
66
"homepage": "https://github.com/noobaa/noobaa-core",

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)