3
3
steps :
4
4
- group : packaging-tests-unix
5
5
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
9
9
timeout_in_minutes : 300
10
10
matrix :
11
11
setup :
@@ -22,18 +22,71 @@ steps:
22
22
- ubuntu-2004
23
23
- ubuntu-2204
24
24
- 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
25
84
- rhel-7
26
85
- rhel-8
27
86
- rhel-9
28
87
- almalinux-8
29
- PACKAGING_TASK :
30
- - destructiveDistroTest.docker
31
- - destructiveDistroTest.packages
32
- - destructiveDistroTest.archives
33
88
agents :
34
89
provider : gcp
35
90
image : family/elasticsearch-{{matrix.image}}
36
91
diskSizeGb : 350
37
92
machineType : custom-16-32768
38
- env :
39
- PACKAGING_TASK : " {{matrix.PACKAGING_TASK}}"
0 commit comments