diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5400117ced..e6ebeadff6 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,29 +28,29 @@ 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" - 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 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: '*'