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

ci: Group workflows in queues to avoid race conditions #458

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ifrost
Copy link
Contributor

@ifrost ifrost commented Mar 11, 2025

✨ Description

Fixes: #440

📖 Summary of the changes

This should group workflows in queues to avoid running two jobs in parallel that would end up with Argo deployments (it may cause issues described in #440)

The drawback is that job won't cancel each other automatically so in PRs CI will run for all commits even if they are submitted while CI is still running for the previous commit.

🧪 How to test?

@github-actions github-actions bot added the ci label Mar 11, 2025
Copy link
Contributor

github-actions bot commented Mar 11, 2025

Unit test coverage

Lines Statements Branches Functions
Coverage: 12%
12.49% (552/4419) 8.97% (137/1527) 9.24% (122/1320)

@ifrost ifrost marked this pull request as draft March 11, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement] Handle multiple deployments to dev more gracefully
1 participant