From 8112b7ac7541935d62c430277153cad59c054952 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 16 Sep 2024 08:27:53 +0100 Subject: [PATCH] [CI] Updates STACK_VERSION in testing --- .buildkite/pipeline.yml | 4 ++-- .github/workflows/8.15.yml | 4 ++-- .github/workflows/otel.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a5bdaa0d57..75de012160 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,7 +5,7 @@ steps: env: RUBY_VERSION: "{{ matrix.ruby }}" TEST_SUITE: "{{ matrix.suite }}" - STACK_VERSION: 8.15.0-SNAPSHOT + STACK_VERSION: 8.15.2-SNAPSHOT TRANSPORT_VERSION: "{{ matrix.transport }}" RUBY_SOURCE: "{{ matrix.ruby_source }}" matrix: @@ -66,7 +66,7 @@ steps: provider: "gcp" env: RUBY_VERSION: "3.3" - STACK_VERSION: 8.15.0-SNAPSHOT + STACK_VERSION: 8.15.2-SNAPSHOT ES_YAML_TESTS_BRANCH: 8.15 TRANSPORT_VERSION: "8.3" RUBY_SOURCE: "ruby" diff --git a/.github/workflows/8.15.yml b/.github/workflows/8.15.yml index 7534c4a3d6..daf44d1b4b 100644 --- a/.github/workflows/8.15.yml +++ b/.github/workflows/8.15.yml @@ -26,7 +26,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 8.15.0-SNAPSHOT + stack-version: 8.15.2-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -40,4 +40,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake elasticsearch:download_artifacts[8.15.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake elasticsearch:download_artifacts[8.15.2-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit diff --git a/.github/workflows/otel.yml b/.github/workflows/otel.yml index 2f32d28683..5ce4f27c1e 100644 --- a/.github/workflows/otel.yml +++ b/.github/workflows/otel.yml @@ -28,7 +28,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: elastic/elastic-github-actions/elasticsearch@master with: - stack-version: 8.15.0-SNAPSHOT + stack-version: 8.15.2-SNAPSHOT security-enabled: false - uses: ruby/setup-ruby@v1 with: @@ -42,4 +42,4 @@ jobs: - name: elasticsearch run: cd elasticsearch && bundle exec rake test:all - name: elasticsearch-api - run: rake elasticsearch:download_artifacts[8.15.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake elasticsearch:download_artifacts[8.15.2-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit