From 55e837bdebd3f09a5356fd9d29f46d6425606019 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Fri, 10 Jan 2025 09:43:24 +0000 Subject: [PATCH 1/3] [CI] Fixes Ruby versions for Buildkite Pipeline --- .buildkite/pipeline.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5400117ced..c3ac9b48e9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -19,7 +19,6 @@ steps: - "3.3" - "3.2" - "3.1" - - "3.0" transport: - "8.3" ruby_source: @@ -29,15 +28,15 @@ steps: adjustments: - with: suite: "platinum" - ruby: "3.2" + ruby: "3.1" skip: true - with: suite: "platinum" - ruby: "3.1" + ruby: "3.2" skip: true - with: suite: "platinum" - ruby: "3.0" + ruby: "3.3" skip: true - with: suite: "free" From 8fada456d84603120be80247ba09026cddb78e68 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Fri, 10 Jan 2025 10:02:28 +0000 Subject: [PATCH 2/3] [CI] Updates Ruby versions --- .buildkite/pipeline.yml | 6 +++--- .github/workflows/8.x.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c3ac9b48e9..e6ebeadff6 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -40,17 +40,17 @@ steps: skip: true - with: suite: "free" - ruby: "3.3" + ruby: "3.4" ruby_source: "ruby" transport: "8.1" - with: suite: "free" - ruby: "3.3" + ruby: "3.4" ruby_source: "ruby" transport: "8.2" - with: suite: "free" - ruby: "3.3" + ruby: "3.4" ruby_source: "ruby" transport: "main" - with: diff --git a/.github/workflows/8.x.yml b/.github/workflows/8.x.yml index 67c1a06b90..3da64876ce 100644 --- a/.github/workflows/8.x.yml +++ b/.github/workflows/8.x.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.0', '3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4' ] + ruby: [ '3.1', '3.2', '3.3', '3.4', 'jruby-9.3', 'jruby-9.4' ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From d106d1ee9a1b562095e76470e3a3ce1add25b558 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Fri, 10 Jan 2025 13:55:05 +0000 Subject: [PATCH 3/3] Adds skipped migrate test --- elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml index e1459a9e39..4b11598399 100644 --- a/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml +++ b/elasticsearch-api/spec/rest_api/skipped_tests_platinum.yml @@ -233,3 +233,6 @@ - :file: 'migrate/20_reindex_status.yml' :description: '*' +- + :file: 'migrate/30_create_from.yml' + :description: '*'