Skip to content

Commit

Permalink
Merge v1.x into v2.x (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodb-php-bot authored Nov 5, 2024
2 parents a77ce7b + 21f5e44 commit 6c0875f
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit 6c0875f

Please sign in to comment.