diff --git a/.buildkite/pipelines/ecs-dynamic-template-tests.yml b/.buildkite/pipelines/ecs-dynamic-template-tests.yml index 1c6c18983b082..85d30f4e03c90 100644 --- a/.buildkite/pipelines/ecs-dynamic-template-tests.yml +++ b/.buildkite/pipelines/ecs-dynamic-template-tests.yml @@ -4,7 +4,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 notify: diff --git a/.buildkite/pipelines/intake.template.yml b/.buildkite/pipelines/intake.template.yml index 988f63efdad80..b5fc1f9f67c0d 100644 --- a/.buildkite/pipelines/intake.template.yml +++ b/.buildkite/pipelines/intake.template.yml @@ -4,7 +4,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait @@ -13,7 +13,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part2 @@ -21,7 +21,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part3 @@ -29,7 +29,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part4 @@ -37,7 +37,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part5 @@ -45,7 +45,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - group: bwc-snapshots @@ -58,7 +58,7 @@ steps: BWC_VERSION: $BWC_LIST agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -80,7 +80,7 @@ steps: - "10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -91,7 +91,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait diff --git a/.buildkite/pipelines/intake.yml b/.buildkite/pipelines/intake.yml index 124ffed4a4dad..99ad06e16e152 100644 --- a/.buildkite/pipelines/intake.yml +++ b/.buildkite/pipelines/intake.yml @@ -5,7 +5,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait @@ -14,7 +14,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part2 @@ -22,7 +22,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part3 @@ -30,7 +30,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part4 @@ -38,7 +38,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - label: part5 @@ -46,7 +46,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk - group: bwc-snapshots @@ -59,16 +59,13 @@ steps: BWC_VERSION: ["8.17.8", "8.18.3", "9.0.3"] agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: BWC_VERSION: "{{matrix.BWC_VERSION}}" - label: bc-upgrade command: ".buildkite/scripts/run-bc-upgrade-tests.sh" - agents: - image: "docker.elastic.co/ci-agent-images/eck-region/buildkite-agent:1.5" - memory: "4G" - group: lucene-compat steps: - label: "{{matrix.LUCENE_VERSION}} / lucene-compat" @@ -84,7 +81,7 @@ steps: - "10352e57d85505984582616e1e38530d3ec6ca59" # update to match last commit before lucene bump maintained from combat-lucene-10-0-0 branch agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -95,7 +92,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait diff --git a/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml b/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml index 8cf2a8aacbece..d4e066bd45f31 100644 --- a/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml +++ b/.buildkite/pipelines/lucene-snapshot/build-snapshot.yml @@ -12,7 +12,7 @@ steps: UPDATE_ES_LUCENE_SNAPSHOT: "true" agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait diff --git a/.buildkite/pipelines/lucene-snapshot/run-tests.yml b/.buildkite/pipelines/lucene-snapshot/run-tests.yml index ddc63419a2e2f..e95bc6b5166cd 100644 --- a/.buildkite/pipelines/lucene-snapshot/run-tests.yml +++ b/.buildkite/pipelines/lucene-snapshot/run-tests.yml @@ -4,7 +4,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - wait: null @@ -13,7 +13,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: part2 @@ -21,7 +21,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: part3 @@ -29,7 +29,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: part4 @@ -37,7 +37,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: part5 @@ -45,7 +45,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - group: bwc-snapshots @@ -60,7 +60,7 @@ steps: - 8.10.0 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -70,6 +70,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/periodic-fwc.template.yml b/.buildkite/pipelines/periodic-fwc.template.yml index 2ce3b6673543c..5154ef36aaacc 100644 --- a/.buildkite/pipelines/periodic-fwc.template.yml +++ b/.buildkite/pipelines/periodic-fwc.template.yml @@ -4,7 +4,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk matrix: diff --git a/.buildkite/pipelines/periodic-fwc.yml b/.buildkite/pipelines/periodic-fwc.yml index 3d450a8691111..6bd70f5bc74c7 100644 --- a/.buildkite/pipelines/periodic-fwc.yml +++ b/.buildkite/pipelines/periodic-fwc.yml @@ -5,7 +5,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk matrix: diff --git a/.buildkite/pipelines/periodic-packaging.bwc.template.yml b/.buildkite/pipelines/periodic-packaging.bwc.template.yml index b06bc80d3535d..40451aca58e67 100644 --- a/.buildkite/pipelines/periodic-packaging.bwc.template.yml +++ b/.buildkite/pipelines/periodic-packaging.bwc.template.yml @@ -5,7 +5,7 @@ setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} diff --git a/.buildkite/pipelines/periodic-packaging.template.yml b/.buildkite/pipelines/periodic-packaging.template.yml index 417f8e9246234..75175aa5dd12f 100644 --- a/.buildkite/pipelines/periodic-packaging.template.yml +++ b/.buildkite/pipelines/periodic-packaging.template.yml @@ -12,7 +12,6 @@ steps: - oraclelinux-8 - oraclelinux-9 - sles-15 - - ubuntu-2004 - ubuntu-2204 - ubuntu-2404 - rocky-8 diff --git a/.buildkite/pipelines/periodic-packaging.yml b/.buildkite/pipelines/periodic-packaging.yml index 2a111a31c23c1..a966ee9317f54 100644 --- a/.buildkite/pipelines/periodic-packaging.yml +++ b/.buildkite/pipelines/periodic-packaging.yml @@ -13,7 +13,6 @@ steps: - oraclelinux-8 - oraclelinux-9 - sles-15 - - ubuntu-2004 - ubuntu-2204 - ubuntu-2404 - rocky-8 @@ -38,7 +37,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -54,7 +53,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -70,7 +69,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -86,7 +85,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -102,7 +101,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -118,7 +117,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -134,7 +133,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -150,7 +149,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -166,7 +165,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -182,7 +181,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -198,7 +197,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -214,7 +213,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -230,7 +229,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -246,7 +245,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -262,7 +261,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -278,7 +277,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -294,7 +293,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -310,7 +309,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -326,7 +325,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} @@ -342,7 +341,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} diff --git a/.buildkite/pipelines/periodic-platform-support.yml b/.buildkite/pipelines/periodic-platform-support.yml index 84577b917a007..3f84e79e9cac9 100644 --- a/.buildkite/pipelines/periodic-platform-support.yml +++ b/.buildkite/pipelines/periodic-platform-support.yml @@ -12,7 +12,6 @@ steps: - oraclelinux-8 - oraclelinux-9 - sles-15 - - ubuntu-2004 - ubuntu-2204 - ubuntu-2404 - rocky-8 @@ -63,7 +62,6 @@ steps: setup: image: - almalinux-8-aarch64 - - ubuntu-2004-aarch64 - ubuntu-2404-aarch64 GRADLE_TASK: - checkPart1 diff --git a/.buildkite/pipelines/periodic.bwc.template.yml b/.buildkite/pipelines/periodic.bwc.template.yml index 43a0a7438d656..0641e2e34778d 100644 --- a/.buildkite/pipelines/periodic.bwc.template.yml +++ b/.buildkite/pipelines/periodic.bwc.template.yml @@ -3,7 +3,7 @@ timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true diff --git a/.buildkite/pipelines/periodic.template.yml b/.buildkite/pipelines/periodic.template.yml index be3f2fde1bab1..51c08e3e54d5b 100644 --- a/.buildkite/pipelines/periodic.template.yml +++ b/.buildkite/pipelines/periodic.template.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: encryption-at-rest @@ -14,7 +14,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: eql-correctness @@ -22,7 +22,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: example-plugins @@ -33,7 +33,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - group: java-fips-matrix @@ -54,7 +54,7 @@ steps: - checkRestCompat agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -70,7 +70,7 @@ steps: BWC_VERSION: $BWC_LIST agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -95,7 +95,7 @@ steps: - checkRestCompat agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -112,7 +112,7 @@ steps: BWC_VERSION: $BWC_LIST agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -123,7 +123,7 @@ steps: timeout_in_minutes: 360 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: single-processor-node-tests @@ -131,7 +131,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - group: third-party tests @@ -147,7 +147,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / azure @@ -161,7 +161,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / gcs @@ -175,7 +175,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / geoip @@ -184,7 +184,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / s3 @@ -198,7 +198,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - group: lucene-compat @@ -216,7 +216,7 @@ steps: - "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -229,7 +229,7 @@ steps: timeout_in_minutes: 20 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk if: build.branch == "main" || build.branch == "8.19" || build.branch == "7.17" @@ -238,7 +238,7 @@ steps: timeout_in_minutes: 15 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-2 - label: check-branch-protection-rules command: .buildkite/scripts/branch-protection.sh diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index b4613acda34cd..e19b288c74fcf 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -7,7 +7,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -26,7 +26,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -45,7 +45,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -64,7 +64,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -83,7 +83,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -102,7 +102,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -121,7 +121,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -140,7 +140,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -159,7 +159,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -178,7 +178,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -197,7 +197,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -216,7 +216,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -235,7 +235,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -254,7 +254,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -273,7 +273,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -292,7 +292,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -311,7 +311,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -330,7 +330,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -349,7 +349,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -368,7 +368,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk preemptible: true @@ -387,7 +387,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: encryption-at-rest @@ -395,7 +395,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: eql-correctness @@ -403,7 +403,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - label: example-plugins @@ -414,7 +414,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk - group: java-fips-matrix @@ -435,7 +435,7 @@ steps: - checkRestCompat agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -451,7 +451,7 @@ steps: BWC_VERSION: ["8.17.8", "8.18.3", "9.0.3"] agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -476,7 +476,7 @@ steps: - checkRestCompat agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -493,7 +493,7 @@ steps: BWC_VERSION: ["8.17.8", "8.18.3", "9.0.3"] agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk env: @@ -504,7 +504,7 @@ steps: timeout_in_minutes: 360 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - label: single-processor-node-tests @@ -512,7 +512,7 @@ steps: timeout_in_minutes: 420 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 - group: third-party tests @@ -528,7 +528,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / azure @@ -542,7 +542,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / gcs @@ -556,7 +556,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / geoip @@ -565,7 +565,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - label: third-party / s3 @@ -579,7 +579,7 @@ steps: timeout_in_minutes: 30 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk - group: lucene-compat @@ -597,7 +597,7 @@ steps: - "b2cc9d9b8f00ee621f93ddca07ea9c671aab1578" # update to match last commit before lucene bump agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: @@ -610,7 +610,7 @@ steps: timeout_in_minutes: 20 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-8 buildDirectory: /dev/shm/bk if: build.branch == "main" || build.branch == "8.19" || build.branch == "7.17" @@ -619,7 +619,7 @@ steps: timeout_in_minutes: 15 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n2-standard-2 - label: check-branch-protection-rules command: .buildkite/scripts/branch-protection.sh diff --git a/.buildkite/pipelines/pull-request/build-benchmark.yml b/.buildkite/pipelines/pull-request/build-benchmark.yml index 8d3215b8393ce..09ed5d7216033 100644 --- a/.buildkite/pipelines/pull-request/build-benchmark.yml +++ b/.buildkite/pipelines/pull-request/build-benchmark.yml @@ -19,6 +19,6 @@ steps: BUILD_PERFORMANCE_TEST: "true" agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/bwc-snapshots.yml b/.buildkite/pipelines/pull-request/bwc-snapshots.yml index 5a9fc2d938ac0..c47fed06ad7d6 100644 --- a/.buildkite/pipelines/pull-request/bwc-snapshots.yml +++ b/.buildkite/pipelines/pull-request/bwc-snapshots.yml @@ -15,6 +15,6 @@ steps: BWC_VERSION: $SNAPSHOT_BWC_VERSIONS agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/cloud-deploy.yml b/.buildkite/pipelines/pull-request/cloud-deploy.yml index ce8e8206d51ff..b007e60f3e433 100644 --- a/.buildkite/pipelines/pull-request/cloud-deploy.yml +++ b/.buildkite/pipelines/pull-request/cloud-deploy.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 20 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/docs-check.yml b/.buildkite/pipelines/pull-request/docs-check.yml index 2201eb2d1e4ea..9d3e92508210b 100644 --- a/.buildkite/pipelines/pull-request/docs-check.yml +++ b/.buildkite/pipelines/pull-request/docs-check.yml @@ -9,6 +9,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/eql-correctness.yml b/.buildkite/pipelines/pull-request/eql-correctness.yml index 8f7ca6942c0e9..09d946bcf8db9 100644 --- a/.buildkite/pipelines/pull-request/eql-correctness.yml +++ b/.buildkite/pipelines/pull-request/eql-correctness.yml @@ -4,6 +4,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/example-plugins.yml b/.buildkite/pipelines/pull-request/example-plugins.yml index 18d0de6594980..f745fe2c6ad1f 100644 --- a/.buildkite/pipelines/pull-request/example-plugins.yml +++ b/.buildkite/pipelines/pull-request/example-plugins.yml @@ -13,6 +13,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/full-bwc.yml b/.buildkite/pipelines/pull-request/full-bwc.yml index d3fa8eccaf7d9..6c9455d589e6d 100644 --- a/.buildkite/pipelines/pull-request/full-bwc.yml +++ b/.buildkite/pipelines/pull-request/full-bwc.yml @@ -10,6 +10,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml b/.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml index 97558381d0a01..b1b619cc833f3 100644 --- a/.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml +++ b/.buildkite/pipelines/pull-request/packaging-tests-unix-sample.yml @@ -13,7 +13,7 @@ steps: setup: image: - rhel-8 - - ubuntu-2004 + - ubuntu-2404 PACKAGING_TASK: - destructiveDistroTest.docker - destructiveDistroTest.packages diff --git a/.buildkite/pipelines/pull-request/packaging-tests-unix.yml b/.buildkite/pipelines/pull-request/packaging-tests-unix.yml index 2b12cb641b955..6b86602195b0d 100644 --- a/.buildkite/pipelines/pull-request/packaging-tests-unix.yml +++ b/.buildkite/pipelines/pull-request/packaging-tests-unix.yml @@ -15,7 +15,6 @@ steps: - oraclelinux-8 - oraclelinux-9 - sles-15 - - ubuntu-2004 - ubuntu-2204 - ubuntu-2404 - rocky-8 diff --git a/.buildkite/pipelines/pull-request/packaging-upgrade-tests.yml b/.buildkite/pipelines/pull-request/packaging-upgrade-tests.yml index c62cf23310422..c19ba8bea66a2 100644 --- a/.buildkite/pipelines/pull-request/packaging-upgrade-tests.yml +++ b/.buildkite/pipelines/pull-request/packaging-upgrade-tests.yml @@ -12,7 +12,7 @@ steps: setup: image: - rocky-8 - - ubuntu-2004 + - ubuntu-2404 agents: provider: gcp image: family/elasticsearch-{{matrix.image}} diff --git a/.buildkite/pipelines/pull-request/part-1-arm.yml b/.buildkite/pipelines/pull-request/part-1-arm.yml index 5e94f90c67754..ef833aa9a04a2 100644 --- a/.buildkite/pipelines/pull-request/part-1-arm.yml +++ b/.buildkite/pipelines/pull-request/part-1-arm.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 300 agents: provider: aws - imagePrefix: elasticsearch-ubuntu-2004-aarch64 + imagePrefix: elasticsearch-ubuntu-2404-aarch64 instanceType: m6g.8xlarge diskSizeGb: 350 diskType: gp3 diff --git a/.buildkite/pipelines/pull-request/part-1-fips.yml b/.buildkite/pipelines/pull-request/part-1-fips.yml index 20518200cd9b8..bc61466f30bdb 100644 --- a/.buildkite/pipelines/pull-request/part-1-fips.yml +++ b/.buildkite/pipelines/pull-request/part-1-fips.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-1.yml b/.buildkite/pipelines/pull-request/part-1.yml index 7a09e2a162ff8..f101923e4a828 100644 --- a/.buildkite/pipelines/pull-request/part-1.yml +++ b/.buildkite/pipelines/pull-request/part-1.yml @@ -6,6 +6,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-2-arm.yml b/.buildkite/pipelines/pull-request/part-2-arm.yml index 9a89ddf4a0eac..812a9a476beb7 100644 --- a/.buildkite/pipelines/pull-request/part-2-arm.yml +++ b/.buildkite/pipelines/pull-request/part-2-arm.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 300 agents: provider: aws - imagePrefix: elasticsearch-ubuntu-2004-aarch64 + imagePrefix: elasticsearch-ubuntu-2404-aarch64 instanceType: m6g.8xlarge diskSizeGb: 350 diskType: gp3 diff --git a/.buildkite/pipelines/pull-request/part-2-fips.yml b/.buildkite/pipelines/pull-request/part-2-fips.yml index aa555cfd2b24f..0ca8422cd988d 100644 --- a/.buildkite/pipelines/pull-request/part-2-fips.yml +++ b/.buildkite/pipelines/pull-request/part-2-fips.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-2.yml b/.buildkite/pipelines/pull-request/part-2.yml index 43de69bbcd945..4b3b04360f253 100644 --- a/.buildkite/pipelines/pull-request/part-2.yml +++ b/.buildkite/pipelines/pull-request/part-2.yml @@ -4,6 +4,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-3-arm.yml b/.buildkite/pipelines/pull-request/part-3-arm.yml index 003300597af28..7f079e372f737 100644 --- a/.buildkite/pipelines/pull-request/part-3-arm.yml +++ b/.buildkite/pipelines/pull-request/part-3-arm.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 300 agents: provider: aws - imagePrefix: elasticsearch-ubuntu-2004-aarch64 + imagePrefix: elasticsearch-ubuntu-2404-aarch64 instanceType: m6g.8xlarge diskSizeGb: 350 diskType: gp3 diff --git a/.buildkite/pipelines/pull-request/part-3-fips.yml b/.buildkite/pipelines/pull-request/part-3-fips.yml index a95d7d50ac9d9..00379f979eb9b 100644 --- a/.buildkite/pipelines/pull-request/part-3-fips.yml +++ b/.buildkite/pipelines/pull-request/part-3-fips.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-3.yml b/.buildkite/pipelines/pull-request/part-3.yml index 12abae7634822..c0ac67d5e48fe 100644 --- a/.buildkite/pipelines/pull-request/part-3.yml +++ b/.buildkite/pipelines/pull-request/part-3.yml @@ -6,6 +6,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-4-arm.yml b/.buildkite/pipelines/pull-request/part-4-arm.yml index 6462eba287bd6..cde234397884f 100644 --- a/.buildkite/pipelines/pull-request/part-4-arm.yml +++ b/.buildkite/pipelines/pull-request/part-4-arm.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 300 agents: provider: aws - imagePrefix: elasticsearch-ubuntu-2004-aarch64 + imagePrefix: elasticsearch-ubuntu-2404-aarch64 instanceType: m6g.8xlarge diskSizeGb: 350 diskType: gp3 diff --git a/.buildkite/pipelines/pull-request/part-4-fips.yml b/.buildkite/pipelines/pull-request/part-4-fips.yml index d0a580817046c..c56cf6d89186a 100644 --- a/.buildkite/pipelines/pull-request/part-4-fips.yml +++ b/.buildkite/pipelines/pull-request/part-4-fips.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-4.yml b/.buildkite/pipelines/pull-request/part-4.yml index 8774389a43e26..dcb91951811a4 100644 --- a/.buildkite/pipelines/pull-request/part-4.yml +++ b/.buildkite/pipelines/pull-request/part-4.yml @@ -6,6 +6,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: n1-standard-32 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-5-arm.yml b/.buildkite/pipelines/pull-request/part-5-arm.yml index 7bc3a6157155b..f418ea94f8484 100644 --- a/.buildkite/pipelines/pull-request/part-5-arm.yml +++ b/.buildkite/pipelines/pull-request/part-5-arm.yml @@ -6,7 +6,7 @@ steps: timeout_in_minutes: 300 agents: provider: aws - imagePrefix: elasticsearch-ubuntu-2004-aarch64 + imagePrefix: elasticsearch-ubuntu-2404-aarch64 instanceType: m6g.8xlarge diskSizeGb: 350 diskType: gp3 diff --git a/.buildkite/pipelines/pull-request/part-5-fips.yml b/.buildkite/pipelines/pull-request/part-5-fips.yml index 3c73d396cd4f1..e42563a551959 100644 --- a/.buildkite/pipelines/pull-request/part-5-fips.yml +++ b/.buildkite/pipelines/pull-request/part-5-fips.yml @@ -8,6 +8,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/part-5.yml b/.buildkite/pipelines/pull-request/part-5.yml index 306ce7533d0ed..176302e5214dd 100644 --- a/.buildkite/pipelines/pull-request/part-5.yml +++ b/.buildkite/pipelines/pull-request/part-5.yml @@ -6,6 +6,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/precommit.yml b/.buildkite/pipelines/pull-request/precommit.yml index 1763758932581..7c16ad6311033 100644 --- a/.buildkite/pipelines/pull-request/precommit.yml +++ b/.buildkite/pipelines/pull-request/precommit.yml @@ -9,6 +9,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/release-tests.yml b/.buildkite/pipelines/pull-request/release-tests.yml index 101f13e569514..38cca912eab55 100644 --- a/.buildkite/pipelines/pull-request/release-tests.yml +++ b/.buildkite/pipelines/pull-request/release-tests.yml @@ -17,6 +17,6 @@ steps: - checkPart5 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 diskSizeGb: 350 machineType: custom-32-98304 diff --git a/.buildkite/pipelines/pull-request/rest-compatibility.yml b/.buildkite/pipelines/pull-request/rest-compatibility.yml index a69810e23d960..63ceeffffc5c8 100644 --- a/.buildkite/pipelines/pull-request/rest-compatibility.yml +++ b/.buildkite/pipelines/pull-request/rest-compatibility.yml @@ -6,6 +6,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/pipelines/pull-request/validate-changelogs.yml b/.buildkite/pipelines/pull-request/validate-changelogs.yml index 9451d321a9b39..718222d82859b 100644 --- a/.buildkite/pipelines/pull-request/validate-changelogs.yml +++ b/.buildkite/pipelines/pull-request/validate-changelogs.yml @@ -4,6 +4,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/scripts/pull-request/__snapshots__/pipeline.test.ts.snap b/.buildkite/scripts/pull-request/__snapshots__/pipeline.test.ts.snap index 50dea7a07e042..df00efdbaf102 100644 --- a/.buildkite/scripts/pull-request/__snapshots__/pipeline.test.ts.snap +++ b/.buildkite/scripts/pull-request/__snapshots__/pipeline.test.ts.snap @@ -12,7 +12,7 @@ exports[`generatePipelines should generate correct pipelines with a non-docs cha { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -63,7 +63,7 @@ exports[`generatePipelines should generate correct pipelines with only docs chan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -89,7 +89,7 @@ exports[`generatePipelines should generate correct pipelines with full BWC expan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -104,7 +104,7 @@ exports[`generatePipelines should generate correct pipelines with full BWC expan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -119,7 +119,7 @@ exports[`generatePipelines should generate correct pipelines with full BWC expan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -134,7 +134,7 @@ exports[`generatePipelines should generate correct pipelines with full BWC expan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -149,7 +149,7 @@ exports[`generatePipelines should generate correct pipelines with full BWC expan { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -214,7 +214,7 @@ exports[`generatePipelines should generate correct pipelines with a non-docs cha { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, @@ -268,7 +268,7 @@ exports[`generatePipelines should generate correct pipelines with a non-docs cha { "agents": { "buildDirectory": "/dev/shm/bk", - "image": "family/elasticsearch-ubuntu-2004", + "image": "family/elasticsearch-ubuntu-2404", "machineType": "custom-32-98304", "provider": "gcp", }, diff --git a/.buildkite/scripts/pull-request/mocks/pipelines/bwc-snapshots.yml b/.buildkite/scripts/pull-request/mocks/pipelines/bwc-snapshots.yml index 0f549ed9f1195..cad69eba7e905 100644 --- a/.buildkite/scripts/pull-request/mocks/pipelines/bwc-snapshots.yml +++ b/.buildkite/scripts/pull-request/mocks/pipelines/bwc-snapshots.yml @@ -14,7 +14,7 @@ steps: BWC_VERSION: $SNAPSHOT_BWC_VERSIONS agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: diff --git a/.buildkite/scripts/pull-request/mocks/pipelines/docs-check.yml b/.buildkite/scripts/pull-request/mocks/pipelines/docs-check.yml index 2201eb2d1e4ea..9d3e92508210b 100644 --- a/.buildkite/scripts/pull-request/mocks/pipelines/docs-check.yml +++ b/.buildkite/scripts/pull-request/mocks/pipelines/docs-check.yml @@ -9,6 +9,6 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk diff --git a/.buildkite/scripts/pull-request/mocks/pipelines/full-bwc.yml b/.buildkite/scripts/pull-request/mocks/pipelines/full-bwc.yml index 2737597815ad0..073054ca7bbe4 100644 --- a/.buildkite/scripts/pull-request/mocks/pipelines/full-bwc.yml +++ b/.buildkite/scripts/pull-request/mocks/pipelines/full-bwc.yml @@ -10,7 +10,7 @@ steps: timeout_in_minutes: 300 agents: provider: gcp - image: family/elasticsearch-ubuntu-2004 + image: family/elasticsearch-ubuntu-2404 machineType: custom-32-98304 buildDirectory: /dev/shm/bk env: