aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-07-03 09:16:33 +0100
committerChristopher Baines <mail@cbaines.net>2020-07-03 09:21:22 +0100
commit8a7e7b537eeb99e341917b14af87146cf74f96fe (patch)
tree4c54238ab888b66f3f1fe197a5ca913d2c232e26 /guix-build-coordinator/datastore.scm
parente7e98cc7ca765a0ebaa65f9dd90fefcaeed0b308 (diff)
downloadbuild-coordinator-8a7e7b537eeb99e341917b14af87146cf74f96fe.tar
build-coordinator-8a7e7b537eeb99e341917b14af87146cf74f96fe.tar.gz
Record what systems agents fetch builds for
This can then be used by allocators to avoid allocating builds to agents that they're never going to fetch.
Diffstat (limited to 'guix-build-coordinator/datastore.scm')
-rw-r--r--guix-build-coordinator/datastore.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/guix-build-coordinator/datastore.scm b/guix-build-coordinator/datastore.scm
index eecff9c..547d56b 100644
--- a/guix-build-coordinator/datastore.scm
+++ b/guix-build-coordinator/datastore.scm
@@ -53,6 +53,8 @@
(re-export datastore-count-build-allocation-plan-entries)
(re-export datastore-replace-build-allocation-plan)
(re-export datastore-count-allocated-builds)
+(re-export datastore-agent-requested-systems)
+(re-export datastore-update-agent-requested-systems)
(re-export datastore-allocate-builds-to-agent)
(re-export datastore-list-allocation-plan-builds)