This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcf1a3d93581f: Implement the monolithic CI pipeline in the
monorepo (authored by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST
ldionne updated this revision to Diff 554420.
ldionne marked an inline comment as done.
ldionne added a comment.
Address review comments. I did some testing using GH PRs and this should work,
but some tweaks might be necessary. After discussing with Mikhail, I'll merge
this now and we can make t
ldionne marked an inline comment as done.
ldionne added inline comments.
Comment at: .ci/generate-buildkite-pipeline-premerge:163
+
+if [[ ! ${SPECIFIC_PIPELINE_AVAILABLE} -eq 1 ]]; then
+ # Figure out which projects need to be built on each platform
goncharov w
goncharov added inline comments.
Comment at: .ci/generate-buildkite-pipeline-premerge:163
+
+if [[ ! ${SPECIFIC_PIPELINE_AVAILABLE} -eq 1 ]]; then
+ # Figure out which projects need to be built on each platform
ldionne wrote:
> goncharov wrote:
> > do I understa
ldionne added a comment.
Herald added a subscriber: JDevlieghere.
Sorry for spamming everyone, I'm trying to ensure that the CI will work with
all the sub-projects in the monorepo once we move to GH PRs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org
ldionne updated this revision to Diff 554016.
ldionne marked an inline comment as done.
ldionne added a comment.
Herald added a reviewer: bollu.
Herald added subscribers: cfe-commits, libc-commits, openmp-commits,
libcxx-commits, lldb-commits, Sanitizers, Enna1, yota9, ayermolo, jvesely.
Herald ad