From daa2257ff1b5083ef53db073b490a15fb74ae588 Mon Sep 17 00:00:00 2001 From: ashmrtn <3891298+ashmrtn@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:01:11 -0800 Subject: [PATCH] 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 --- .github/workflows/longevity_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/longevity_test.yml b/.github/workflows/longevity_test.yml index 1882b0275..db02adc05 100644 --- a/.github/workflows/longevity_test.yml +++ b/.github/workflows/longevity_test.yml @@ -37,7 +37,7 @@ jobs: CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-longevity.log RESTORE_DEST_PFX: Corso_Test_Longevity_ TEST_USER: ${{ github.event.inputs.user != '' && github.event.inputs.user || vars.CORSO_M365_TEST_USER_ID }} - PREFIX: 'longevity' + PREFIX: 'longevity_canario' # Options for retention. RETENTION_MODE: GOVERNANCE