File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 13
13
- 5.4
14
14
- hhvm
15
15
16
- matrix :
17
- fast_finish : true
18
- include :
19
- - php : 5.6
20
- env : ES_VERSION="2.1" TEST_BUILD_REF="origin/2.1"
21
- - php : 5.6
22
- env : ES_VERSION="2.0" TEST_BUILD_REF="origin/2.0"
23
- - php : 5.6
24
- env : ES_VERSION="1.7" TEST_BUILD_REF="origin/1.7"
25
- - php : 5.6
26
- env : ES_VERSION="1.6" TEST_BUILD_REF="origin/1.6"
27
- allow_failures :
28
- - php : hhvm
29
16
30
17
env :
31
18
global :
32
- - ES_VERSION="2.2 "
33
- - TEST_BUILD_REF="origin/2.2 "
19
+ - ES_VERSION="master "
20
+ - TEST_BUILD_REF="origin/master "
34
21
- ES_TEST_HOST=http://localhost:9200
35
22
36
23
before_install :
Original file line number Diff line number Diff line change @@ -19,15 +19,14 @@ echo "Adding repo to config..."
19
19
find . -name " elasticsearch.yml" | while read TXT ; do echo ' repositories.url.allowed_urls: ["http://*"]' >> $TXT ; done
20
20
find . -name " elasticsearch.yml" | while read TXT ; do echo ' path.repo: ["/tmp"]' >> $TXT ; done
21
21
22
-
23
-
24
22
echo " Starting Elasticsearch v${ES_VERSION} "
23
+
25
24
./elasticsearch-* /bin/elasticsearch \
26
- -Des.network.host=localhost \
27
- -Des.discovery.zen.ping.multicast.enabled=false \
28
- -Des.discovery.zen.ping_timeout=1s \
29
- -Des.http.port=9200 \
30
- -Des.node.testattr=test \
25
+ -E es.network.host=localhost \
26
+ -E es.discovery.zen.ping_timeout=1s \
27
+ -E es.http.port=9200 \
28
+ -E es.discovery.zen.minimum_master_nodes=1 \
31
29
-d
32
30
31
+
33
32
sleep 3
You can’t perform that action at this time.
0 commit comments