@@ -6,41 +6,43 @@ agents:
6
6
7
7
steps :
8
8
# ------------- Unit tests ---------------------
9
- - label : " :hammer: Unit tests with LS & ES 8.x-SNAPSHOT :docker:"
10
- # Builds the plugin (with current changes) against LS 8.x-SNAPSHOT and ES version defined in gradle.properties
11
- # Runs unit tests on LS & ES 8.x-SNAPSHOT docker
9
+ - label : " :hammer: Unit tests with LS & ES 8.current :docker:"
10
+ # Builds the plugin (with current changes) with the version defined in gradle.properties
11
+ # and against LS and ES 8.current
12
+ # Runs unit tests on LS & ES 8.current docker
12
13
command :
13
14
- .buildkite/scripts/run_tests.sh
14
15
env :
15
16
ELASTIC_STACK_VERSION : " 8.current"
16
- SNAPSHOT : true
17
17
INTEGRATION : false
18
18
19
- - label : " :hammer: Unit tests with LS 8.x-SNAPSHOT & ES main :docker:"
20
- # Builds the plugin (with current changes) against LS 8.x-SNAPSHOT and ES main
21
- # Runs unit tests on LS & ES 8.x-SNAPSHOT docker
19
+ - label : " :hammer: Unit tests with LS & ES 8.current-SNAPSHOT :docker:"
20
+ # Builds the plugin (with current changes) with the version defined in gradle.properties
21
+ # and against LS and ES 8.current-SNAPSHOT
22
+ # Runs unit tests on LS & ES 8.current-SNAPSHOT docker
22
23
command :
23
24
- .buildkite/scripts/run_tests.sh
24
25
env :
25
26
ELASTIC_STACK_VERSION : " 8.current"
26
- ELASTICSEARCH_TREEISH : main
27
- INTEGRATION : false
28
27
SNAPSHOT : true
28
+ INTEGRATION : false
29
29
30
30
# ------------- Integration tests ---------------------
31
- - label : " :hammer: Integration tests with LS & ES 8.x :docker:"
32
- # Builds the plugin (with current changes) against LS 8.x and ES version defined in gradle.properties
33
- # Runs integration tests on LS & ES 8.x docker
31
+ - label : " :hammer: Integration tests with LS & ES 8.current :docker:"
32
+ # Builds the plugin (with current changes) with the version defined in gradle.properties
33
+ # and against LS and ES 8.current
34
+ # Runs integration tests on LS & ES 8.current docker
34
35
command :
35
36
- .buildkite/scripts/run_tests.sh
36
37
env :
37
38
ELASTIC_STACK_VERSION : " 8.current"
38
39
INTEGRATION : true
39
40
SECURE_INTEGRATION : true
40
41
41
- - label : " :hammer: Integration tests with LS & ES 8.x-SNAPSHOT :docker:"
42
- # Builds the plugin (with current changes) against LS 8.x-SNAPSHOT and ES version defined in gradle.properties
43
- # Runs integration tests on LS & ES 8.x-SNAPSHOT docker
42
+ - label : " :hammer: Integration tests with LS & ES 8.current-SNAPSHOT :docker:"
43
+ # Builds the plugin (with current changes) with the version defined in gradle.properties
44
+ # and against LS and ES 8.current-SNAPSHOT
45
+ # Runs integration tests on LS & ES 8.current-SNAPSHOT docker
44
46
command :
45
47
- .buildkite/scripts/run_tests.sh
46
48
env :
@@ -49,29 +51,3 @@ steps:
49
51
INTEGRATION : true
50
52
SECURE_INTEGRATION : true
51
53
LOG_LEVEL : " info"
52
-
53
- - label : " :hammer: Integration tests with LS 8.x-SNAPSHOT & ES main :docker:"
54
- # Builds the plugin (with current changes) against LS 8.x-SNAPSHOT and ES main
55
- # Runs integration tests on LS & ES 8.x-SNAPSHOT docker
56
- command :
57
- - .buildkite/scripts/run_tests.sh
58
- env :
59
- ELASTIC_STACK_VERSION : " 8.current"
60
- ELASTICSEARCH_TREEISH : " main"
61
- SNAPSHOT : true
62
- INTEGRATION : true
63
- SECURE_INTEGRATION : true
64
- LOG_LEVEL : " info"
65
-
66
- - label : " :hammer: Integration tests with LS & ES main :docker:"
67
- # Builds the plugin (with current changes) against LS and ES main
68
- # Runs integration tests on snapshot.main of https://raw.githubusercontent.com/elastic/logstash/main/ci/logstash_releases.json
69
- command :
70
- - .buildkite/scripts/run_tests.sh
71
- env :
72
- ELASTIC_STACK_VERSION : main
73
- ELASTICSEARCH_TREEISH : main
74
- SNAPSHOT : true
75
- INTEGRATION : true
76
- SECURE_INTEGRATION : true
77
- LOG_LEVEL : " info"
0 commit comments