[libcxx-commits] [PATCH] D90068: [libc++] Perform libc++ CI directly in the pipeline instead of triggering our own pipeline
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 23 12:28:04 PDT 2020
ldionne added a comment.
As we've discussed before, I would prefer to keep the libc++ CI pipeline separate since it provides a nicer view of everything that has run recently for libc++, without being cluttered by other projects. We're losing this here, but we're gaining proper reporting in Phabricator reviews, which I think is more important.
However, another way we could perhaps achieve proper reporting is if we moved the reporting step that's currently run in the `premerge-checks` pipeline into the `libcxx-ci` pipeline. Would that work? I assume the reporting step isn't strongly tied to the `premerge-checks` pipeline?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90068/new/
https://reviews.llvm.org/D90068
More information about the libcxx-commits
mailing list