[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-25 Thread Pavel Labath via Phabricator via lldb-commits
labath closed this revision. labath added a comment. Managed to commit this today (b37c659). We'll see what happens after a master restart. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 ___ lldb-c

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-24 Thread Pavel Labath via Phabricator via lldb-commits
labath marked 7 inline comments as done. labath added a comment. Thanks for your help Jan. Unfortunately, it looks like I don't know how to commit this to zorg. Does anyone know what's the process for that? @gkistanova, could you advise? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-24 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil accepted this revision. jankratochvil added inline comments. This revision is now accepted and ready to land. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"])

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-24 Thread Pavel Labath via Phabricator via lldb-commits
labath marked 5 inline comments as done. labath added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > jankratochvil

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-24 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) jankratochvil wrote: > sivachandra wrote: > > labath wrote: > > > sivac

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-24 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > labath wrote: > > sivachandra wrote: > > > sivac

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226200. labath added a comment. add '/llvm' ... CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py ==

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) labath wrote: > sivachandra wrote: > > sivachandra wrote: > > > I wonde

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226183. labath added a comment. s/self.monorepo_dir/f.monorepo_dir CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.py

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath marked 2 inline comments as done. labath added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > sivachandra wr

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. In D69341#1719159 , @jankratochvil wrote: > I was using these 3 patches for buildbot-0.8.5 (and one for zorg) to get the > master running. But sure there is still some configuration afterwards: > https://people.redhat.com/jkrato

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) sivachandra wrote: > I wonder why it is getting git.lab.llvm.org! Can y

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:71 +is_legacy_mode=False, +depends_on_projects=["llvm", "clang", "lldb", "lld"]) I wonder why it is getting git.lab.llvm.org! Can you try with an additi

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I was using these 3 patches for buildbot-0.8.5 (and one for zorg) to get the master running. But sure there is still some configuration afterwards: https://people.redhat.com/jkratoch/buildbot-0.8.5-fix.patch https://people.redhat.com/jkratoch/buildbot-0.8.5-fix2.pa

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. After the @sivachandra 's fix I get: 2019-10-23 21:28:24+0200 [-] LLVMGitPoller: using workdir '/quad/home/buildbot/zorg-git/buildbot/osuosl/master/gitpoller-workdir' 2019-10-23 21:28:24+0200 [-] LLVMGitPoller: initializing working dir from http://git.lab.llvm

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Siva Chandra via Phabricator via lldb-commits
sivachandra added inline comments. Comment at: zorg/buildbot/builders/LLDBBuilder.py:110 cmake_cmd = [ -"cmake", "-G", "Ninja", "../llvm", +"cmake", "-G", "Ninja", "../" + self.monorepo_dir, "-DCMAKE_BUILD_TYPE=" + config, Should thi

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. I could pack some patched `buildbot-0.8.5` and patched `zorg-git` running on Fedora 30 (and its Python version) so that you can run it yourself. But I am also fine to just testing it. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://revie

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. 2019-10-23 20:34:53+0200 [-] error while parsing config file 2019-10-23 20:34:53+0200 [-] Unhandled Error Traceback (most recent call last): File "/home/buildbot/.local/lib/python2.7/site-packages/buildbot-latest-py2.7.egg/buildbot/master.py",

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thanks for trying it out. The last update should fix that error. Could I trouble you to give it another spin? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 ___ lldb-commits

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath updated this revision to Diff 226154. labath added a comment. Create the appropriate build factory CHANGES SINCE LAST ACTION https://reviews.llvm.org/D69341/new/ https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zorg/buildbot/builders/LLDBBuilder.

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Jan Kratochvil via Phabricator via lldb-commits
jankratochvil added a comment. FYI my local buildbot master errors out this way: 2019-10-23 16:10:12+0200 [-] error while parsing config file 2019-10-23 16:10:12+0200 [-] Unhandled Error Traceback (most recent call last): File "/home/buildbot/.local/lib/python2.7/site-packa

[Lldb-commits] [PATCH] D69341: [zorg] Port LLDB cmake build factory to git

2019-10-23 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: stella.stamenova, jankratochvil, gkistanova. The changes appear to be straight-forward, but I don't know how to test them without committing to zorg. https://reviews.llvm.org/D69341 Files: zorg/buildbot/builders/LLDBBuilder.py Index: zor