forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[buildkite] Add most of the remaining periodic pipelines (elastic#98043)
- Loading branch information
1 parent
8af9b4a
commit 077aaf5
Showing
15 changed files
with
3,045 additions
and
68 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
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.