mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Terminate Tower instances after CI ends. (#37265)
* Remove obsolete Tower support from manage_ci. * Add missing remote settings to cloud tests.
This commit is contained in:
@@ -9,6 +9,9 @@ image="${args[1]}"
|
||||
python="${args[2]}"
|
||||
target="posix/ci/cloud/group${args[3]}/"
|
||||
|
||||
stage="${S:-prod}"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
ansible-test integration --color -v --retry-on-error "${target}" ${COVERAGE:+"$COVERAGE"} ${CHANGED:+"$CHANGED"} \
|
||||
--remote-terminate always --remote-stage "${stage}" \
|
||||
--docker "${image}" --python "${python}" --changed-all-target "${target}smoketest/"
|
||||
|
||||
Reference in New Issue
Block a user