Skip to content

Commit 75de263

Browse files
authored
[8.10] [buildkite] Add most of the remaining periodic pipelines (#98043) (#99260)
1 parent ea55cc6 commit 75de263

15 files changed

+3019
-68
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- label: "{{matrix.image}} / $BWC_VERSION / packaging-tests-upgrade"
2+
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
3+
timeout_in_minutes: 300
4+
matrix:
5+
setup:
6+
image:
7+
- rocky-8
8+
- ubuntu-2004
9+
agents:
10+
provider: gcp
11+
image: family/elasticsearch-{{matrix.image}}
12+
machineType: custom-16-32768
13+
buildDirectory: /dev/shm/bk
14+
env:
15+
BWC_VERSION: $BWC_VERSION
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
steps:
2+
- group: packaging-tests-unix
3+
steps:
4+
- label: "{{matrix.image}} / packaging-tests-unix"
5+
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ destructivePackagingTest
6+
timeout_in_minutes: 300
7+
matrix:
8+
setup:
9+
image:
10+
- centos-7
11+
- debian-10
12+
- debian-11
13+
- opensuse-leap-15
14+
- oraclelinux-7
15+
- oraclelinux-8
16+
- sles-12
17+
- sles-15
18+
- ubuntu-1804
19+
- ubuntu-2004
20+
- ubuntu-2204
21+
- rocky-8
22+
- rhel-7
23+
- rhel-8
24+
- rhel-9
25+
- almalinux-8
26+
agents:
27+
provider: gcp
28+
image: family/elasticsearch-{{matrix.image}}
29+
diskSizeGb: 350
30+
machineType: custom-16-32768
31+
env: {}
32+
- group: packaging-tests-upgrade
33+
steps: $BWC_STEPS
34+
- group: packaging-tests-windows
35+
steps:
36+
- label: "{{matrix.image}} / packaging-tests-windows"
37+
command: |
38+
.\.buildkite\scripts\run-script.ps1 .\.ci\scripts\packaging-test.ps1
39+
timeout_in_minutes: 180
40+
matrix:
41+
setup:
42+
image:
43+
- windows-2016
44+
- windows-2019
45+
- windows-2022
46+
agents:
47+
provider: gcp
48+
image: family/elasticsearch-{{matrix.image}}
49+
machineType: custom-32-98304
50+
diskType: pd-ssd
51+
diskSizeGb: 350
52+
env: {}

0 commit comments

Comments
 (0)