Automatically retries a failed Buildkite job, to deal with test flakes due to infrastructure or container failure, etc.
$ psql postgres
postgres=# CREATE ROLE bkautoretry WITH LOGIN PASSWORD '';
postgres-# ALTER ROLE bkautoretry CREATEDB;
postgres-# \q
$ psql postgres -U bkautoretry
postgres=> CREATE DATABASE bkautoretry;
- https://www.liquibase.org/
- Install via homebrew. Be sure to set LIQUIBASE_HOME as directed by
brew info
liquibase update
References for tools/architecture used:
- Spring Boot init:
- Initial reactive rest setup and tests:
- DB access