diff options
author | Christopher Baines <mail@cbaines.net> | 2020-04-13 17:18:52 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-04-13 18:06:57 +0100 |
commit | 99f37a4eb8a0475a54135baa5d9fcd89329845cf (patch) | |
tree | fb19b1ebf2fa7b09a1b48799e83dfec935cf2abf /sqitch/sqitch.plan | |
parent | a7da2619b97a3dbc9013d2254c86feeb0f26d92d (diff) | |
download | build-coordinator-99f37a4eb8a0475a54135baa5d9fcd89329845cf.tar build-coordinator-99f37a4eb8a0475a54135baa5d9fcd89329845cf.tar.gz |
Add a new table to store setup_failures
This is when a build was allocated to an agent, but the agent couldn't setup
the environment for the build. One failure I'm particularly thinking about is
where inputs to the derivation are missing, so add another table to store
them.
Diffstat (limited to 'sqitch/sqitch.plan')
-rw-r--r-- | sqitch/sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqitch/sqitch.plan b/sqitch/sqitch.plan index 21a3134..487fdf4 100644 --- a/sqitch/sqitch.plan +++ b/sqitch/sqitch.plan @@ -7,3 +7,4 @@ create_builds 2020-04-06T18:50:48Z Christopher Baines <mail@cbaines.net> # Creat initial_agent_tables 2020-04-09T20:03:53Z Christopher Baines <mail@cbaines.net> # Create initial tables for agent related state build_allocation_tables 2020-04-10T19:26:36Z Christopher Baines <mail@cbaines.net> # Create initial tables for allocating builds build_results 2020-04-12T19:59:27Z Christopher Baines <mail@cbaines.net> # Create table for storing build results +setup_failures 2020-04-13T13:05:29Z Christopher Baines <mail@cbaines.net> # Create table for storing setup_failures |