File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 6
6
- INTEGRATION=false
7
7
- INTEGRATION=true ES_VERSION=1.7.6 TEST_DEBUG=true
8
8
- INTEGRATION=true ES_VERSION=2.4.4 TEST_DEBUG=true
9
- - INTEGRATION=true ES_VERSION=5.5.0 TEST_DEBUG=true
10
- - INTEGRATION=true ES_VERSION=5.6.0 TEST_DEBUG=true
9
+ - INTEGRATION=true ES_VERSION=5.6.3 TEST_DEBUG=true
11
10
- INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
12
- - SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=5.5.0 TEST_DEBUG=true
13
- - INTEGRATION=true ES_VERSION=6.0.0-beta2 TEST_DEBUG=true
14
- - SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=6.0.0-beta2 TEST_DEBUG=true
11
+ - SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=5.6.3 TEST_DEBUG=true
12
+ - INTEGRATION=true ES_VERSION=6.0.0 TEST_DEBUG=true
13
+ - SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=6.0.0 TEST_DEBUG=true
15
14
rvm :
16
15
- jruby-1.7.25
17
16
matrix :
Original file line number Diff line number Diff line change @@ -129,17 +129,11 @@ else
129
129
start_es
130
130
bundle exec rspec -fd $extra_tag_args --tag update_tests:painless --tag update_tests:groovy --tag es_version:$es_distribution_version $spec_path
131
131
;;
132
- 5.6.* )
133
- setup_es https://snapshots.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION} -SNAPSHOT.tar.gz
134
- es_distribution_version=$( get_es_distribution_version)
135
- start_es -Escript.inline=true -Escript.stored=true -Escript.file=true
136
- bundle exec rspec -fd $extra_tag_args --tag update_tests:painless --tag update_tests:groovy --tag es_version:$es_distribution_version $spec_path
137
- ;;
138
132
5.* )
139
133
setup_es https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION} .tar.gz
140
134
es_distribution_version=$( get_es_distribution_version)
141
135
start_es -Escript.inline=true -Escript.stored=true -Escript.file=true
142
- bundle exec rspec -fd $extra_tag_args --tag update_tests:painless --tag es_version: $es_distribution_version --tag update_tests:groovy $spec_path
136
+ bundle exec rspec -fd $extra_tag_args --tag update_tests:painless --tag update_tests:groovy --tag es_version: $es_distribution_version $spec_path
143
137
;;
144
138
2.* )
145
139
setup_es https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-$ES_VERSION .tar.gz
You can’t perform that action at this time.
0 commit comments