8362582: GHA: Increase bundle retention time to deal with infra overload better

Reviewed-by: goetz, jwaters, clanger
This commit is contained in:
Aleksey Shipilev 2025-07-21 09:21:48 +00:00
parent 37b70707bd
commit 1bd683b588
2 changed files with 2 additions and 2 deletions

View File

@ -65,4 +65,4 @@ runs:
with: with:
name: bundles-jtreg-${{ steps.version.outputs.value }} name: bundles-jtreg-${{ steps.version.outputs.value }}
path: jtreg/installed path: jtreg/installed
retention-days: 1 retention-days: 5

View File

@ -91,5 +91,5 @@ runs:
with: with:
name: bundles-${{ inputs.platform }}${{ inputs.debug-suffix }}${{ inputs.static-suffix }}${{ inputs.bundle-suffix }} name: bundles-${{ inputs.platform }}${{ inputs.debug-suffix }}${{ inputs.static-suffix }}${{ inputs.bundle-suffix }}
path: bundles path: bundles
retention-days: 1 retention-days: 5
if: steps.bundles.outputs.bundles-found == 'true' if: steps.bundles.outputs.bundles-found == 'true'