Skip to content

Commit e1026a7

Browse files
committed
[CI] Updates STACK_VERSION
1 parent e5d0042 commit e1026a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
RUBY_VERSION: "{{ matrix.ruby }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.17.2-SNAPSHOT
8+
STACK_VERSION: 8.17.5-SNAPSHOT
99
TRANSPORT_VERSION: "{{ matrix.transport }}"
1010
RUBY_SOURCE: "{{ matrix.ruby_source }}"
1111
QUIET: false
@@ -62,7 +62,7 @@ steps:
6262
provider: "gcp"
6363
env:
6464
RUBY_VERSION: "3.3"
65-
STACK_VERSION: 8.17.2-SNAPSHOT
65+
STACK_VERSION: 8.17.5-SNAPSHOT
6666
ES_YAML_TESTS_BRANCH: 8.17
6767
TRANSPORT_VERSION: "8.3"
6868
RUBY_SOURCE: "ruby"

.github/workflows/8.17.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sudo sysctl -w vm.max_map_count=262144
2727
- uses: elastic/elastic-github-actions/elasticsearch@master
2828
with:
29-
stack-version: 8.17.2-SNAPSHOT
29+
stack-version: 8.17.5-SNAPSHOT
3030
security-enabled: false
3131
- uses: ruby/setup-ruby@v1
3232
with:
@@ -40,4 +40,4 @@ jobs:
4040
- name: elasticsearch
4141
run: cd elasticsearch && bundle exec rake test:all
4242
- name: elasticsearch-api
43-
run: rake es:download_artifacts[8.17.2-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
43+
run: rake es:download_artifacts[8.17.5-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

.github/workflows/otel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo sysctl -w vm.max_map_count=262144
2929
- uses: elastic/elastic-github-actions/elasticsearch@master
3030
with:
31-
stack-version: 8.17.2-SNAPSHOT
31+
stack-version: 8.17.5-SNAPSHOT
3232
security-enabled: false
3333
- uses: ruby/setup-ruby@v1
3434
with:
@@ -42,4 +42,4 @@ jobs:
4242
- name: elasticsearch
4343
run: cd elasticsearch && bundle exec rake test:all
4444
- name: elasticsearch-api
45-
run: rake es:download_artifacts[8.17.2-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit
45+
run: rake es:download_artifacts[8.17.5-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit

0 commit comments

Comments
 (0)