Ignore blocked pipelines for badge rendering (#4582)

This commit is contained in:
Robert Kaussow
2024-12-18 08:58:08 +01:00
committed by GitHub
parent 077cab3b46
commit 7fa474c5c3
9 changed files with 151 additions and 130 deletions

View File

@@ -150,7 +150,7 @@ func (_m *Queue) KickAgentWorkers(agentID int64) {
_m.Called(agentID)
}
// Pause provides a mock function with given fields:
// Pause provides a mock function with no fields
func (_m *Queue) Pause() {
_m.Called()
}
@@ -221,7 +221,7 @@ func (_m *Queue) PushAtOnce(c context.Context, tasks []*model.Task) error {
return r0
}
// Resume provides a mock function with given fields:
// Resume provides a mock function with no fields
func (_m *Queue) Resume() {
_m.Called()
}