Skip to content

obs-gitlab-runner: v0.1.6: Fix race conditions 0.1.5 hits

Andrej Shadura requested to merge andrewsh/obs-gitlab-runner/race-conditions into main
  • Move filtering enabled repos to after the sources upload
  • Remove dirty status checks during monitoring

After upgrading to v0.1.5 we were hitting races where the runner was stuck waiting for package contents to appear when branching a non-existing package.

https://github.com/collabora/obs-gitlab-runner/pull/13

Merge request reports