Skip to content

Commit

Permalink
Add Windows 2025 to CI (elastic#17133)
Browse files Browse the repository at this point in the history
This commit adds Windows 2025 to the Windows JDK matrix and exhaustive tests pipelines.
  • Loading branch information
dliappis authored Feb 24, 2025
1 parent 227c0d8 commit 4d52b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/common/vm-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"amazonlinux": ["amazonlinux-2023"],
"opensuse": ["opensuse-leap-15"]
},
"windows": ["windows-2022", "windows-2019", "windows-2016"]
"windows": ["windows-2025", "windows-2022", "windows-2019", "windows-2016"]
}
2 changes: 2 additions & 0 deletions .buildkite/windows_jdk_matrix_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ steps:
multiple: true
default: "${DEFAULT_MATRIX_OS}"
options:
- label: "Windows 2025"
value: "windows-2025"
- label: "Windows 2022"
value: "windows-2022"
- label: "Windows 2019"
Expand Down

0 comments on commit 4d52b72

Please sign in to comment.