@@ -24,10 +24,16 @@ buildvariants:
2424 run_on : rhel90-small
2525 tasks :
2626 - 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"
2929 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
3137 tasks :
3238 - name : " build-all-php"
3339 - name : build-rhel8-arm64
@@ -36,12 +42,6 @@ buildvariants:
3642 run_on : rhel82-arm64
3743 tasks :
3844 - 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"
4545 - name : build-rhel8
4646 display_name : " Build: RHEL 8 x64"
4747 tags : ["build", "rhel", "x64", "pr", "tag"]
0 commit comments