Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -288,7 +288,7 @@ 'slavenames' :["ppc64be-clang-lnt-test"], 'builddir' :"clang-ppc64-1", 'factory' : LNTBuilder.getLNTFactory(triple='ppc64-elf-linux1', - nt_flags=['--multisample=3','--cflag','-mcpu=native'], + nt_flags=['--cflag','-mcpu=native', '-j8'], jobs=4, use_pty_in_tests=True, testerName='O3-plain', run_cxx_tests=True)}, @@ -305,7 +305,7 @@ 'slavenames' :["ppc64le-clang-lnt-test"], 'builddir' :"clang-lnt-ppc64le-1", 'factory' : LNTBuilder.getLNTFactory(triple='ppc64le-elf-linux1', - nt_flags=['--multisample=3','--cflag','-mcpu=native'], + nt_flags=['--cflag','-mcpu=native'], jobs=4, use_pty_in_tests=True, testerName='ppc64le-plain', run_cxx_tests=True)},