Data from set_stats
not getting saved to job artifacts
field as a flaky occurrence
#11821
Closed
4 of 6 tasks
Labels
Please confirm the following
Summary
Sometimes the job's
artifacts
field of a job is not getting populated with data fromset_stats
from within a playbook.The playbook content I'm using to test this comes from ansible/test-playbooks#153
After running that and confirming the job is fully finished, I find that artifacts is
{}
.Nothing relevant appears in the logs.
This happens in clusters and control-standalone scenarios. Those are the only ones which have been tested.
AWX version
devel
Select the relevant components
Installation method
docker on linux
Modifications
no
Ansible version
2.12
Operating system
Fedora / centos / RHEL
Web browser
Chrome
Steps to reproduce
To summarize, use the test-playbooks content to make a project, create a JT with allow_simultaneous, launch 16 jobs right away. After they have all been launched, wait for completion. After they complete, inspect artifacts field
Expected results
The playbook content will populate the artifacts with the discovered environment variables and other stuff.
Actual results
In job details page,
/api/v2/jobs/N/
"artifacts": {},
Additional information
No response
The text was updated successfully, but these errors were encountered: