Skip to content

Commit e6bb923

Browse files
committed
Update travis.yml to include more integration tests
Add tests against 6.6 snapshot (first Elasticsearch version to include ILM) and update test against 7.0 to retrieve artifact, rather than attempt to build master.
1 parent edeef66 commit e6bb923

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ env:
99
- DISTRIBUTION=legacy INTEGRATION=true ES_VERSION=5.6.9 TEST_DEBUG=true
1010
- DISTRIBUTION=oss INTEGRATION=true ES_VERSION=6.4.3 TEST_DEBUG=true
1111
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.4.3 TEST_DEBUG=true
12-
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.x TEST_DEBUG=true
13-
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
12+
- DISTRIBUTION=oss INTEGRATION=true ES_VERSION=6.6.0-SNAPSHOT TEST_DEBUG=true
13+
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=6.6.0-SNAPSHOT TEST_DEBUG=true
14+
- DISTRIBUTION=default INTEGRATION=true ES_VERSION=7.0.0-alpha1-SNAPSHOT TEST_DEBUG=true
1415
- DISTRIBUTION=legacyxpack SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=5.6.9 TEST_DEBUG=true
1516
- DISTRIBUTION=default SECURE_INTEGRATION=true INTEGRATION=true ES_VERSION=6.4.2 TEST_DEBUG=true
1617

@@ -27,7 +28,7 @@ matrix:
2728
- rvm: jruby-1.7.27
2829
env: LOGSTASH_BRANCH=5.6
2930
allow_failures:
30-
- env: DISTRIBUTION=default INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
31+
- env: DISTRIBUTION=default INTEGRATION=true ES_VERSION=7.0.0-alpha1-SNAPSHOT TEST_DEBUG=true
3132
fast_finish: true
3233
install: true
3334
script: ci/build.sh

spec/integration/outputs/ilm_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
expect do
3333
begin
3434
subject.register
35+
sleep(1)
3536
ensure
3637
subject.stop_template_installer
3738
end

0 commit comments

Comments
 (0)