aboutsummaryrefslogtreecommitdiff
path: root/sqitch/pg/verify/build_allocation_agent_requested_systems.sql
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 /sqitch/pg/verify/build_allocation_agent_requested_systems.sql
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 'sqitch/pg/verify/build_allocation_agent_requested_systems.sql')
-rw-r--r--sqitch/pg/verify/build_allocation_agent_requested_systems.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sqitch/pg/verify/build_allocation_agent_requested_systems.sql b/sqitch/pg/verify/build_allocation_agent_requested_systems.sql
new file mode 100644
index 0000000..3223254
--- /dev/null
+++ b/sqitch/pg/verify/build_allocation_agent_requested_systems.sql
@@ -0,0 +1,7 @@
+-- Verify guix-build-coordinator:build_allocation_agent_requested_systems on pg
+
+BEGIN;
+
+-- XXX Add verifications here.
+
+ROLLBACK;