1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 02:25:36 +00:00
community.general/lib/ansible/plugins/callback
James fc274bda8a ISSUE 25470 - junit report failure on changes
This commit provides an environment option to change the behaviour so
that it's possible to declare any changes shoudl be considered a junit
failure.

This is useful when carrying out idempotent testing to ensure that
multiple runs are safe and any changes should be considered a test
failure.

In a CI test of an ansible role the practice would be to run the role
once without this to configure the test system, and tehn to run a second
time including this environment vairable so that the CI engine
processing the junit report recognise any changes to be a test fail.
2017-08-09 13:38:16 -07:00
..
__init__.py properly filter out noise from debug 2017-07-18 12:32:39 -04:00
actionable.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
context_demo.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
debug.py
default.py PEP 8 fix. 2017-07-18 10:22:34 -07:00
dense.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
foreman.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
full_skip.py skippy callback plugin: hides banner for skipped tasks (#18621) 2017-08-01 08:19:51 -04:00
hipchat.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
jabber.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
json.py
junit.py ISSUE 25470 - junit report failure on changes 2017-08-09 13:38:16 -07:00
log_plays.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
logentries.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
logstash.py Misc typo for Ansible 2017-06-21 11:19:41 -04:00
mail.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
minimal.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
oneline.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
osx_say.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
profile_roles.py Fix pep8 issues in profile_roles (#25458) 2017-06-07 21:20:59 -05:00
profile_tasks.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
profile_tasks.rst
selective.py Handle better the many ways information can be passed around (#27506) 2017-08-04 09:25:11 -07:00
skippy.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
slack.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
stderr.py Fixes #17958: use stderr instead of the default stdout for fatal errors (#17962) 2017-07-28 10:50:15 -07:00
syslog_json.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
timer.py timer callback plugin: handle timezone changes better 2017-08-03 11:09:27 -04:00
tree.py