mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add ANSIBLE_TEST_CI env var to integration tests.
This commit is contained in:
@@ -593,6 +593,7 @@ def integration_environment(args, target, cmd):
|
||||
integration = dict(
|
||||
JUNIT_OUTPUT_DIR=os.path.abspath('test/results/junit'),
|
||||
ANSIBLE_CALLBACK_WHITELIST='junit',
|
||||
ANSIBLE_TEST_CI=args.metadata.ci_provider,
|
||||
)
|
||||
|
||||
if args.debug_strategy:
|
||||
|
||||
Reference in New Issue
Block a user