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
claiming lock on: environments
waiting for lock
................................
claimed!
error claiming lock: exit status 128
I think this is because two jobs raced each other and one won by pushing to the git repository, so the one that lost should have gone back into the waiting condition instead of throwing an error
Reproduction steps
Race condition
Expected behavior
The job that failed should maybe have been able to retry itself and try and acquire the lock again