Skip to content

PHPC-2413: Use new distros for RHEL ppc and Z #1647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024
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
20 changes: 10 additions & 10 deletions .evergreen/config/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@ buildvariants:
run_on: rhel90-small
tasks:
- name: "build-php-openssl3"
- name: build-rhel83-zseries
display_name: "Build: RHEL 8.3 Zseries"
- name: build-rhel8-zseries
display_name: "Build: RHEL 8 Zseries"
tags: ["build", "rhel", "zseries", "tag"]
run_on: rhel83-zseries-small
run_on: rhel8-zseries-small
tasks:
- name: "build-all-php"
- name: build-rhel82-arm64
display_name: "Build: RHEL 8.2 ARM64"
- name: build-rhel8-arm64
display_name: "Build: RHEL 8 ARM64"
tags: ["build", "rhel", "arm64", "tag"]
run_on: rhel82-arm64
tasks:
- name: "build-all-php"
- name: build-rhel81-power8
display_name: "Build: RHEL 8.1 Power8"
- name: build-rhel8-power8
display_name: "Build: RHEL 8 Power8"
tags: ["build", "rhel", "power8", "tag"]
run_on: rhel81-power8-large
run_on: rhel8-power-large
tasks:
- name: "build-all-php"
- name: build-rhel80
display_name: "Build: RHEL 8.0"
- name: build-rhel8
display_name: "Build: RHEL 8 x64"
tags: ["build", "rhel", "x64", "pr", "tag"]
run_on: rhel80-small
tasks:
Expand Down