Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
transport: main
env:
RUBY_VERSION: '{{ matrix.ruby }}'
STACK_VERSION: 9.1.0-SNAPSHOT
STACK_VERSION: 9.2.0-SNAPSHOT
ES_YAML_TESTS_BRANCH: main
TRANSPORT_VERSION: '{{ matrix.transport }}'
RUBY_SOURCE: '{{ matrix.ruby_source }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 9.1.0-SNAPSHOT
stack-version: 9.2.0-SNAPSHOT
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -39,4 +39,4 @@ jobs:
- name: elasticsearch
run: cd elasticsearch && bundle exec rake test:all
- name: elasticsearch-api
run: rake es:download_artifacts[9.1.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
run: rake es:download_artifacts[9.2.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
4 changes: 2 additions & 2 deletions .github/workflows/otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo sysctl -w vm.max_map_count=262144
- uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 9.1.0-SNAPSHOT
stack-version: 9.2.0-SNAPSHOT
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand All @@ -41,4 +41,4 @@ jobs:
- name: elasticsearch
run: cd elasticsearch && bundle exec rake test:all
- name: elasticsearch-api
run: rake es:download_artifacts[9.1.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all
run: rake es:download_artifacts[9.2.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:all