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
Right now when the bump-lockfiles job runs it kicks off two runs of
bump-lockfile (one for each stream) at the exact same time. This might
be what is causing our timeouts to be getting hit lately (primarily
because the ppc64le runs are taking longer) [1].
Let's limit the bump-lockfile job to a singular run at any given time.
[1] coreos/fedora-coreos-tracker#1579
0 commit comments