Index: buildbot/osuosl/master/config/builders.py =================================================================== --- buildbot/osuosl/master/config/builders.py +++ buildbot/osuosl/master/config/builders.py @@ -1055,6 +1055,20 @@ 'factory': LLDPerformanceTestsuite.getFactory(targets=["bin/lld"]), 'category' : 'lld'}, + {'name' : "ppc64le-lld-multistage-test", + 'slavenames' : ["ppc64le-lld-multistage-test"], + 'builddir' : "ppc64le-lld-multistage-test", + 'factory': ClangBuilder.getClangCMakeBuildFactory(clean=False, + checkout_lld=True, + useTwoStage=True, + runTestSuite=True, + nt_flags=['--threads=16', '--build-threads=16'], + stage1_config='Release', + stage2_config='Release', + extra_cmake_args=['-DLLVM_ENABLE_ASSERTIONS=ON', '-DBUILD_SHARED_LIBS=ON', '-DLLVM_ENABLE_LLD=ON']), + 'category' : 'lld'}, + + ] # llgo builders. Index: buildbot/osuosl/master/config/slaves.py =================================================================== --- buildbot/osuosl/master/config/slaves.py +++ buildbot/osuosl/master/config/slaves.py @@ -113,6 +113,7 @@ create_slave("ppc64le-clang-lnt-test", properties={'jobs': 8}, max_builds=1), create_slave("ppc64le-clang-multistage-test", properties={'jobs': 8}, max_builds=1), create_slave("ppc64le-sanitizer", properties={'jobs': 4}, max_builds=1), + create_slave("ppc64le-lld-multistage-test", properties={'jobs': 40}, max_builds=1), # POWER 8 PowerPC little endian (powerpc64le) with NVIDIA GPUs create_slave("ppc64le-nvidia-K40", properties={'jobs': 4}, max_builds=1),