Skip to content

Commit 14452c4

Browse files
committed
Revert "[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64"
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
1 parent 4e4f839 commit 14452c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ steps:
678678
- "**/test-results.xml"
679679
- "**/*.abilist"
680680
agents:
681-
queue: "libcxx-builders-linaro-arm-test"
681+
queue: "libcxx-builders-linaro-arm"
682682
arch: "aarch64"
683683
retry:
684684
automatic:
@@ -692,7 +692,7 @@ steps:
692692
- "**/test-results.xml"
693693
- "**/*.abilist"
694694
agents:
695-
queue: "libcxx-builders-linaro-arm-test"
695+
queue: "libcxx-builders-linaro-arm"
696696
arch: "aarch64"
697697
retry:
698698
automatic:
@@ -706,7 +706,7 @@ steps:
706706
- "**/test-results.xml"
707707
- "**/*.abilist"
708708
agents:
709-
queue: "libcxx-builders-linaro-arm-test"
709+
queue: "libcxx-builders-linaro-arm"
710710
arch: "armv8l"
711711
retry:
712712
automatic:
@@ -720,7 +720,7 @@ steps:
720720
- "**/test-results.xml"
721721
- "**/*.abilist"
722722
agents:
723-
queue: "libcxx-builders-linaro-arm-test"
723+
queue: "libcxx-builders-linaro-arm"
724724
arch: "armv8l"
725725
retry:
726726
automatic:
@@ -734,7 +734,7 @@ steps:
734734
- "**/test-results.xml"
735735
- "**/*.abilist"
736736
agents:
737-
queue: "libcxx-builders-linaro-arm-test"
737+
queue: "libcxx-builders-linaro-arm"
738738
arch: "armv8l" # Compiling for v7, running on v8 hardware
739739
retry:
740740
automatic:
@@ -748,7 +748,7 @@ steps:
748748
- "**/test-results.xml"
749749
- "**/*.abilist"
750750
agents:
751-
queue: "libcxx-builders-linaro-arm-test"
751+
queue: "libcxx-builders-linaro-arm"
752752
arch: "armv8l" # Compiling for v7, running on v8 hardware
753753
retry:
754754
automatic:

0 commit comments

Comments
 (0)