Adjust longevity test backup retention (#3945)
Increase the number of days backups are kept for OneDrive and Exchange for better test coverage. They now last past the complete maintenance time --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change - [ ] 🌻 Feature - [ ] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Supportability/Tests - [x] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) * #3799 #### Test Plan - [x] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
0e08516034
commit
661180e0b3
4
.github/workflows/longevity_test.yml
vendored
4
.github/workflows/longevity_test.yml
vendored
@ -203,7 +203,7 @@ jobs:
|
|||||||
id: delete-exchange-test
|
id: delete-exchange-test
|
||||||
env:
|
env:
|
||||||
SERVICE: "exchange"
|
SERVICE: "exchange"
|
||||||
DELETION_DAYS: 5
|
DELETION_DAYS: 10
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo -e "\nDelete Backup exchange \n" >> ${CORSO_LOG_FILE}
|
echo -e "\nDelete Backup exchange \n" >> ${CORSO_LOG_FILE}
|
||||||
@ -216,7 +216,7 @@ jobs:
|
|||||||
id: delete-onedrive-test
|
id: delete-onedrive-test
|
||||||
env:
|
env:
|
||||||
SERVICE: "onedrive"
|
SERVICE: "onedrive"
|
||||||
DELETION_DAYS: 5
|
DELETION_DAYS: 10
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
echo -e "\nDelete Backup onedrive \n" >> ${CORSO_LOG_FILE}
|
echo -e "\nDelete Backup onedrive \n" >> ${CORSO_LOG_FILE}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user