Skip to content

Add runtime dev release cleanup workflow - #163

Merged
d4rken merged 1 commit into
devfrom
ci/runtime-dev-cleanup
May 22, 2026
Merged

Add runtime dev release cleanup workflow#163
d4rken merged 1 commit into
devfrom
ci/runtime-dev-cleanup

Conversation

@d4rken

@d4rken d4rken commented May 22, 2026

Copy link
Copy Markdown
Member

Summary

  • add a scheduled/manual cleanup workflow for immutable runtime-dev-YYYYMMDD-<sha> prereleases
  • keep newest 5, anything 14 days old or newer, and the config-dev pinned runtime tag
  • add a reusable pruning helper plus Bats coverage for retention and deletion behavior

Notes

  • GitHub scheduled workflows are loaded from the default branch, so the daily 04:17 UTC cron will not start firing until this workflow file reaches the default branch. Push and manual-dispatch triggers work on dev immediately.

Tests

  • bash -n runtime-overlay/scripts/release-workflow/prune-dev-runtime-releases.sh
  • shellcheck runtime-overlay/scripts/release-workflow/prune-dev-runtime-releases.sh
  • bats test/runtime-overlay/test_prune_dev_runtime_releases.bats
  • git diff --check

@d4rken
d4rken merged commit a8a48f1 into dev May 22, 2026
14 checks passed
@d4rken
d4rken deleted the ci/runtime-dev-cleanup branch May 22, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant