@@ -24,10 +24,16 @@ buildvariants:
24
24
run_on : rhel90-small
25
25
tasks :
26
26
- name : " build-all-php"
27
- - name : build-rhel8 -zseries
28
- display_name : " Build: RHEL 8 Zseries"
27
+ - name : build-rhel9 -zseries
28
+ display_name : " Build: RHEL 9 Zseries"
29
29
tags : ["build", "rhel", "zseries", "tag"]
30
- run_on : rhel8-zseries-small
30
+ run_on : rhel9-zseries-small
31
+ tasks :
32
+ - name : " build-all-php"
33
+ - name : build-rhel9-power
34
+ display_name : " Build: RHEL 9 PPC"
35
+ tags : ["build", "rhel", "power", "tag"]
36
+ run_on : rhel9-power-small
31
37
tasks :
32
38
- name : " build-all-php"
33
39
- name : build-rhel8-arm64
@@ -36,12 +42,6 @@ buildvariants:
36
42
run_on : rhel82-arm64
37
43
tasks :
38
44
- name : " build-all-php"
39
- - name : build-rhel8-power8
40
- display_name : " Build: RHEL 8 Power8"
41
- tags : ["build", "rhel", "power8", "tag"]
42
- run_on : rhel8-power-large
43
- tasks :
44
- - name : " build-all-php"
45
45
- name : build-rhel8
46
46
display_name : " Build: RHEL 8 x64"
47
47
tags : ["build", "rhel", "x64", "pr", "tag"]
0 commit comments