Skip to content

Commit

Permalink
Revert "[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64"
Browse files Browse the repository at this point in the history
This reverts commit 406d418.

Our regular bots are now using clang-13. The previous set will remain
online for a while to check reviews that haven't rebased to include
this change yet.

Differential Revision: https://reviews.llvm.org/D121894
  • Loading branch information
DavidSpickett committed Mar 17, 2022
1 parent 4e4f839 commit 14452c4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libcxx/utils/ci/buildkite-pipeline.yml
Expand Up @@ -678,7 +678,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "aarch64"
retry:
automatic:
Expand All @@ -692,7 +692,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "aarch64"
retry:
automatic:
Expand All @@ -706,7 +706,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "armv8l"
retry:
automatic:
Expand All @@ -720,7 +720,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "armv8l"
retry:
automatic:
Expand All @@ -734,7 +734,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "armv8l" # Compiling for v7, running on v8 hardware
retry:
automatic:
Expand All @@ -748,7 +748,7 @@ steps:
- "**/test-results.xml"
- "**/*.abilist"
agents:
queue: "libcxx-builders-linaro-arm-test"
queue: "libcxx-builders-linaro-arm"
arch: "armv8l" # Compiling for v7, running on v8 hardware
retry:
automatic:
Expand Down

0 comments on commit 14452c4

Please sign in to comment.