You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47eb405271
This patch reworks and updates the node resolution logic for selecting a node from a builder. The new implementation reworks the logic to make use of containerd's platforms.Matcher interface instead of manually associated strings, and additionally provides a few behavioural changes over the original implementation, namely platforms can be matched with non-strict semantics. e.g. i386 builds can be scheduled on an amd64 node, arm/v6 builds can be scheduled on an arm/v7 node. We also add a new collection of tests for tracking regressions and making the intended behaviour clearer. Signed-off-by: Justin Chadwell <me@jedevc.com> |
1 year ago | |
---|---|---|
.. | ||
build.go | 1 year ago | |
driver.go | 1 year ago | |
driver_test.go | 1 year ago | |
git.go | ||
git_test.go | ||
invoke.go | ||
result.go | 1 year ago | |
url.go | 2 years ago | |
utils.go |