Skip to content

decrease frequency of test duration update workflow #13016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2025

Conversation

alexrashed
Copy link
Member

Motivation

#12748 introduced a workflow to automatically update our test duration records (used to split the tests across parallel runners). The cron trigger was meant to trigger every month, but instead triggers every week:

Unfortunately, cron schedules don't easily allow a "on the first Monday of the month" schedule.

@k-a-il @silv-io It would also be great if we could move this functionality to the localstack/meta repo and reuse it in other repositories, like our LocalStack Pro codebase. Are there any plans for that? 🤩

Changes

  • Changes the schedule to once a month on the 5th (no matter the day of the week).
  • Removes myself from the CODEOWNERS for these files.

@alexrashed alexrashed added this to the 4.8 milestone Aug 18, 2025
@alexrashed alexrashed requested a review from dfangl as a code owner August 18, 2025 07:44
@alexrashed alexrashed added the semver: patch Non-breaking changes which can be included in patch releases label Aug 18, 2025
Copy link
Contributor

@k-a-il k-a-il left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 yes, I plan to move the script to localstack/meta repo soon 👍

@alexrashed alexrashed merged commit 5bee08e into main Aug 18, 2025
7 checks passed
@alexrashed alexrashed deleted the update-schedule-test-durations branch August 18, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants