forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into tests_for_conversion_functions
- Loading branch information
Showing
1,977 changed files
with
27,014 additions
and
10,551 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
steps: | ||
- command: .buildkite/scripts/dra-workflow.sh | ||
env: | ||
USE_DRA_CREDENTIALS: "true" | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2204 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
steps: | ||
- label: ecs-dynamic-templates-tests | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.configure_test_clusters_with_one_processor=true :x-pack:plugin:stack:javaRestTest | ||
timeout_in_minutes: 420 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
diskSizeGb: 350 | ||
machineType: custom-32-98304 | ||
notify: | ||
- slack: "#es-delivery" | ||
if: build.state == "failed" | ||
- email: "[email protected]" | ||
if: build.state == "failed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
steps: | ||
- label: sanity-check | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files precommit | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- wait | ||
- label: part1 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart1 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- label: part2 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- label: part3 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart3 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- group: bwc-snapshots | ||
steps: | ||
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots" | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files v$$BWC_VERSION#bwcTest | ||
timeout_in_minutes: 300 | ||
matrix: | ||
setup: | ||
BWC_VERSION: $BWC_LIST | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
env: | ||
BWC_VERSION: "{{matrix.BWC_VERSION}}" | ||
- label: rest-compat | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkRestCompat | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- wait | ||
- trigger: elasticsearch-dra-workflow | ||
label: Trigger DRA snapshot workflow | ||
async: true | ||
build: | ||
branch: "$BUILDKITE_BRANCH" | ||
commit: "$BUILDKITE_COMMIT" | ||
env: | ||
DRA_WORKFLOW: snapshot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# This file is auto-generated. See .buildkite/pipelines/intake.template.yml | ||
steps: | ||
- label: sanity-check | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files precommit | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- wait | ||
- label: part1 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart1 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- label: part2 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart2 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- label: part3 | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkPart3 | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- group: bwc-snapshots | ||
steps: | ||
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots" | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files v$$BWC_VERSION#bwcTest | ||
timeout_in_minutes: 300 | ||
matrix: | ||
setup: | ||
BWC_VERSION: ["7.17.14", "8.9.3", "8.10.0", "8.11.0"] | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
env: | ||
BWC_VERSION: "{{matrix.BWC_VERSION}}" | ||
- label: rest-compat | ||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dorg.elasticsearch.build.cache.push=true -Dignore.tests.seed -Dscan.capture-task-input-files checkRestCompat | ||
timeout_in_minutes: 300 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-ubuntu-2004 | ||
machineType: custom-32-98304 | ||
buildDirectory: /dev/shm/bk | ||
- wait | ||
- trigger: elasticsearch-dra-workflow | ||
label: Trigger DRA snapshot workflow | ||
async: true | ||
build: | ||
branch: "$BUILDKITE_BRANCH" | ||
commit: "$BUILDKITE_COMMIT" | ||
env: | ||
DRA_WORKFLOW: snapshot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
- label: "{{matrix.image}} / $BWC_VERSION / packaging-tests-upgrade" | ||
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v$BWC_VERSION | ||
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 | ||
env: | ||
BWC_VERSION: $BWC_VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
steps: | ||
- group: packaging-tests-unix | ||
steps: | ||
- label: "{{matrix.image}} / packaging-tests-unix" | ||
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructivePackagingTest | ||
timeout_in_minutes: 300 | ||
matrix: | ||
setup: | ||
image: | ||
- centos-7 | ||
- debian-10 | ||
- debian-11 | ||
- opensuse-leap-15 | ||
- oraclelinux-7 | ||
- oraclelinux-8 | ||
- sles-12 | ||
- sles-15 | ||
- ubuntu-1804 | ||
- ubuntu-2004 | ||
- ubuntu-2204 | ||
- rocky-8 | ||
- rhel-7 | ||
- rhel-8 | ||
- rhel-9 | ||
- almalinux-8 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-{{matrix.image}} | ||
diskSizeGb: 350 | ||
machineType: custom-16-32768 | ||
env: {} | ||
- group: packaging-tests-upgrade | ||
steps: $BWC_STEPS | ||
- group: packaging-tests-windows | ||
steps: | ||
- label: "{{matrix.image}} / packaging-tests-windows" | ||
command: | | ||
.\.buildkite\scripts\run-script.ps1 .\.ci\scripts\packaging-test.ps1 | ||
timeout_in_minutes: 180 | ||
matrix: | ||
setup: | ||
image: | ||
- windows-2016 | ||
- windows-2019 | ||
- windows-2022 | ||
agents: | ||
provider: gcp | ||
image: family/elasticsearch-{{matrix.image}} | ||
machineType: custom-32-98304 | ||
diskType: pd-ssd | ||
diskSizeGb: 350 | ||
env: {} |
Oops, something went wrong.