You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Martin Krizek 09e0fb3516
Change ansible_job_id format (#79951)
* Change ansible_job_id format

...to be something that does not resemble float or other type which
value could be changed by literal_eval that jinja2_native uses.

Specifically the format of '%d.%d' is converted from str to float and
then back to float which may result in truncating the number resulting
in the job not being found because the job id does not exist.
2 years ago
..
ansible_test Clean up unused imports in ansible-test unit tests (#79897) 2 years ago
integration Change ansible_job_id format (#79951) 2 years ago
lib/ansible_test ansible-test - Fix collection delegation (#79947) 2 years ago
sanity Enable pylint rules to detect pointless statements (#79944) 2 years ago
support Update collections.abc imports (#79911) 2 years ago
units Fix detection of available hashlib algorithms (#79946) 2 years ago
utils/shippable Update test matrix symlinks. (#78737) 2 years ago