aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-04 19:28:06 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-04 19:28:06 +0100
commit07dab00ea794d31e36d37847c6a601f64d7d5d68 (patch)
tree42846e46f47506470897424ab2fabc14c12e19d7
parent40dd4196ba3d245c65e6cb900b8388e8f0387d72 (diff)
downloadbuild-coordinator-07dab00ea794d31e36d37847c6a601f64d7d5d68.tar
build-coordinator-07dab00ea794d31e36d37847c6a601f64d7d5d68.tar.gz
Update the unimplemented features bit in the README
-rw-r--r--README.org7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.org b/README.org
index afb39cb..3577cc7 100644
--- a/README.org
+++ b/README.org
@@ -126,10 +126,9 @@ basic authentication to connect to the coordinator.
Unimplemented but planned features include:
- - Build allocation that follows specified priorities. Each build has an
- integer priority, builds with higher priority values should be prioritised
- over others.
-
- Build/agent tags. Agents and builds should have key=value tags, a build
will only be allocated to an agent if all the key=value tags it has matches
the agent.
+
+ - Support for multiple allocators, so different deployments can use different
+ approaches for allocating builds to agents.