Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Added new builder "lldb-amd64-ninja-netbsd7" for NetBSD-7.0/amd64 bui…
Browse files Browse the repository at this point in the history
…ld machine.

Patch by Kamil Rytarowski.

git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@250441 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed Oct 15, 2015
1 parent 83d8bcb commit c901503
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildbot/osuosl/master/config/builders.py
Expand Up @@ -512,6 +512,12 @@ def _get_lldb_builders():
'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
downloadBinary=False,
buildAndroid=True,
runTest=False)},
{'name': "lldb-amd64-ninja-netbsd7",
'slavenames': ["lldb-amd64-ninja-netbsd7"],
'builddir': "build",
'category' : 'lldb',
'factory': LLDBBuilder.getLLDBScriptCommandsFactory(
runTest=False)}
]

Expand Down
3 changes: 3 additions & 0 deletions buildbot/osuosl/master/config/slaves.py
Expand Up @@ -195,6 +195,9 @@ def get_build_slaves():
# Ubuntu 14.04 x86_64-scei-ps4, 2 x Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz
create_slave("ps4-buildslave1", properties={'jobs': 64}, max_builds=1),

# NetBSD 7.0 amd64
create_slave("lldb-amd64-ninja-netbsd7", properties={'jobs': 3}, max_builds=1),

# Defunct.
# Intel(R) Pentium(R) CPU G620 @ 2.60GHz, Ubuntu i686
#create_slave("botether", properties={'jobs': 2}, max_builds=1),
Expand Down

0 comments on commit c901503

Please sign in to comment.