Skip to content

[libc++] Remove linux Buildkite builders entirely #73825

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/libcxx-build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,11 @@ jobs:
'generic-no-unicode',
'generic-no-wide-characters',
'generic-static',
'generic-with_llvm_unwinder'
'generic-with_llvm_unwinder',
# TODO Find a better place for the benchmark and bootstrapping builds to live. They're either very expensive
# or don't provide much value since the benchmark run results are too noise on the bots.
'benchmarks',
'bootstrapping-build'
]
machine: [ 'libcxx-runners-8' ]
std_modules: [ 'OFF' ]
Expand Down
23 changes: 5 additions & 18 deletions libcxx/utils/ci/buildkite-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ definitions:

# Define agents using YAML anchors to reduce duplication
agents_definitions:
_linux_agent: &linux_agent
agents:
queue: libcxx-builders
os: linux
_windows_agent: &windows_agent
agents:
queue: windows
Expand Down Expand Up @@ -101,20 +97,6 @@ environment_definitions:


steps:
- label: Bootstrapping build
command: libcxx/utils/ci/run-buildbot bootstrapping-build
env:
<<: *common_env
<<: *linux_agent
<<: *common

- label: Benchmarks
command: libcxx/utils/ci/run-buildbot benchmarks
env:
<<: *common_env
<<: *linux_agent
<<: *common

- group: ':windows: Windows'
steps:
- label: Clang-cl (DLL)
Expand Down Expand Up @@ -227,6 +209,11 @@ steps:
<<: *arm_agent_armv8l
<<: *common

- label: Armv7-M picolibc
command: libcxx/utils/ci/run-buildbot armv7m-picolibc
<<: *arm_agent_aarch64
<<: *common

- group: AIX
steps:
- label: AIX (32-bit)
Expand Down