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

BuildsService: Start all jobs that match the scope exactly #2486

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

thomasdax98
Copy link
Member

Previously, the first job that matched the scope exactly would be started, and the rest would be ignored. This has been fixed so that all jobs that match the scope exactly are started.

This bug occurred in one of our client's projects where we have two frontends: the site and a newsletter frontend. Both use the same scope:

Bildschirmfoto 2024-08-29 um 14 16 11

If a change was detected, only the newsletter frontend was built but the site wasn't. This lead to cases where it took 24h until changes were visible on the site (because everything is rebuilt every 24h).


PR Checklist

@thomasdax98 thomasdax98 merged commit c130adc into main Aug 30, 2024
11 checks passed
@thomasdax98 thomasdax98 deleted the fix-buildsservice-v7 branch August 30, 2024 11:35
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.

2 participants