I have now seen GHA runs where we spend more than 24 hours for a testing workflow. The practical effect of this is that bundles that we current carry with `retention-days: 1` gets purged before jobs can use them. This then fails the test jobs that e.g. unable to pull jtreg.
This seems to happen in openjdk-bots -driven backports quite a bit (the run a lots of GHA runs, so they are often at capacity) and with Mac jobs (where the compute capacity is not great). We can bump the retention time a bit to handle this a bit better. Additional testing: - [ ] GHA ------------- Commit messages: - Fix Changes: https://git.openjdk.org/jdk/pull/26383/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=26383&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8362582 Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/26383.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/26383/head:pull/26383 PR: https://git.openjdk.org/jdk/pull/26383