diff --git a/internal/app/run/runner.go b/internal/app/run/runner.go index e5ea8e2..6c27f4f 100644 --- a/internal/app/run/runner.go +++ b/internal/app/run/runner.go @@ -84,6 +84,7 @@ func (r *Runner) CleanStaleJobCaches(maxAge time.Duration) { } } } + func NewRunner(cfg *config.Config, reg *config.Registration, cli client.Client) *Runner { ls := labels.Labels{} for _, v := range reg.Labels {