Skip to content
Snippets Groups Projects

Expose test artifacts to the Gitlab CI interface

Merged ale requested to merge test-artifacts into master
+ 1
1
@@ -131,7 +131,7 @@ do_provision() {
do_test() {
for playbook in "${float_dir}/test/integration-test.yml" "$@"; do
log Running test playbook ${playbook}
ANSIBLE_STDOUT_CALLBACK=default ${float_dir}/float run ${playbook} \
ANSIBLE_STDOUT_CALLBACK=default ANSIBLE_CALLBACKS_ENABLED=default ${float_dir}/float run -vv ${playbook} \
|| die "test playbook failed"
done
}
Loading