From 8a7e7b537eeb99e341917b14af87146cf74f96fe Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 3 Jul 2020 09:16:33 +0100 Subject: 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. --- sqitch/sqlite/verify/build_allocation_agent_requested_systems.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/sqlite/verify/build_allocation_agent_requested_systems.sql (limited to 'sqitch/sqlite/verify') diff --git a/sqitch/sqlite/verify/build_allocation_agent_requested_systems.sql b/sqitch/sqlite/verify/build_allocation_agent_requested_systems.sql new file mode 100644 index 0000000..4a2502b --- /dev/null +++ b/sqitch/sqlite/verify/build_allocation_agent_requested_systems.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:build_allocation_agent_requested_systems on sqlite + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; -- cgit v1.2.3