You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my builds to work, I need to leverage one of buildbot's features, namely customize the workerbuilddir. I am testing Ansible roles and the name of the directory has to be the name of the role in order for ansible to find the role in its role_path. However, the default workerbuilddir is build.
How do I set workerbuilddir in buildbot-travis?
The text was updated successfully, but these errors were encountered:
AFAIK, it is not included in Buildbot-travis yet. You can easily add the feature yourself in the code.
In the class TravisSetupSteps of the module create_steps.py, you can add
For my builds to work, I need to leverage one of buildbot's features, namely customize the
workerbuilddir
. I am testing Ansible roles and the name of the directory has to be the name of the role in order for ansible to find the role in itsrole_path
. However, the defaultworkerbuilddir
isbuild
.How do I set
workerbuilddir
in buildbot-travis?The text was updated successfully, but these errors were encountered: