Skip to content

Commit 3ffbe12

Browse files
authored
PHPC-2413: Use new distros for RHEL ppc and Z (#1647)
1 parent 45519bc commit 3ffbe12

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.evergreen/config/build-variants.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,26 @@ buildvariants:
3030
run_on: rhel90-small
3131
tasks:
3232
- name: "build-php-openssl3"
33-
- name: build-rhel83-zseries
34-
display_name: "Build: RHEL 8.3 Zseries"
33+
- name: build-rhel8-zseries
34+
display_name: "Build: RHEL 8 Zseries"
3535
tags: ["build", "rhel", "zseries", "tag"]
36-
run_on: rhel83-zseries-small
36+
run_on: rhel8-zseries-small
3737
tasks:
3838
- name: "build-all-php"
39-
- name: build-rhel82-arm64
40-
display_name: "Build: RHEL 8.2 ARM64"
39+
- name: build-rhel8-arm64
40+
display_name: "Build: RHEL 8 ARM64"
4141
tags: ["build", "rhel", "arm64", "tag"]
4242
run_on: rhel82-arm64
4343
tasks:
4444
- name: "build-all-php"
45-
- name: build-rhel81-power8
46-
display_name: "Build: RHEL 8.1 Power8"
45+
- name: build-rhel8-power8
46+
display_name: "Build: RHEL 8 Power8"
4747
tags: ["build", "rhel", "power8", "tag"]
48-
run_on: rhel81-power8-large
48+
run_on: rhel8-power-large
4949
tasks:
5050
- name: "build-all-php"
51-
- name: build-rhel80
52-
display_name: "Build: RHEL 8.0"
51+
- name: build-rhel8
52+
display_name: "Build: RHEL 8 x64"
5353
tags: ["build", "rhel", "x64", "pr", "tag"]
5454
run_on: rhel80-small
5555
tasks:

0 commit comments

Comments
 (0)