Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Elasticsearch version to 9.0.0 #112570

Merged
merged 44 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
4de21a2
Initial version bump to Elasticsearch 9.0
mark-vieira Sep 3, 2024
da4131a
Reintroduce concept of a major-1.x branch to BwcVersions
mark-vieira Sep 3, 2024
57f4549
Update rest compat plugin tests
mark-vieira Sep 4, 2024
ec32cec
Remove testing of 7.x here for now
mark-vieira Sep 4, 2024
d865159
Use minimum wire compatible version for CCS testing
mark-vieira Sep 4, 2024
23a67bc
Remove overriden rest compatibility tests
mark-vieira Sep 4, 2024
934f805
Fix more build-tools tests
mark-vieira Sep 4, 2024
849dbf6
Skip the DRA step for now
mark-vieira Sep 4, 2024
7f4d253
Filter known index versions earlier than minimum compatible version
mark-vieira Sep 4, 2024
96f129f
Revert minimum index version for now, we can follow up
mark-vieira Sep 4, 2024
4224077
Fix full cluster restart tests against older elasticsearch versions
mark-vieira Sep 4, 2024
0c6f6a7
Let's shake out all the tests
mark-vieira Sep 4, 2024
4f97013
Just use API version 8 for now
mark-vieira Sep 4, 2024
2902a7e
Disable rest api version assertion
mark-vieira Sep 4, 2024
df7a1a9
More test fixes
mark-vieira Sep 5, 2024
68c03c2
Merge branch 'main' into es-9.0-bump
mark-vieira Sep 5, 2024
5cee3be
Remove rest compat testing overrides
mark-vieira Sep 5, 2024
abefa06
Remove compat test config
mark-vieira Sep 5, 2024
bfcd057
Mute some tests that need to be updated for 9.0
mark-vieira Sep 5, 2024
097e52f
Bump minimum compatible index version
mark-vieira Sep 5, 2024
ee3d58b
Update pipelines
mark-vieira Sep 5, 2024
f14b7d0
Merge branch 'main' into es-9.0-bump
mark-vieira Sep 5, 2024
c6fa8d3
Bump versions for 8.15.1 release
mark-vieira Sep 5, 2024
aa40d48
Remove (or mute) all test references to pre 8.0 index versions
mark-vieira Sep 5, 2024
c567e4d
Cleanup
mark-vieira Sep 5, 2024
960ce1c
More test fixes
mark-vieira Sep 5, 2024
05a5469
Remove temporary skip
mark-vieira Sep 5, 2024
89ebde0
AwaitsFix #112572
mark-vieira Sep 6, 2024
117bb71
Update missing references to 8.x branch
mark-vieira Sep 6, 2024
f8c62a2
Merge branch 'main' into es-9.0-bump
mark-vieira Sep 6, 2024
dd1f623
Remove hard-coded references to minimum wire compatible version
mark-vieira Sep 6, 2024
347d6e1
Remove gradle --continue flag from CI script
mark-vieira Sep 6, 2024
d64a487
Mute geoip full cluster restart test
Leuteris Sep 6, 2024
500f49b
Simply BwcVersions to remove filtering of unavailable aarch64 versions
mark-vieira Sep 6, 2024
0867135
Spotless
mark-vieira Sep 6, 2024
2df8ffa
Merge branch 'main' into es-9.0-bump
mark-vieira Sep 6, 2024
b399a2a
Merge branch 'main' into es-9.0-bump
elasticmachine Sep 9, 2024
4396152
Merge branch 'main' into es-9.0-bump
elasticmachine Sep 9, 2024
bf48b1d
Merge remote-tracking branch 'upstream/main' into es-9.0-bump
jakelandis Sep 10, 2024
f263fe3
Merge branch 'main' into es-9.0-bump
elasticmachine Sep 10, 2024
2fa0cc2
Merge branch 'main' into es-9.0-bump
elasticmachine Sep 10, 2024
10ba96c
remove reference to yamlRestTestV7CompatTransform brought in by last …
jakelandis Sep 10, 2024
9ea48ec
bump the ML version
jakelandis Sep 10, 2024
bd39d7c
Merge remote-tracking branch 'upstream/main' into es-9.0-bump
jakelandis Sep 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"upstream" : "elastic/elasticsearch",
"targetBranchChoices" : [ "main", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
"targetBranchChoices" : [ "main", "8.x", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
"targetPRLabels" : [ "backport" ],
"branchLabelMapping" : {
"^v8.16.0$" : "main",
"^v9.0.0$" : "main",
"^v8.16.0$" : "8.x",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
}
}
}
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
BWC_VERSION: ["8.15.2", "8.16.0", "9.0.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
323 changes: 17 additions & 306 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,312 +33,6 @@ steps:
env: {}
- group: packaging-tests-upgrade
steps:
- label: "{{matrix.image}} / 7.0.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.0.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.0.1

- label: "{{matrix.image}} / 7.1.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.1.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.1.1

- label: "{{matrix.image}} / 7.2.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.2.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.2.1

- label: "{{matrix.image}} / 7.3.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.3.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.3.2

- label: "{{matrix.image}} / 7.4.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.4.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.4.2

- label: "{{matrix.image}} / 7.5.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.5.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.5.2

- label: "{{matrix.image}} / 7.6.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.6.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.6.2

- label: "{{matrix.image}} / 7.7.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.7.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.7.1

- label: "{{matrix.image}} / 7.8.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.8.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.8.1

- label: "{{matrix.image}} / 7.9.3 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.9.3
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.9.3

- label: "{{matrix.image}} / 7.10.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.10.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.10.2

- label: "{{matrix.image}} / 7.11.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.11.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.11.2

- label: "{{matrix.image}} / 7.12.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.12.1
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.12.1

- label: "{{matrix.image}} / 7.13.4 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.13.4
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.13.4

- label: "{{matrix.image}} / 7.14.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.14.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.14.2

- label: "{{matrix.image}} / 7.15.2 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.15.2
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.15.2

- label: "{{matrix.image}} / 7.16.3 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.16.3
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.16.3

- label: "{{matrix.image}} / 7.17.24 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.24
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 7.17.24

- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1
timeout_in_minutes: 300
Expand Down Expand Up @@ -628,6 +322,23 @@ steps:
env:
BWC_VERSION: 8.16.0

- label: "{{matrix.image}} / 9.0.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.0
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
diskSizeGb: 250
env:
BWC_VERSION: 9.0.0

- group: packaging-tests-windows
steps:
- label: "{{matrix.image}} / packaging-tests-windows"
Expand Down
Loading
Loading