feat: test mariadb+embedded combination
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
06d3da8019
commit
152fb05cb6
1 changed files with 4 additions and 0 deletions
|
@ -19,5 +19,9 @@ steps:
|
||||||
# embedded cache
|
# embedded cache
|
||||||
- . venv/bin/activate && ansible-playbook --become -i terraform/mcaptcha/hosts.ini --extra-vars "database_type=postgres cache_type=embedded" ./ansible/mcaptcha.yml
|
- . venv/bin/activate && ansible-playbook --become -i terraform/mcaptcha/hosts.ini --extra-vars "database_type=postgres cache_type=embedded" ./ansible/mcaptcha.yml
|
||||||
- INVENTORY=terraform/mcaptcha/hosts.ini make test.mcaptcha
|
- INVENTORY=terraform/mcaptcha/hosts.ini make test.mcaptcha
|
||||||
|
# embedded cache
|
||||||
|
- . venv/bin/activate && ansible-playbook --become -i terraform/mcaptcha/hosts.ini --extra-vars "database_type=mariadb cache_type=embedded" ./ansible/mcaptcha.yml
|
||||||
|
- INVENTORY=terraform/mcaptcha/hosts.ini make test.mcaptcha
|
||||||
|
|
||||||
- make ci.clean
|
- make ci.clean
|
||||||
secrets: [TEST_NODE_SSH_KEY]
|
secrets: [TEST_NODE_SSH_KEY]
|
||||||
|
|
Loading…
Reference in a new issue