Skip to content

Commit

Permalink
sort libc buildbot list
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 4, 2024
1 parent 029e402 commit 983da19
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions buildbot/osuosl/master/config/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,21 @@ def getReporters():
generators = [
utils.LLVMDefaultBuildStatusGenerator(
builders = [
"libc-x86_64-debian",
"libc-x86_64_debian-dbg",
"libc-x86_64-debian-dbg-bootstrap-build",
"libc-x86_64-debian-dbg-asan",
"libc-aarch64-ubuntu-dbg",
"libc-x86_64-windows-dbg",
"libc-arm32-debian-dbg",
"libc-aarch64-ubuntu-fullbuild-dbg",
"libc-x86_64-debian-fullbuild-dbg",
"libc-x86_64-debian-gcc-fullbuild-dbg",
"libc-x86_64-debian-fullbuild-dbg-asan",
"libc-arm32-debian-dbg",
"libc-riscv64-debian-dbg",
"libc-riscv64-debian-fullbuild-dbg",
"libc-x86_64-debian-dbg-lint"])
"libc-x86_64-debian",
"libc-x86_64-debian-dbg-asan",
"libc-x86_64-debian-dbg-bootstrap-build",
"libc-x86_64-debian-dbg-lint",
"libc-x86_64-debian-fullbuild-dbg",
"libc-x86_64-debian-fullbuild-dbg-asan",
"libc-x86_64-debian-gcc-fullbuild-dbg",
"libc-x86_64-windows-dbg",
"libc-x86_64_debian-dbg",
])
]),
reporters.MailNotifier(
dumpMailsToLog = True, # TODO: For debug purposes only. Remove this later.
Expand Down

0 comments on commit 983da19

Please sign in to comment.