Closed mkayontour closed 4 years ago
Likely a git-python bug, but some questions:
Yes it's standard git project, without requirements.yml in the roles directory. The roles are hardcoded into the roles folder. No submodules are used and no tags.
We are using a few branches, but only for users to test some new features. The branch to run on is the master branch.
I've updated the containers to Version 13.0.0 and the issue still exists. It happens regularly but mostly unexpected. Sometimes the template will fail, sometimes not.
It might be worth trying this out after we upgrade git-python
; it's possible it's the result of a known issue that got fixed:
Actually I'm almost certain this is a duplicate of https://github.com/ansible/awx/issues/6119; what do you think @AlanCoding ?
A FileExistsError
from a makedirs
call in assure_directory_exists
? Yeah, that's way too specific to be anything else.
Error happen if chose http proto(not git) in awx project.
ISSUE TYPE
SUMMARY
We are getting random errors on starting jobs, mostly when they are started in Workflows.
We don't make any changes locally, also the same job templates works just a minute before. On this jobs are concurrent jobs allowed, this is the only similarity I can spot besides the standard options.
ENVIRONMENT
STEPS TO REPRODUCE
Can't reproduce it occurs randomly