Indeed, master restart is needed every time you update the zorg repository.
cheers, pl On 28 April 2017 at 03:40, Kamil Rytarowski <n...@gmx.com> wrote: > On 24.04.2017 11:42, Pavel Labath wrote: >> >> >> On 22 April 2017 at 23:57, Kamil Rytarowski via lldb-dev >> <lldb-dev@lists.llvm.org <mailto:lldb-dev@lists.llvm.org>> wrote: >> >> Hello, >> >> I'm in process of attaching new build machine lldb-amd64-ninja-netbsd8. >> >> It will run prerelease of NetBSD/amd64 8.0 (as of today 7.99.70) with >> the GNU toolchain. >> >> Once the new one setup will be in operation, I will upgrade the old one >> to 7.99.70 (& retain the same name), switch the to the staging cluster >> http://lab.llvm.org:8014/ and turn on execution of tests. >> >> Am I right that in order to turn tests I need to switch "runTest=False" >> to "runTest=True" in buildbot/osuosl/master/config/builders.py? >> >> >> Affirmative. >> >> As you are using the "scripted" build factory, you'll also need to >> create a test_cfg.json in your scripts folder on the build slave, which >> describes the kind of tests you want to run: >> For example, the linux build bot has this in the file: >> { >> "test1": "local,clang-3.5,i386", >> "test2": "local,clang-3.5,x86_64", >> "test3": "local,totclang,i386", >> "test4": "local,totclang,x86_64", >> "test5": "local,/lldb-buildbot/bin/gcc-4.9.2/bin/gcc,i386", >> "test6": "local,/lldb-buildbot/bin/gcc-4.9.2/bin/gcc,x86_64" >> } >> but a single test line would probably be enough for you. >> Then, the master will invoke a script "test.sh" with the test config >> argument: (e.g., ./test.sh local,clang-3.5,i386) and your script should >> run the tests. >> >> let me know if you run into problems, >> pl > > lldb-amd64-ninja-netbsd8 [kernel ABI version 7.99.70] is up and running > > lldb-amd64-ninja-netbsd7 has been upgraded to 7.99.70 and restarted > > I switched the old machine to the staging buildfarm, set runTest=True in > buildbot/osuosl/master/config/builders.py and added the following > test_cfg.json: > > $ cat ./build/build/test_cfg.json > { > "test1": "local,gcc,x86_64", > } > > As of now it does not attempt to run the regression tests. Perhaps we > need to restart buildmaster configuration? I will ask Galina for it. > _______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev