Skip to content

Commit 070852e

Browse files
authored
Remove libc arm32 buildbot (#517)
Remove the arm32 buildbot as it has been replaced with the qemu arm32 buildbot.
1 parent 0537800 commit 070852e

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,15 +2321,6 @@
23212321
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
23222322
extra_args=['--debug'])},
23232323

2324-
{'name' : 'libc-arm32-debian-dbg',
2325-
'tags' : ["libc"],
2326-
'workernames' : ['libc-arm32-debian'],
2327-
'builddir': 'libc-arm32-debian-dbg',
2328-
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
2329-
script="libc-linux.py",
2330-
depends_on_projects=['llvm', 'libc', 'clang', 'clang-tools-extra'],
2331-
extra_args=['--debug'])},
2332-
23332324
{'name' : 'libc-arm32-qemu-debian-dbg',
23342325
'tags' : ["libc"],
23352326
'workernames' : ['libc-arm32-qemu-debian'],

buildbot/osuosl/master/config/status.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ def getReporters():
290290
builders = [
291291
"libc-aarch64-ubuntu-dbg",
292292
"libc-aarch64-ubuntu-fullbuild-dbg",
293-
"libc-arm32-debian-dbg",
294293
"libc-arm32-qemu-debian-dbg",
295294
"libc-riscv64-debian-dbg",
296295
"libc-riscv64-debian-fullbuild-dbg",

buildbot/osuosl/master/config/workers.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ def get_all():
161161
# Windows x86_64 32 CPUs, 125 GB RAM
162162
create_worker("libc-x86_64-windows", properties={'jobs': 32}, max_builds=2),
163163

164-
# Debian arm32 single core, 512 MB RAM backed by 32 GB swap memory
165-
create_worker("libc-arm32-debian", properties={'jobs': 1}, max_builds=1),
166-
167164
# Debian x86_64 AMD Rome 16 CPUs, 64 GB RAM
168165
create_worker("libc-arm32-qemu-debian", properties={'jobs': 16}, max_builds=1),
169166

0 commit comments

Comments
 (0)