aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-22Cosmetic. NFC.HEADmasterGalina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375482 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-22Removed dependency on compiler-rt for llvm-clang-lld-x86_64-scei-ps4-* builders.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375481 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-22Check out LNT and test-sute under test directory by default.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375479 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-20Handle is_legacy_mode in ClangLTOBuilder. Refactored to simplify the code.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375353 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-19Handle is_legacy_mode in LLDPerformanceTestsuite.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375336 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-19Added the step name param to LLVMBuildFactory.addGetSourcecodeForProject.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375331 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-19Added zorg to the list of SVN projects.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375330 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18[sanitizers] Increase default "git clone --depth" to 100Vitaly Buka
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375291 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Apply defaut cmake flags to ABITestsuitBuilder.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375268 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Remove -DLLVM_USE_LINKER from Windows self host bots.Russell Gallop
LLVM_USE_LINKER sets the -fuse-ld. This is redundant as the linker is set to lld-link. Differential Revision: https://reviews.llvm.org/D69098 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375212 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Add LLVMGitPoller to listen for changes in the monorepo.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375205 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Separate automatic schedulers for builders depending on is_legacy_mode. Galina Kistanova
Changes from SVN should be scheduled for builders which checkout from SVN, changes from github should be scheduled for builders which checkout from github. For a transition period we need the both types of schedulers. Patch by Andrei Lebedev. Differential Revision: https://reviews.llvm.org/D69159 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375204 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Refactored ClangBuilde.getClangCMakeBuildFactory and ↵Galina Kistanova
ClangBuilde.getClangCMakeGCSBuildFactory to support github. ClangBuilde.getClangBuildFactory, ClangBuilde.addClangGCCTests, ClangBuilde.addClangGDBTests, ClangBuilde.addModernClangGDBTests, and ClangBuilde.getClangTestsIgnoresFromPath are deprecated. Patch by Andrei Lebedev. Differential Revision: https://reviews.llvm.org/D69158 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375202 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Added LLVMPoller to work with github.Galina Kistanova
LLVM Git Poller functionally is the same as LLVM SVN Poller and will act as a drop in place replacement once the transition to github is complete. Based on the Buildbot 0.8.5 GitPoller. Patch by Alex Orlov. Differential Revision: https://reviews.llvm.org/D69154 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375201 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-18Check out the test-suite first to prevent poisoning got_revision property.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375193 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17Added support for github author names.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375188 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17LLVMBuildFactory code cleaning.Galina Kistanova
Cleaned dialing with repourl, added protection from potential leakage of is_legacy_mode kwarg, more radable name for src_dir. Patch by Andrei Lebedev Differential Revision: https://reviews.llvm.org/D69081 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375168 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17Updated UnifiedTreeBuilder to fully support is_legacy_mode.Galina Kistanova
This allows to use the newly added LLVMBuildFactory ability to transparently use SVN or github and switch between depending on the is_legacy_mode attribute, and adds a github support to UnifiedTreeBuilder. Patch by Andrei Lebedev Differential Revision: https://reviews.llvm.org/D69049 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375141 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17Added support for git/github to LLVMBuildFactory.Galina Kistanova
Now LLVMBuildFactory supports both a "legacy mode" with SVN checkout and a git/github checkout. This provides a transparent way of dialing with the source code in all the bots which use LLVMBuildFactory directly or indirectly through UnifiedTreeBuilder. is_legacy_mode is True by default to keep the status quo, but later will be changed to False to migrate all the supported bots to github. Patch by Andrei Lebedev Differential Revision: https://reviews.llvm.org/D69046 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375140 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17Reverted r375035 and r375036 to fix the commit message and author name.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375139 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17Added support for is_legacy_mode to ABITestsuitBuilder.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375080 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-17ClangBuilder code cleaning. NFC.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375078 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-16This allows to use the newly added LLVMBuildFactory ability to transparently ↵Galina Kistanova
use SVN or github and switch between depending on the is_legacy_mode attribute, and adds a github support to UnifiedTreeBuilder. Patch by Alex Orlov. Differential Revision: https://reviews.llvm.org/D69049 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375036 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-16Now LLVMBuildFactory supports both a "legacy mode" with SVN checkout and a ↵Galina Kistanova
git/github checkout. This provides a transparent way of dialing with the source code in all the bots which use LLVMBuildFactory directly or indirectly through UnifiedTreeBuilder. is_legacy_mode is True by default to keep the status quo, but later will be changed to False to migrate all the supported bots to github. Patch by Alex Orlov. Differential Revision: https://reviews.llvm.org/D69046 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375035 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-16LLVMBuilfFactory should always have is_legacy_mode attribute.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374976 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-16Removed redundant quotation marks from -DLLVM_LIT_ARGS.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374975 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-16Refactored LibcxxAndAbiBuilder to support github.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374973 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-15Refactored ClangLTOBuilder to support github.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374956 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-15Removed always failing builder 'clang-x86_64-linux-selfhost-modules'.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374855 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-14Change SphinxDocsBuilder to use UnifiedTreeBuilder.Galina Kistanova
As a part of the Buildbot migration to GitHub monorepo we want to consolidate the places where the source code gets checked out. UnifiedTreeBuilder provides a good abstraction for that. Once UnifiedTreeBuilder will add a support for monorepo, the SphinxDocsBuilder users should be fine. Patch by Alex Orlov. Differential Revision: https://reviews.llvm.org/D68955 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374843 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-14Sanitize kwargs in UnifiedTreeBuilder.getCmakeWithNinjaMultistageBuildFactory.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374839 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-14Redefine API so it would not assume SVN.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374830 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-14Added UnifiedTreeBuilder.getLLVMBuildFactoryAndPrepareForSourcecodeSteps for ↵Galina Kistanova
a better code reuse. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374804 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Set a default build directory in the LLVMBuildFactory and then properly use it.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374740 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Remove build directory for each build on clang-x86_64-debian-fast.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374738 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13UnifiedTreeBuilder code cleaning. NFC.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374697 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Incremental.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374695 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13NFC. Few cosmetic changes.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374693 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Changed clang-x86_64-debian-fast builder to use UnifiedTreeBuilder.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374691 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Removed some default cmake options which doesn't seem worth being default ↵Galina Kistanova
from UnifiedTreeBuilder.addCmakeSteps. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374690 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13Do not set default cmake options in CmakeCommand.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374689 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-11Added legacy mode support for automatic SVN schedulers.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374594 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-11Updated llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast and ↵Galina Kistanova
llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast builders. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374513 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-10Moved a few builders to use UnifiedTreeBuilder.Galina Kistanova
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374466 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-08[LLDB] Enable mails on the standalone botJonas Devlieghere
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374004 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-08Revert "[LLDB] Enable mails on the matrix bot"Jonas Devlieghere
This reverts commit 3b05a74c5b56868049a700bc2b7fe56388349f33. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374003 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-08[LLDB] Enable mails on the matrix botJonas Devlieghere
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@374002 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-07[LLDB] Add LLVM 9 to the Matrix botJonas Devlieghere
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@373959 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-02Added new builders lldb-s390x-fedora, lldb-ppc64le-fedora.Galina Kistanova
Patch by Jan Kratochvil. git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@373521 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-02[LLDB] Send e-mails to the default recipientsJonas Devlieghere
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@373490 91177308-0d34-0410-b5e6-96231b3b80d8