ci(buildkite): optimise job to agent assignment (#1754)

Split out unit-testing jobs to ensure that the workloads are evenly spread.
pull/1737/head
Amir Zarrinkafsh 2021-02-22 14:24:01 +11:00 committed by GitHub
parent 49aa5e0eb8
commit 582ca4cbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"