-
Couldn't load subscription status.
- Fork 118
[CI] Setup Buildbot Infra for Premerge Builders #538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Setup Buildbot Infra for Premerge Builders #538
Conversation
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6
This patch sets up the buildbot infrastructure for the premerge builders. Pull Request: llvm#538
Created using spr 1.3.6 [skip ci]
This patch sets up the buildbot infrastructure for the premerge builders. Pull Request: llvm#538
Created using spr 1.3.6 [skip ci]
Created using spr 1.3.6 [skip ci]
This patch sets up the buildbot infrastructure for the premerge builders. Pull Request: llvm#538
This patch sets up the buildbot infrastructure for the premerge builders. Pull Request: llvm#538
| script="premerge/dispatch_job.py", | ||
| checkout_llvm_sources=False, | ||
| extra_args=["Linux"], | ||
| depends_on_projects=["bolt", "clang", "clang-tools-extra", "compiler-rt", "flang", "flang-rt", "libc", "libclc", "lld", "llvm", "mlir", "polly"])}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason we're not including 'lldb' in the projects list? (Same question for line 3560).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be in there. I've added it. I copied and pasted them from the previous builders and it looks like I wasn't careful enough...
This patch sets up the buildbot infrastructure for the premerge builders. Reviewers: dschuff, Keenuts, lnihlen, gburgessiv, cmtice, gkistanova Reviewed By: cmtice Pull Request: llvm#538
This patch sets up the buildbot infrastructure for the premerge builders.