Add ANSIBLE_TEST_CI env var to integration tests.

This commit is contained in:
Matt Clay 2017-07-12 14:16:46 -07:00
parent 374ea94dc3
commit 20d49af475
2 changed files with 9 additions and 0 deletions

View file

@ -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: