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

Screwdriver blockby behavior should be at the event level #3264

Closed
VonnyJap opened this issue Jan 10, 2025 · 1 comment
Closed

Screwdriver blockby behavior should be at the event level #3264

VonnyJap opened this issue Jan 10, 2025 · 1 comment

Comments

@VonnyJap
Copy link
Member

What happened:

I've noticed that the "blockBy" feature doesn't seem limited to just the current event; it also affects the next event.
a -> b
For example, job 'b' should only execute after both job 'a' has been successfully completed.

However, I've observed that triggering the pipeline twice in succession results in 'old_b' needing to wait for both 'new_a' to finish.

What you expected to happen:

'old_b' should be run immediately after 'old_a' is completed.

How to reproduce it:

N/A

@VonnyJap
Copy link
Member Author

The global-level blockedBy behavior is part of Screwdriver's original design and should be preserved. This is particularly important in scenarios where builds from the same job, running across multiple events, block one another—for example, an older build preventing a newer build from starting.

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

No branches or pull requests

1 participant