Skip to content
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

fix(test) fix cron cycles #8322

Merged
merged 1 commit into from
Sep 20, 2022
Merged

fix(test) fix cron cycles #8322

merged 1 commit into from
Sep 20, 2022

Conversation

skrdgraph
Copy link
Contributor

Problem

we have switched to self-hosted runners, and we are spending $'s for our runners. Our tests are now stable, and we ideal need 1-runner during the night for scheduled runs. And if we do get PRs etc. on our main branch - it would still be able to run those tests. We should not need 2 runners during the 12hr off-work window.

Solution

Adjust the schedule in such a way that unit test run is followed by load test run sequentially. This will keep the resource busy for ~20mins. And we will need only 1 runner for the night.

@skrdgraph skrdgraph marked this pull request as ready for review September 20, 2022 06:24
@skrdgraph skrdgraph merged commit 9b38119 into main Sep 20, 2022
@coveralls
Copy link

Coverage Status

Coverage remained the same at 37.099% when pulling 1441645 on skrdgraph/update_cron_cycles into 9b67017 on main.

@skrdgraph skrdgraph deleted the skrdgraph/update_cron_cycles branch September 20, 2022 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants