mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Add ANSIBLE_TEST_CI env var to integration tests.
This commit is contained in:
parent
374ea94dc3
commit
20d49af475
2 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue