ci(buildkite): optimise job to agent assignment (#1754)
Split out unit-testing jobs to ensure that the workloads are evenly spread.pull/1737/head
parent
49aa5e0eb8
commit
582ca4cbb1
|
@ -34,6 +34,8 @@ steps:
|
||||||
|
|
||||||
- label: ":hammer_and_wrench: Unit Test"
|
- label: ":hammer_and_wrench: Unit Test"
|
||||||
command: "authelia-scripts --log-level debug ci"
|
command: "authelia-scripts --log-level debug ci"
|
||||||
|
agents:
|
||||||
|
build: "unit-test"
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
- "authelia-public_html.tar.gz"
|
- "authelia-public_html.tar.gz"
|
||||||
- "authelia-public_html.tar.gz.sha256"
|
- "authelia-public_html.tar.gz.sha256"
|
||||||
|
|
Loading…
Reference in New Issue