Skip to content

Commit 57654c7

Browse files
committed
Update travis config for new test matrix
This commit updates the travis config to reflect the new release stream for logstash. In addition to the new test cells we use the upstream docker-setup.sh script from the upstream `.ci` repo.
1 parent 4d7b5f8 commit 57654c7

File tree

2 files changed

+12
-70
lines changed

2 files changed

+12
-70
lines changed

.ci/docker-setup.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

.travis.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ import:
44
before_install:
55
- sudo sysctl -w vm.max_map_count=262144 # due ES bootstrap requirements
66

7-
env:
8-
- INTEGRATION=false ELASTIC_STACK_VERSION=7.x
9-
- INTEGRATION=false ELASTIC_STACK_VERSION=8.x
10-
- INTEGRATION=false ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
11-
- INTEGRATION=false ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
12-
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x
13-
- INTEGRATION=true ELASTIC_STACK_VERSION=7.x SNAPSHOT=true LOG_LEVEL=info
14-
- INTEGRATION=true ELASTIC_STACK_VERSION=8.x SNAPSHOT=true LOG_LEVEL=info
15-
- SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x LOG_LEVEL=info
16-
- SECURE_INTEGRATION=true INTEGRATION=true ELASTIC_STACK_VERSION=7.x ES_SSL_SUPPORTED_PROTOCOLS=TLSv1.3
7+
jobs:
8+
include:
9+
- stage: "Integration Tests"
10+
- env: INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=7.current
11+
- env: INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.previous
12+
- env: INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.current
13+
- env: INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.next
14+
- env: INTEGRATION=true SNAPSHOT=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.future
15+
- stage: "Secure Integration Tests"
16+
- env: SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_STACK_VERSION=8.current SNAPSHOT=true
17+
- env: SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_STACK_VERSION=7.current
18+
- env: SECURE_INTEGRATION=true INTEGRATION=true LOG_LEVEL=info ELASTIC_STACK_VERSION=7.current ES_SSL_SUPPORTED_PROTOCOLS=TLSv1.3

0 commit comments

Comments
 (0)