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:
ashmrtn 2023-08-04 09:04:17 -07:00 committed by GitHub
parent 0e08516034
commit 661180e0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}