-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remote docs #60
Remote docs #60
Conversation
rm -rf {{ docs_dir }} | ||
cd .. | ||
rm -rf nengo-fpga-"$TRAVIS_JOB_NUMBER" | ||
conda env remove -y -n travis-ci-"$TRAVIS_JOB_NUMBER" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see this in the new generated script... Is this handled differently now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No I think we should have this in there, I just neglected to add this in since I was relying on the templated scripts, but those are for VMs so we definitely want to put this back in 👍
Do we want to omit the miniconda install pieces too? I think it would be cleaner to leave that in so we don't need to modify the base tempalte as much... not sure if there are any adverse effects of it grabbing the installer and trying to install again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we leave the miniconda install part in there, where does it install it to? Does it keep installing additional copies of miniconda every time the script runs?
Also, I'm not convinced putting in the conda cleanup should be in our scripts. I think it might be more an nengo-bones issue... It should do proper cleanup, VM or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an example, the stuff being run on the azure cloud is a VM, but a persistent VM (i think), so you would still want the conda cleanup there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple notes I want to write down:
|
- Removed old docs template and ssh info
Motivation and context:
Switch to a remote script which actively tracks changes instead of custom, manually written script.
Interactions with other PRs:
This supersedes #56, we can close, and ignore that PR in favour of this one
How long should this take to review?
Types of changes:
Checklist: