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