Skip to content

Commit 02a83c9

Browse files
committed
[CI] Stop running REST tests
End of support for 7.17 was January 15, 2026 - https://www.elastic.co/support/eol This endpoint isn't working anymore: https://artifacts-snapshot.elastic.co/elasticsearch/latest/7.17.json, so we can't get the testing artifacts for 7.17. This PR updates the build so we don't run the REST tests on 7.17. Fixes #2899
1 parent b695851 commit 02a83c9

1 file changed

Lines changed: 2 additions & 54 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,5 @@
11
steps:
2-
- label: ":elasticsearch: {{ matrix.stack_version }} :ruby: v{{ matrix.ruby }} :rspec: {{ matrix.suite }}"
2+
- label: "🙅"
33
agents:
44
provider: "gcp"
5-
env:
6-
RUBY_VERSION: "{{ matrix.ruby }}"
7-
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: "{{ matrix.stack_version }}"
9-
matrix:
10-
setup:
11-
suite:
12-
- "free"
13-
- "platinum"
14-
ruby:
15-
- "4.0"
16-
- "3.4"
17-
- "3.3"
18-
- "3.2"
19-
stack_version:
20-
- 7.17.30-SNAPSHOT
21-
adjustments:
22-
# Skip platinum for all but Ruby 3.3:
23-
- with:
24-
suite: "platinum"
25-
ruby: "3.2"
26-
skip: true
27-
- with:
28-
suite: "platinum"
29-
ruby: "3.3"
30-
skip: true
31-
- with:
32-
suite: "platinum"
33-
ruby: "3.4"
34-
skip: true
35-
command: ./.buildkite/run-tests.sh
36-
artifact_paths: "elasticsearch-api/tmp/*"
37-
38-
- label: ":elasticsearch: 8.x Compatiblity :ruby: :rspec: {{ matrix.suite }}"
39-
agents:
40-
provider: "gcp"
41-
env:
42-
RUBY_VERSION: "3.4"
43-
TEST_SUITE: "{{ matrix.suite }}"
44-
STACK_VERSION: 8.19.11-SNAPSHOT
45-
matrix:
46-
setup:
47-
suite:
48-
- "free"
49-
- "platinum"
50-
command: ./.buildkite/run-tests.sh
51-
artifact_paths: "elasticsearch-api/tmp/*"
52-
soft_fail:
53-
- exit_status: 1
54-
- wait: ~
55-
continue_on_failure: true
56-
- label: "Log Results"
57-
command: ./.buildkite/log-results.sh
5+
command: echo "Support for 7.17 has ended so Rest tests are no longer available"

0 commit comments

Comments
 (0)