Skip to content

Commit

Permalink
Merge pull request #1273 from ebati/update-test
Browse files Browse the repository at this point in the history
Update kafka test version
  • Loading branch information
bai committed Feb 8, 2019
2 parents 8e19158 + a07e392 commit b9359be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
- KAFKA_HOSTNAME=localhost
- DEBUG=true
matrix:
- KAFKA_VERSION=1.1.1
- KAFKA_VERSION=2.0.1
- KAFKA_VERSION=2.1.0
- KAFKA_VERSION=1.1.1 KAFKA_SCALA_VERSION=2.11
- KAFKA_VERSION=2.0.1 KAFKA_SCALA_VERSION=2.12
- KAFKA_VERSION=2.1.0 KAFKA_SCALA_VERSION=2.12

before_install:
- export REPOSITORY_ROOT=${TRAVIS_BUILD_DIR}
Expand Down
2 changes: 1 addition & 1 deletion vagrant/install_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOXIPROXY_VERSION=2.1.3

mkdir -p ${KAFKA_INSTALL_ROOT}
if [ ! -f ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz ]; then
wget --quiet https://www-us.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_2.11-${KAFKA_VERSION}.tgz -O ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz
wget --quiet https://www-us.apache.org/dist/kafka/${KAFKA_VERSION}/kafka_${KAFKA_SCALA_VERSION}-${KAFKA_VERSION}.tgz -O ${KAFKA_INSTALL_ROOT}/kafka-${KAFKA_VERSION}.tgz
fi
if [ ! -f ${KAFKA_INSTALL_ROOT}/toxiproxy-${TOXIPROXY_VERSION} ]; then
wget --quiet https://github.com/Shopify/toxiproxy/releases/download/v${TOXIPROXY_VERSION}/toxiproxy-server-linux-amd64 -O ${KAFKA_INSTALL_ROOT}/toxiproxy-${TOXIPROXY_VERSION}
Expand Down
3 changes: 2 additions & 1 deletion vagrant/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ yes | apt-get install default-jre

export KAFKA_INSTALL_ROOT=/opt
export KAFKA_HOSTNAME=192.168.100.67
export KAFKA_VERSION=1.0.0
export KAFKA_VERSION=1.0.2
export KAFKA_SCALA_VERSION=2.11
export REPOSITORY_ROOT=/vagrant

sh /vagrant/vagrant/install_cluster.sh
Expand Down

0 comments on commit b9359be

Please sign in to comment.