Displaying 2 results from an estimated 2 matches for "getbuildmasterhost".
2011 Oct 10
4
[LLVMdev] New buildmaster is up and running
Hello everyone,
LLVM buildmaster is up and running as lab.llvm.org:8011.
Daniel Berlin is working on getting the current buildslave passwords
from the old buildmaster, but this may not be possible.
I'd suggest changing buildslave passwords anyway, just in case.
Buildslave owners, please contact me directly with your new passwords
and I'll update the master as soon as I can.
Thanks
2011 Oct 10
0
[LLVMdev] New buildmaster is up and running
...alina,
> LLVM buildmaster is up and running as lab.llvm.org:8011.
...
> Buildslave owners, please contact me directly with your new passwords
> and I'll update the master as soon as I can.
should build slaves now use the osuosl configuration? For example
osuosl/Config.py has
def getBuildmasterHost():
return 'google1.osuosl.org'
which is surely wrong now. On the other hand llvmlab doesn't have a
base slave configuration file.
Ciao, Duncan.