Skip to content

Commit 8a398e8

Browse files
authored
[CI] Remove test support for windows 2016 and 2019 (#116324)
* Remove test coverage for windows 2016 and 2019 Follow up on #116299 due to ml dropping support for windows < 2022 * Unmute archive tests
1 parent 543e9ba commit 8a398e8

File tree

6 files changed

+1
-10
lines changed

6 files changed

+1
-10
lines changed

.buildkite/pipelines/periodic-packaging.template.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ steps:
4040
matrix:
4141
setup:
4242
image:
43-
- windows-2016
44-
- windows-2019
4543
- windows-2022
4644
agents:
4745
provider: gcp

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ steps:
345345
matrix:
346346
setup:
347347
image:
348-
- windows-2016
349-
- windows-2019
350348
- windows-2022
351349
agents:
352350
provider: gcp

.buildkite/pipelines/periodic-platform-support.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ steps:
3838
matrix:
3939
setup:
4040
image:
41-
- windows-2016
42-
- windows-2019
4341
- windows-2022
4442
GRADLE_TASK:
4543
- checkPart1

.buildkite/pipelines/pull-request/packaging-tests-windows-sample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
matrix:
1313
setup:
1414
image:
15-
- windows-2019
15+
- windows-2022
1616
PACKAGING_TASK:
1717
- default-windows-archive
1818
agents:

.buildkite/pipelines/pull-request/packaging-tests-windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ steps:
1010
matrix:
1111
setup:
1212
image:
13-
- windows-2016
14-
- windows-2019
1513
- windows-2022
1614
PACKAGING_TASK:
1715
- default-windows-archive

qa/packaging/src/test/java/org/elasticsearch/packaging/test/ArchiveTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
import static org.junit.Assume.assumeThat;
4949
import static org.junit.Assume.assumeTrue;
5050

51-
@PackagingTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116299")
5251
public class ArchiveTests extends PackagingTestCase {
5352

5453
@BeforeClass

0 commit comments

Comments
 (0)