File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,38 @@ steps:
19
19
stack_version :
20
20
- 7.17-SNAPSHOT
21
21
adjustments :
22
- # Skip platinum for all but Ruby 3.2 :
22
+ # Skip platinum for all but Ruby 3.3 :
23
23
- with :
24
24
suite : " platinum"
25
- ruby : " 3.1 "
25
+ ruby : " 3.2 "
26
26
skip : true
27
27
- with :
28
28
suite : " platinum"
29
- ruby : " 3.0 "
29
+ ruby : " 3.1 "
30
30
skip : true
31
- # Compatibility tests for 8.x:
32
31
- with :
33
- stack_version : " 8.16.0-SNAPSHOT"
34
- suite : " free"
35
- ruby : " 3.3"
36
- - with :
37
- stack_version : " 8.16.0-SNAPSHOT"
38
32
suite : " platinum"
39
- ruby : " 3.3"
33
+ ruby : " 3.0"
34
+ skip : true
35
+ command : ./.buildkite/run-tests.sh
36
+ artifact_paths : " elasticsearch-api/tmp/*"
37
+
38
+ - label : " :elasticsearch: 8.x Compatiblity :ruby: :rspec: {{ matrix.suite }}"
39
+ agents :
40
+ provider : " gcp"
41
+ env :
42
+ RUBY_VERSION : " 3.3"
43
+ TEST_SUITE : " {{ matrix.suite }}"
44
+ STACK_VERSION : 8.16.0-SNAPSHOT
45
+ matrix :
46
+ setup :
47
+ suite :
48
+ - " free"
49
+ - " platinum"
40
50
command : ./.buildkite/run-tests.sh
41
51
artifact_paths : " elasticsearch-api/tmp/*"
52
+ soft_fail :
53
+ - exit_status : 1
42
54
- wait : ~
43
55
continue_on_failure : true
44
56
- label : " Log Results"
You can’t perform that action at this time.
0 commit comments