From 582ca4cbb166db4a717fdcf876ba37e4b62b4e3c Mon Sep 17 00:00:00 2001 From: Amir Zarrinkafsh Date: Mon, 22 Feb 2021 14:24:01 +1100 Subject: [PATCH] ci(buildkite): optimise job to agent assignment (#1754) Split out unit-testing jobs to ensure that the workloads are evenly spread. --- .buildkite/pipeline.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh index 50f124575..e6e9245a8 100755 --- a/.buildkite/pipeline.sh +++ b/.buildkite/pipeline.sh @@ -34,6 +34,8 @@ steps: - label: ":hammer_and_wrench: Unit Test" command: "authelia-scripts --log-level debug ci" + agents: + build: "unit-test" artifact_paths: - "authelia-public_html.tar.gz" - "authelia-public_html.tar.gz.sha256"