2019-12-27 18:07:53 +07:00
|
|
|
steps:
|
2020-01-18 02:46:51 +07:00
|
|
|
- label: ":hammer_and_wrench: Unit Test"
|
2019-12-27 18:07:53 +07:00
|
|
|
command: "authelia-scripts --log-level debug ci"
|
|
|
|
|
2020-01-18 05:55:02 +07:00
|
|
|
- wait
|
|
|
|
|
2019-12-27 18:07:53 +07:00
|
|
|
- label: ":docker: Image Builds"
|
|
|
|
command: ".buildkite/steps/buildimages.sh | buildkite-agent pipeline upload"
|
2020-01-05 11:12:24 +07:00
|
|
|
agents:
|
|
|
|
build: "true"
|
2020-01-18 02:46:51 +07:00
|
|
|
depends_on: ~
|
|
|
|
|
|
|
|
- wait
|
|
|
|
|
|
|
|
- label: ":chrome: Integration Tests"
|
|
|
|
command: ".buildkite/steps/e2etests.sh | buildkite-agent pipeline upload"
|
2019-12-27 18:07:53 +07:00
|
|
|
depends_on:
|
2020-01-31 11:16:46 +07:00
|
|
|
- "build-docker-amd64"
|