[all-commits] [llvm/llvm-project] 4bd32c: [libc++] Remove anchors for agent queues from the ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Dec 14 06:52:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bd32cc445dd4ac3e15e0a72776bbd8f650fb086
https://github.com/llvm/llvm-project/commit/4bd32cc445dd4ac3e15e0a72776bbd8f650fb086
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M libcxx/utils/ci/buildkite-pipeline.yml
Log Message:
-----------
[libc++] Remove anchors for agent queues from the BuildKite pipeline configuration (#75359)
We didn't save that much boilerplate with those anchors, but it made the
pipeline description harder to understand because the definition of the
jobs and the agents they run on were so far apart. Anchors are useful
for the other common boilerplate we truly share between all jobs, but it
seems reasonable to define agent queues in-line.
More information about the All-commits
mailing list