Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .evergreen/config/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,16 @@ buildvariants:
run_on: rhel90-small
tasks:
- name: "build-all-php"
- name: build-rhel83-zseries
display_name: "Build: RHEL 8.3 Zseries"
- name: build-rhel9-zseries
display_name: "Build: RHEL 9 Zseries"
tags: ["build", "rhel", "zseries", "tag"]
run_on: rhel83-zseries-small
run_on: rhel9-zseries-small
tasks:
- name: "build-all-php"
- name: build-rhel9-power
display_name: "Build: RHEL 9 PPC"
tags: ["build", "rhel", "power", "tag"]
run_on: rhel9-power-small
tasks:
- name: "build-all-php"
- name: build-rhel82-arm64
Expand All @@ -35,12 +41,6 @@ buildvariants:
run_on: rhel82-arm64
tasks:
- name: "build-all-php"
- name: build-rhel81-power8
display_name: "Build: RHEL 8.1 Power8"
tags: ["build", "rhel", "power8", "tag"]
run_on: rhel81-power8-large
tasks:
- name: "build-all-php"
- name: build-rhel80
display_name: "Build: RHEL 8.0"
tags: ["build", "rhel", "x64", "pr", "tag"]
Expand Down