-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the NODE_TEST_DIR env variable on Ubuntu 16.04 and 16.10 #785
Conversation
any reason we don't do this for every setup? |
The other setups already have that folder created. |
Ah. We should probably move it to the jenkins role instead then. |
@jbergstroem so creating another folder under |
@piccoloaiutante I would probably just add it to |
@jbergstroem should be good ok now. |
I think we're good to land this, it's been sitting for ages and it keeps causing issues with releases. Of course merging this doesn't mean the tmp directories will magically come back unless someone reruns the playbook on the machines. |
This PR tries to adapt the previous #658 to the new ansible structure that we adopted recently.
Basically is adding an extra step for Ubuntu 16.04 and 16.10 to create the
tmp
directory used inNODE_TEST_DIR
variable.cc @jbergstroem @mcollina