diff options
author | Christopher Baines <mail@cbaines.net> | 2023-07-02 10:42:49 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-07-02 10:42:49 +0100 |
commit | 672ee6216e1d15f7f550f53017323b59f05303cb (patch) | |
tree | 391c215c69ffbddf3ef47c922fe3af3fa266ec66 /guix-data-service/model | |
parent | d12ae0079ec0f36262bd6ff07ab9ae94f68212f1 (diff) | |
download | data-service-672ee6216e1d15f7f550f53017323b59f05303cb.tar data-service-672ee6216e1d15f7f550f53017323b59f05303cb.tar.gz |
Try to fix backfilling blocked_builds
Diffstat (limited to 'guix-data-service/model')
-rw-r--r-- | guix-data-service/model/blocked-builds.scm | 5 |
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 |