From 97e2f715a95a83da232f7a8bd0d46906633034c4 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 23 Dec 2024 15:29:19 +0000 Subject: [PATCH] Revert "[CI] Bumps matrix to 8.18-SNAPSHOT" This reverts commit ce90838de75cc8518c01ef17ab1360be15c8ee45. --- .buildkite/pipeline.yml | 6 +++--- .github/workflows/8.16.yml | 4 ++-- .github/workflows/otel.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 19a0f853d..64cc9b0c3 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.16-SNAPSHOT + STACK_VERSION: 8.16.0-SNAPSHOT TRANSPORT_VERSION: "{{ matrix.transport }}" RUBY_SOURCE: "{{ matrix.ruby_source }}" QUIET: false @@ -62,8 +62,8 @@ steps: provider: "gcp" env: RUBY_VERSION: "3.3" - STACK_VERSION: 8.16-SNAPSHOT - ES_YAML_TESTS_BRANCH: 8.16 + STACK_VERSION: 8.16.0-SNAPSHOT + ES_YAML_TESTS_BRANCH: main TRANSPORT_VERSION: "8.3" RUBY_SOURCE: "ruby" TEST_SUITE: "platinum" diff --git a/.github/workflows/8.16.yml b/.github/workflows/8.16.yml index ebf3e2787..5297db43a 100644 --- a/.github/workflows/8.16.yml +++ b/.github/workflows/8.16.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.16-SNAPSHOT + stack-version: 8.16.0-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 es:download_artifacts[8.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.16.0-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 17c708317..56d6b9a5f 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.16-SNAPSHOT + stack-version: 8.16.0-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 es:download_artifacts[8.16-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit + run: rake es:download_artifacts[8.16.0-SNAPSHOT] && cd elasticsearch-api && bundle exec rake test:spec test:platinum:unit