aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-07-02 10:42:49 +0100
committerChristopher Baines <mail@cbaines.net>2023-07-02 10:42:49 +0100
commit672ee6216e1d15f7f550f53017323b59f05303cb (patch)
tree391c215c69ffbddf3ef47c922fe3af3fa266ec66
parentd12ae0079ec0f36262bd6ff07ab9ae94f68212f1 (diff)
downloaddata-service-672ee6216e1d15f7f550f53017323b59f05303cb.tar
data-service-672ee6216e1d15f7f550f53017323b59f05303cb.tar.gz
Try to fix backfilling blocked_builds
-rw-r--r--guix-data-service/model/blocked-builds.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/guix-data-service/model/blocked-builds.scm b/guix-data-service/model/blocked-builds.scm
index b6f8d69..888e842 100644
--- a/guix-data-service/model/blocked-builds.scm
+++ b/guix-data-service/model/blocked-builds.scm
@@ -323,11 +323,6 @@ WHERE status IN ('failed', 'failed-dependency', 'failed-other', 'canceled')
WHERE other_builds.derivation_output_details_set_id =
builds.derivation_output_details_set_id
AND other_latest_build_status.status IN ('succeeded', 'scheduled')
- )
- AND NOT EXISTS (
- SELECT 1
- FROM blocked_builds
- WHERE blocking_derivation_output_details_set_id = builds.derivation_output_details_set_id
)")
(let ((build-ids