Skip to content

Commit 21f5e44

Browse files
authored
Test on RHEL 9 for PPC/Zseries (#1522)
1 parent 11ead60 commit 21f5e44

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.evergreen/config/build-variants.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,16 @@ buildvariants:
2323
run_on: rhel90-small
2424
tasks:
2525
- name: "build-all-php"
26-
- name: build-rhel83-zseries
27-
display_name: "Build: RHEL 8.3 Zseries"
26+
- name: build-rhel9-zseries
27+
display_name: "Build: RHEL 9 Zseries"
2828
tags: ["build", "rhel", "zseries", "tag"]
29-
run_on: rhel83-zseries-small
29+
run_on: rhel9-zseries-small
30+
tasks:
31+
- name: "build-all-php"
32+
- name: build-rhel9-power
33+
display_name: "Build: RHEL 9 PPC"
34+
tags: ["build", "rhel", "power", "tag"]
35+
run_on: rhel9-power-small
3036
tasks:
3137
- name: "build-all-php"
3238
- name: build-rhel82-arm64
@@ -35,12 +41,6 @@ buildvariants:
3541
run_on: rhel82-arm64
3642
tasks:
3743
- name: "build-all-php"
38-
- name: build-rhel81-power8
39-
display_name: "Build: RHEL 8.1 Power8"
40-
tags: ["build", "rhel", "power8", "tag"]
41-
run_on: rhel81-power8-large
42-
tasks:
43-
- name: "build-all-php"
4444
- name: build-rhel80
4545
display_name: "Build: RHEL 8.0"
4646
tags: ["build", "rhel", "x64", "pr", "tag"]

0 commit comments

Comments
 (0)