Run ACME tests with the latest ACME test container (https://github.com/ansible/acme-test-container/releases/tag/2.0.0). (#98)

ci_complete
pull/102/head
Felix Fontein 2020-08-05 08:24:00 +02:00 committed by GitHub
parent a72f9f53a4
commit 7f6db5c4d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ target="shippable/${cloud}/group${group}/"
stage="${S:-prod}" stage="${S:-prod}"
# shellcheck disable=SC2086 # shellcheck disable=SC2086
export ANSIBLE_ACME_CONTAINER=quay.io/ansible/acme-test-container:2.0.0 # use new container until
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \ ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} ${UNSTABLE:+"$UNSTABLE"} \
--remote-terminate always --remote-stage "${stage}" \ --remote-terminate always --remote-stage "${stage}" \
--docker --python "${python}" --docker --python "${python}"