File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 transport: main
2626 env:
2727 RUBY_VERSION: '{{ matrix.ruby }}'
28- STACK_VERSION: 9.0.0 -SNAPSHOT
28+ STACK_VERSION: 9.0.2 -SNAPSHOT
2929 ES_YAML_TESTS_BRANCH: '9.0'
3030 TRANSPORT_VERSION: '{{ matrix.transport }}'
3131 RUBY_SOURCE: '{{ matrix.ruby_source }}'
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 : 9.0.0 -SNAPSHOT
29+ stack-version : 9.0.2 -SNAPSHOT
3030 - uses : ruby/setup-ruby@v1
3131 with :
3232 ruby-version : ${{ matrix.ruby }}
3939 - name : elasticsearch
4040 run : cd elasticsearch && bundle exec rake test:all
4141 - name : elasticsearch-api
42- run : rake es:download_artifacts[9.0.0 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
42+ run : rake es:download_artifacts[9.0.2 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
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 : 9.0.0 -SNAPSHOT
31+ stack-version : 9.0.2 -SNAPSHOT
3232 - uses : ruby/setup-ruby@v1
3333 with :
3434 ruby-version : ${{ matrix.ruby }}
4141 - name : elasticsearch
4242 run : cd elasticsearch && bundle exec rake test:all
4343 - name : elasticsearch-api
44- run : rake es:download_artifacts[9.0.0 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
44+ run : rake es:download_artifacts[9.0.2 -SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
You can’t perform that action at this time.
0 commit comments