Skip to content

Commit 7e77be8

Browse files
authored
[Buildkite] Use ubuntu2204 when testing openjdk17 (elastic#133977)
OpenJDK is incompatible to our standard ubuntu2404 ci images. Therefore we fall back to 2204 for now to - still benefit from freshly baked images (up-to-date cache) - have decent openjdk 17 coverage
1 parent 84ea701 commit 7e77be8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.buildkite/pipelines/periodic.template.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
- checkRestCompat
5656
agents:
5757
provider: gcp
58-
image: family/elasticsearch-ubuntu-2404
58+
image: family/elasticsearch-ubuntu-2204
5959
machineType: n1-standard-32
6060
buildDirectory: /dev/shm/bk
6161
env:
@@ -71,7 +71,7 @@ steps:
7171
BWC_VERSION: $BWC_LIST
7272
agents:
7373
provider: gcp
74-
image: family/elasticsearch-ubuntu-2404
74+
image: family/elasticsearch-ubuntu-2204
7575
machineType: n1-standard-32
7676
buildDirectory: /dev/shm/bk
7777
env:
@@ -100,7 +100,7 @@ steps:
100100
- checkRestCompat
101101
agents:
102102
provider: gcp
103-
image: family/elasticsearch-ubuntu-2404
103+
image: family/elasticsearch-ubuntu-2204
104104
machineType: n1-standard-32
105105
buildDirectory: /dev/shm/bk
106106
env:
@@ -120,7 +120,7 @@ steps:
120120
BWC_VERSION: $BWC_LIST
121121
agents:
122122
provider: gcp
123-
image: family/elasticsearch-ubuntu-2404
123+
image: family/elasticsearch-ubuntu-2204
124124
machineType: n1-standard-32
125125
buildDirectory: /dev/shm/bk
126126
env:

.buildkite/pipelines/periodic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ steps:
778778
- checkRestCompat
779779
agents:
780780
provider: gcp
781-
image: family/elasticsearch-ubuntu-2404
781+
image: family/elasticsearch-ubuntu-2204
782782
machineType: n1-standard-32
783783
buildDirectory: /dev/shm/bk
784784
env:
@@ -794,7 +794,7 @@ steps:
794794
BWC_VERSION: ["7.17.30", "8.18.7", "8.19.4"]
795795
agents:
796796
provider: gcp
797-
image: family/elasticsearch-ubuntu-2404
797+
image: family/elasticsearch-ubuntu-2204
798798
machineType: n1-standard-32
799799
buildDirectory: /dev/shm/bk
800800
env:
@@ -823,7 +823,7 @@ steps:
823823
- checkRestCompat
824824
agents:
825825
provider: gcp
826-
image: family/elasticsearch-ubuntu-2404
826+
image: family/elasticsearch-ubuntu-2204
827827
machineType: n1-standard-32
828828
buildDirectory: /dev/shm/bk
829829
env:
@@ -843,7 +843,7 @@ steps:
843843
BWC_VERSION: ["7.17.30", "8.18.7", "8.19.4"]
844844
agents:
845845
provider: gcp
846-
image: family/elasticsearch-ubuntu-2404
846+
image: family/elasticsearch-ubuntu-2204
847847
machineType: n1-standard-32
848848
buildDirectory: /dev/shm/bk
849849
env:

0 commit comments

Comments
 (0)