Skip to content

Commit 9ac64ab

Browse files
authored
[libc++] Remove linux Buildkite builders entirely (llvm#73825)
This removes the Google hosted Linux buildkite builders. We have since moved all of them over to github actions. Follow up changes will be sent for android.
1 parent be811d1 commit 9ac64ab

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ jobs:
160160
'generic-no-unicode',
161161
'generic-no-wide-characters',
162162
'generic-static',
163-
'generic-with_llvm_unwinder'
163+
'generic-with_llvm_unwinder',
164+
# TODO Find a better place for the benchmark and bootstrapping builds to live. They're either very expensive
165+
# or don't provide much value since the benchmark run results are too noise on the bots.
166+
'benchmarks',
167+
'bootstrapping-build'
164168
]
165169
machine: [ 'libcxx-runners-8' ]
166170
std_modules: [ 'OFF' ]

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ definitions:
4343

4444
# Define agents using YAML anchors to reduce duplication
4545
agents_definitions:
46-
_linux_agent: &linux_agent
47-
agents:
48-
queue: libcxx-builders
49-
os: linux
5046
_windows_agent: &windows_agent
5147
agents:
5248
queue: windows
@@ -101,20 +97,6 @@ environment_definitions:
10197

10298

10399
steps:
104-
- label: Bootstrapping build
105-
command: libcxx/utils/ci/run-buildbot bootstrapping-build
106-
env:
107-
<<: *common_env
108-
<<: *linux_agent
109-
<<: *common
110-
111-
- label: Benchmarks
112-
command: libcxx/utils/ci/run-buildbot benchmarks
113-
env:
114-
<<: *common_env
115-
<<: *linux_agent
116-
<<: *common
117-
118100
- group: ':windows: Windows'
119101
steps:
120102
- label: Clang-cl (DLL)

0 commit comments

Comments
 (0)