You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have restrictions on concurrency for our deploy job, but if an older PR finishes the rest of the pipeline after a later PR, then that PR will be deployed even though it should've been cancelled.
To Reproduce
Steps to reproduce the behavior:
Merge a PR that finishes it's tests slowly
Merge a PR that finishes it's tests quickly
Cross your fingers that the timing matches up for this issue to occur
See that the older commit is deployed after the latest commit
Expected behavior
A later commit should always be deployed after an older commit
The text was updated successfully, but these errors were encountered:
Describe the bug
We have restrictions on concurrency for our deploy job, but if an older PR finishes the rest of the pipeline after a later PR, then that PR will be deployed even though it should've been cancelled.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A later commit should always be deployed after an older commit
The text was updated successfully, but these errors were encountered: