File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
import :
2
2
-
logstash-plugins/.ci:travis/[email protected]
3
3
4
- env :
5
- - DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x
6
- - DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x
7
- - DISTRIBUTION=default ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
8
- - DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.x SNAPSHOT=true
9
- - DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x
10
- - DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x
11
- - DISTRIBUTION=default ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
12
- - DISTRIBUTION=oss ELASTIC_STACK_VERSION=7.x SNAPSHOT=true
4
+ jobs :
5
+ include :
6
+ - stage : OSS Distribution Tests
7
+ env : DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.previous
8
+ - env : DISTRIBUTION=oss ELASTIC_STACK_VERSION=8.current
9
+ - env : DISTRIBUTION=oss SNAPSHOT=true ELASTIC_STACK_VERSION=8.previous
10
+ - env : DISTRIBUTION=oss SNAPSHOT=true ELASTIC_STACK_VERSION=8.current
11
+ - env : DISTRIBUTION=oss SNAPSHOT=true ELASTIC_STACK_VERSION=8.next
12
+ - env : DISTRIBUTION=oss SNAPSHOT=true ELASTIC_STACK_VERSION=8.future
You can’t perform that action at this time.
0 commit comments