[all-commits] [llvm/llvm-project] 042abb: [clang] Move the Clang CI jobs off of the libc++ b...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Aug 10 05:30:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 042abb477c3ff880ea66b36d81388eae05b0f457
https://github.com/llvm/llvm-project/commit/042abb477c3ff880ea66b36d81388eae05b0f457
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M clang/utils/ci/buildkite-pipeline.yml
Log Message:
-----------
[clang] Move the Clang CI jobs off of the libc++ builders
The libc++ builders do not have the capacity to serve both libc++ and
Clang CI needs. We initially used the libc++ builders when adding
pre-commit CI for Clang as an experiment, however this setup has been
problematic for libc++ for a long time. It makes libc++ CI turnaround
way too slow, which has been a frequent source of frustration.
We didn't want to make this change before the release to avoid rocking
the boat too much in such an important time, however now that the
release has been cut, we need to make this change. This will shift
the traffic for Clang pre-commit CI from the libc++ builders to the
builders that have been used for Clang pre-commit CI defined outside
of Clang's BuildKite pipeline.
Differential Revision: https://reviews.llvm.org/D157324
More information about the All-commits
mailing list