Skip to content

Commit 7a85091

Browse files
authored
[ci] Add rocky-9 to matrix in packaging and platform jobs (#101653) (#101780)
(cherry picked from commit a36156e)
1 parent cd50e0e commit 7a85091

File tree

4 files changed

+65
-9
lines changed

4 files changed

+65
-9
lines changed

.buildkite/pipelines/periodic-packaging.template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
- ubuntu-2004
2020
- ubuntu-2204
2121
- rocky-8
22+
- rocky-9
2223
- rhel-7
2324
- rhel-8
2425
- rhel-9

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ steps:
2020
- ubuntu-2004
2121
- ubuntu-2204
2222
- rocky-8
23+
- rocky-9
2324
- rhel-7
2425
- rhel-8
2526
- rhel-9

.buildkite/pipelines/periodic-platform-support.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
- ubuntu-2004
2020
- ubuntu-2204
2121
- rocky-8
22+
- rocky-9
2223
- rhel-7
2324
- rhel-8
2425
- rhel-9

.buildkite/pipelines/pull-request/packaging-tests-unix.yml

Lines changed: 62 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ config:
33
steps:
44
- group: packaging-tests-unix
55
steps:
6-
- label: "{{matrix.image}} / {{matrix.PACKAGING_TASK}} / packaging-tests-unix"
7-
key: "packaging-tests-unix"
8-
command: ./.ci/scripts/packaging-test.sh $$PACKAGING_TASK
6+
- label: "{{matrix.image}} / docker / packaging-tests-unix"
7+
key: "packaging-tests-unix-docker"
8+
command: ./.ci/scripts/packaging-test.sh destructiveDistroTest.docker
99
timeout_in_minutes: 300
1010
matrix:
1111
setup:
@@ -22,18 +22,71 @@ steps:
2222
- ubuntu-2004
2323
- ubuntu-2204
2424
- rocky-8
25+
- rocky-9
26+
- rhel-7
27+
- rhel-8
28+
- rhel-9
29+
- almalinux-8
30+
agents:
31+
provider: gcp
32+
image: family/elasticsearch-{{matrix.image}}
33+
diskSizeGb: 350
34+
machineType: custom-16-32768
35+
- label: "{{matrix.image}} / packages / packaging-tests-unix"
36+
key: "packaging-tests-unix-packages"
37+
command: ./.ci/scripts/packaging-test.sh destructiveDistroTest.packages
38+
timeout_in_minutes: 300
39+
matrix:
40+
setup:
41+
image:
42+
- centos-7
43+
- debian-10
44+
- debian-11
45+
- opensuse-leap-15
46+
- oraclelinux-7
47+
- oraclelinux-8
48+
- sles-12
49+
- sles-15
50+
- ubuntu-1804
51+
- ubuntu-2004
52+
- ubuntu-2204
53+
- rocky-8
54+
- rocky-9
55+
- rhel-7
56+
- rhel-8
57+
- rhel-9
58+
- almalinux-8
59+
agents:
60+
provider: gcp
61+
image: family/elasticsearch-{{matrix.image}}
62+
diskSizeGb: 350
63+
machineType: custom-16-32768
64+
- label: "{{matrix.image}} / archives / packaging-tests-unix"
65+
key: "packaging-tests-unix-archives"
66+
command: ./.ci/scripts/packaging-test.sh destructiveDistroTest.archives
67+
timeout_in_minutes: 300
68+
matrix:
69+
setup:
70+
image:
71+
- centos-7
72+
- debian-10
73+
- debian-11
74+
- opensuse-leap-15
75+
- oraclelinux-7
76+
- oraclelinux-8
77+
- sles-12
78+
- sles-15
79+
- ubuntu-1804
80+
- ubuntu-2004
81+
- ubuntu-2204
82+
- rocky-8
83+
- rocky-9
2584
- rhel-7
2685
- rhel-8
2786
- rhel-9
2887
- almalinux-8
29-
PACKAGING_TASK:
30-
- destructiveDistroTest.docker
31-
- destructiveDistroTest.packages
32-
- destructiveDistroTest.archives
3388
agents:
3489
provider: gcp
3590
image: family/elasticsearch-{{matrix.image}}
3691
diskSizeGb: 350
3792
machineType: custom-16-32768
38-
env:
39-
PACKAGING_TASK: "{{matrix.PACKAGING_TASK}}"

0 commit comments

Comments
 (0)