File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 env :
66 RUBY_VERSION : " {{ matrix.ruby }}"
77 TEST_SUITE : " {{ matrix.suite }}"
8- STACK_VERSION : 8.16.0 -SNAPSHOT
8+ STACK_VERSION : 8.16-SNAPSHOT
99 TRANSPORT_VERSION : " {{ matrix.transport }}"
1010 RUBY_SOURCE : " {{ matrix.ruby_source }}"
1111 QUIET : false
6262 provider : " gcp"
6363 env :
6464 RUBY_VERSION : " 3.3"
65- STACK_VERSION : 8.16.0 -SNAPSHOT
66- ES_YAML_TESTS_BRANCH : main
65+ STACK_VERSION : 8.16-SNAPSHOT
66+ ES_YAML_TESTS_BRANCH : 8.16
6767 TRANSPORT_VERSION : " 8.3"
6868 RUBY_SOURCE : " ruby"
6969 TEST_SUITE : " platinum"
Original file line number Diff line number Diff line change 2626 sudo sysctl -w vm.max_map_count=262144
2727 - uses : elastic/elastic-github-actions/elasticsearch@master
2828 with :
29- stack-version : 8.16.0 -SNAPSHOT
29+ stack-version : 8.16-SNAPSHOT
3030 security-enabled : false
3131 - uses : ruby/setup-ruby@v1
3232 with :
4040 - name : elasticsearch
4141 run : cd elasticsearch && bundle exec rake test:all
4242 - name : elasticsearch-api
43- run : rake es:download_artifacts[8.16.0 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43+ run : rake es:download_artifacts[8.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
Original file line number Diff line number Diff line change 2828 sudo sysctl -w vm.max_map_count=262144
2929 - uses : elastic/elastic-github-actions/elasticsearch@master
3030 with :
31- stack-version : 8.16.0 -SNAPSHOT
31+ stack-version : 8.16-SNAPSHOT
3232 security-enabled : false
3333 - uses : ruby/setup-ruby@v1
3434 with :
4242 - name : elasticsearch
4343 run : cd elasticsearch && bundle exec rake test:all
4444 - name : elasticsearch-api
45- run : rake es:download_artifacts[8.16.0 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45+ run : rake es:download_artifacts[8.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
You can’t perform that action at this time.
0 commit comments