authelia/example/compose
Clément Michaud ce7b6b8167
Build docker image upfront in CI and use it in integration tests. (#555)
* Build docker image upfront in CI and use it in integration tests.

Previously, the development workflow was broken because the container
generated from Dockerfile.CI was used in dev environments but the binary
was not pre-built as it is on buildkite. I propose to just remove that
image and use the "to be published" image instead in integration tests.

This will have several advantages:
- Fix the dev workflow.
- Remove CI arch from authelia-scripts build command
- Optimize CI time in buildkite since we'll cache a way small artifact
- We don't build authelia more than once for earch arch.

* Fix suites and only build ARM images on master or tagged commits

* Optimise pipeline dependencies and Kubernetes suite to utilise cache

* Run unit tests and docker image build in parallel.

* Fix suite trying to write on read only fs.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2020-01-17 20:46:51 +01:00
..
authelia Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
duo-api Build docker image upfront in CI and use it in integration tests. (#555) 2020-01-17 20:46:51 +01:00
haproxy Create a suite for HAProxy 2020-01-10 11:41:01 +01:00
httpbin Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
kind Update to Alpine linux 3.11.2 2020-01-02 17:54:47 +11:00
ldap Add support for LDAP over TLS. 2019-12-06 21:33:47 +01:00
mariadb Deprecate mongo and add mariadb as storage backend option. 2019-11-16 23:39:26 +01:00
mongo Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
nginx Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
postgres Add support for PostgreSQL. 2019-11-16 23:39:26 +01:00
redis Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
smtp Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
squid Declare suites as Go structs and bootstrap e2e test framework in Go. 2019-11-15 20:23:06 +01:00
traefik Create a suite for HAProxy 2020-01-10 11:41:01 +01:00