Fix longevity action by readding removed command (#19)

* Fix longevity action by readding removed command

* Use new prefix for canario longevity test

Make reasoning about things simpler by using a different prefix for the
canario repo in S3.

* align longevity_test changes

---------

Co-authored-by: ryanfkeepers <ryanfkeepers@gmail.com>
This commit is contained in:
ashmrtn 2024-02-08 19:01:11 -08:00 committed by GitHub
parent 9f46e184cf
commit daa2257ff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ jobs:
CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-longevity.log CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-longevity.log
RESTORE_DEST_PFX: Corso_Test_Longevity_ RESTORE_DEST_PFX: Corso_Test_Longevity_
TEST_USER: ${{ github.event.inputs.user != '' && github.event.inputs.user || vars.CORSO_M365_TEST_USER_ID }} TEST_USER: ${{ github.event.inputs.user != '' && github.event.inputs.user || vars.CORSO_M365_TEST_USER_ID }}
PREFIX: 'longevity' PREFIX: 'longevity_canario'
# Options for retention. # Options for retention.
RETENTION_MODE: GOVERNANCE RETENTION_MODE: GOVERNANCE