aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore.scm
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-01-17 16:01:30 +0000
committerChristopher Baines <mail@cbaines.net>2021-01-17 16:01:30 +0000
commit984c0d8c80f72ffbb183ed39ce256b70d464682b (patch)
treef4e422802f27025239eae9c7fa4815e90086a87c /guix-build-coordinator/datastore.scm
parent87e4827be7c1370915930fb75850fdf89b30fb7b (diff)
downloadbuild-coordinator-984c0d8c80f72ffbb183ed39ce256b70d464682b.tar
build-coordinator-984c0d8c80f72ffbb183ed39ce256b70d464682b.tar.gz
Add tags for agents
This will allow doing things like restricting builds by matching up there tags to the tags of the agents.
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 20df399..c977ff0 100644
--- a/guix-build-coordinator/datastore.scm
+++ b/guix-build-coordinator/datastore.scm
@@ -19,6 +19,7 @@
(re-export datastore-new-agent)
(re-export datastore-list-agents)
(re-export datastore-find-agent)
+(re-export datastore-fetch-agent-tags)
(re-export datastore-count-build-results)
(re-export datastore-insert-build-result)
(re-export datastore-remove-build-allocation)
@@ -40,6 +41,7 @@
(re-export datastore-list-setup-failure-missing-inputs)
(re-export datastore-new-agent-password)
(re-export datastore-agent-password-exists?)
+(re-export datastore-replace-agent-tags)
(re-export datastore-count-builds)
(re-export datastore-for-each-build)
(re-export datastore-find-build)