diff options
author | murgatroid99 <mlumish@google.com> | 2016-05-02 15:03:55 -0700 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-05-02 15:03:55 -0700 |
commit | 957fe8dc5de97d9b59de91522c8afab294abe9f4 (patch) | |
tree | 4de274c0d46b247e6431e4e3b6056eda373b4cbe /tools | |
parent | 9fab4386695eb5575b943b0d1fec8141aec72ea1 (diff) |
Updated a couple more scripts
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gce/linux_performance_worker_init.sh | 3 | ||||
-rwxr-xr-x | tools/run_tests/performance/run_worker_node.sh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/tools/gce/linux_performance_worker_init.sh b/tools/gce/linux_performance_worker_init.sh index 25ac3bcede..df29581e69 100755 --- a/tools/gce/linux_performance_worker_init.sh +++ b/tools/gce/linux_performance_worker_init.sh @@ -95,6 +95,9 @@ sudo pip install tox touch .profile curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash nvm install 0.12 && npm config set cache /tmp/npm-cache +nvm install 4 && npm config set cache /tmp/npm-cache +nvm install 5 && npm config set cache /tmp/npm-cache +nvm alias default 4 # C# dependencies (http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives) diff --git a/tools/run_tests/performance/run_worker_node.sh b/tools/run_tests/performance/run_worker_node.sh index 46b6ff0177..9a53a311f4 100755 --- a/tools/run_tests/performance/run_worker_node.sh +++ b/tools/run_tests/performance/run_worker_node.sh @@ -29,7 +29,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. source ~/.nvm/nvm.sh -nvm use 0.12 +nvm use 4 set -ex |