Bug 1357491 - Update Vagrant/Travis Elasticsearch from 2.3.5 to 2.4.4

For parity with that already running on Heroku prototype.
This commit is contained in:
Ed Morley 2017-04-18 18:54:22 +01:00 коммит произвёл Ed Morley
Родитель 2694c0656f
Коммит 2dc7f227bb
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -74,7 +74,7 @@ matrix:
services:
- rabbitmq
before_install:
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.5/elasticsearch-2.3.5.deb && sudo dpkg -i ~/elasticsearch.deb
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.4/elasticsearch-2.4.4.deb && sudo dpkg -i ~/elasticsearch.deb
- sudo service elasticsearch start
- sudo cp vagrant/mysql.cnf /etc/mysql/conf.d/treeherder.cnf
- sudo service mysql restart
@ -109,7 +109,7 @@ matrix:
services:
- rabbitmq
before_install:
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.5/elasticsearch-2.3.5.deb && sudo dpkg -i ~/elasticsearch.deb
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.4/elasticsearch-2.4.4.deb && sudo dpkg -i ~/elasticsearch.deb
- sudo service elasticsearch start
- sudo cp vagrant/mysql.cnf /etc/mysql/conf.d/treeherder.cnf
- sudo service mysql restart
@ -138,7 +138,7 @@ matrix:
services:
- rabbitmq
before_install:
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.5/elasticsearch-2.3.5.deb && sudo dpkg -i ~/elasticsearch.deb
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.4/elasticsearch-2.4.4.deb && sudo dpkg -i ~/elasticsearch.deb
- sudo service elasticsearch start
- sudo cp vagrant/mysql.cnf /etc/mysql/conf.d/treeherder.cnf
- sudo service mysql restart
@ -169,7 +169,7 @@ matrix:
services:
- rabbitmq
before_install:
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.3.5/elasticsearch-2.3.5.deb && sudo dpkg -i ~/elasticsearch.deb
- curl -sSo ~/elasticsearch.deb https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.4.4/elasticsearch-2.4.4.deb && sudo dpkg -i ~/elasticsearch.deb
- sudo service elasticsearch start
- sudo cp vagrant/mysql.cnf /etc/mysql/conf.d/treeherder.cnf
- sudo service mysql restart

Просмотреть файл

@ -6,7 +6,7 @@ set -euo pipefail
SRC_DIR="$HOME/treeherder"
VENV_DIR="$HOME/venv"
ELASTICSEARCH_VERSION="2.3.5"
ELASTICSEARCH_VERSION="2.4.4"
export PATH="$VENV_DIR/bin:$PATH"
# Suppress prompts during apt-get invocations.