From b5c4e8a4528e2c819176cbe070f6fd8e3e34facd Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 27 Jun 2020 21:33:24 +0100 Subject: Support storing when builds start This isn't particularly accurate, what's actually being stored is the current time when the record is inserted in to the coordinator database, but that should happen just before the agent starts the build, so hopefully that's good enough. --- sqitch/pg/verify/build_starts.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sqitch/pg/verify/build_starts.sql (limited to 'sqitch/pg/verify/build_starts.sql') diff --git a/sqitch/pg/verify/build_starts.sql b/sqitch/pg/verify/build_starts.sql new file mode 100644 index 0000000..248f602 --- /dev/null +++ b/sqitch/pg/verify/build_starts.sql @@ -0,0 +1,7 @@ +-- Verify guix-build-coordinator:build_starts on pg + +BEGIN; + +-- XXX Add verifications here. + +ROLLBACK; -- cgit v1.2.3