File tree Expand file tree Collapse file tree 1 file changed +10
-26
lines changed Expand file tree Collapse file tree 1 file changed +10
-26
lines changed Original file line number Diff line number Diff line change 11steps :
2- - label : " :elasticsearch: Elasticsearch :ruby: {{ matrix.ruby_source}}:{{ matrix.ruby }} :phone: Transport {{ matrix.transport }} - {{ matrix.suite }}"
3- agents :
4- provider : " gcp"
5- env :
6- RUBY_VERSION : " {{ matrix.ruby }}"
7- TEST_SUITE : " {{ matrix.suite }}"
8- STACK_VERSION : 9.0.0-SNAPSHOT
9- TRANSPORT_VERSION : " {{ matrix.transport }}"
10- RUBY_SOURCE : " {{ matrix.ruby_source }}"
11- QUIET : false
12- matrix :
13- setup :
14- suite :
15- - " free"
16- - " platinum"
17- ruby :
18- - " 3.3"
19- transport :
20- - " 8.3"
21- ruby_source :
22- - " ruby"
23- command : ./.buildkite/run-tests.sh
24- # I'm publishing test results to HTML and JUnit in this directory and this directive makes them
25- # available in the Artifacts tab of a build in Buildkite.
26- artifact_paths : " elasticsearch-api/tmp/*"
272 - label : " :yaml: YAML test suite :ruby: {{ matrix.ruby_source}}:{{ matrix.ruby }} :phone: Transport {{ matrix.transport }}"
283 agents :
294 provider : " gcp"
@@ -38,10 +13,19 @@ steps:
3813 transport :
3914 - " 8.3"
4015 adjustments :
41- - with :
16+ - with : # JRuby tests
4217 ruby : " 9.4"
4318 ruby_source : " jruby"
4419 transport : " 8.3"
20+ # Test for different versions of transport
21+ - with :
22+ ruby : " 3.3"
23+ ruby_source : " ruby"
24+ transport : " main"
25+ - with :
26+ ruby : " 3.3"
27+ ruby_source : " ruby"
28+ transport : " 8.2"
4529 env :
4630 RUBY_VERSION : " {{ matrix.ruby }}"
4731 STACK_VERSION : 9.0.0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments