[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: Try to fix backfilling blocked_builds
From: |
Christopher Baines |
Subject: |
03/03: Try to fix backfilling blocked_builds |
Date: |
Sun, 2 Jul 2023 05:43:32 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository data-service.
commit 672ee6216e1d15f7f550f53017323b59f05303cb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jul 2 10:42:49 2023 +0100
Try to fix backfilling blocked_builds
---
guix-data-service/model/blocked-builds.scm | 5 -----
1 file changed, 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