Skip to content

Cap unstable tests artifact retention at 30 days#8866

Merged
aholstrup1 merged 1 commit into
mainfrom
fix/unstable-tests-retention-days
Jun 29, 2026
Merged

Cap unstable tests artifact retention at 30 days#8866
aholstrup1 merged 1 commit into
mainfrom
fix/unstable-tests-retention-days

Conversation

@mazhelez

@mazhelez mazhelez commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

The UpdateUnstableTests action requested retention-days: 90 when uploading the unstable-tests artifact, but the repository's maximum allowed retention is 30 days. This produced a warning on every run:

Retention days cannot be greater than the maximum allowed retention set within the repository. Using 30 instead.

Setting the value to 30 matches the repository cap and removes the warning (behavior is unchanged — GitHub was already clamping it to 30).

Changed

  • .github/actions/UpdateUnstableTests/action.yamlretention-days: 90 -> 30

AB#612711

@mazhelez mazhelez requested review from a team June 29, 2026 13:53
@github-actions github-actions Bot added the Build: Automation Workflows and other setup in .github folder label Jun 29, 2026
@github-actions github-actions Bot added this to the Version 29.0 milestone Jun 29, 2026
@aholstrup1 aholstrup1 merged commit 0e983ff into main Jun 29, 2026
106 of 109 checks passed
@aholstrup1 aholstrup1 deleted the fix/unstable-tests-retention-days branch June 29, 2026 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build: Automation Workflows and other setup in .github folder

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants