diff --git a/.evergreen/config/build-variants.yml b/.evergreen/config/build-variants.yml index fcae62505..142b88b66 100644 --- a/.evergreen/config/build-variants.yml +++ b/.evergreen/config/build-variants.yml @@ -24,10 +24,16 @@ buildvariants: run_on: rhel90-small tasks: - name: "build-all-php" - - name: build-rhel8-zseries - display_name: "Build: RHEL 8 Zseries" + - name: build-rhel9-zseries + display_name: "Build: RHEL 9 Zseries" tags: ["build", "rhel", "zseries", "tag"] - run_on: rhel8-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-rhel8-arm64 @@ -36,12 +42,6 @@ buildvariants: run_on: rhel82-arm64 tasks: - name: "build-all-php" - - name: build-rhel8-power8 - display_name: "Build: RHEL 8 Power8" - tags: ["build", "rhel", "power8", "tag"] - run_on: rhel8-power-large - tasks: - - name: "build-all-php" - name: build-rhel8 display_name: "Build: RHEL 8 x64" tags: ["build", "rhel", "x64", "pr", "tag"]