[PATCH] D97389: added section on CI system

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 12:02:22 PDT 2021


gkistanova added a comment.

Thanks for updating the LLVM Developer Policy, Christian.
It looks good with a couple nit picks.



================
Comment at: llvm/docs/DeveloperPolicy.rst:572
+
+The BuildBots track the commits on the main branch. This means that patches are
+built and tested after they are merged to the main branch (aka. post-merge 
----------------
There is a set of builders with the name suffix "-release", for example https://lab.llvm.org/buildbot/#/builders/clang-with-thin-lto-ubuntu-release. These builders track the commits on the release branches to do the release testing.


================
Comment at: llvm/docs/DeveloperPolicy.rst:610
+* `Green Dragon <http://green.lab.llvm.org/green/>`_
+* `LNT <http://lnt.llvm.org/>`_
+* `gn bot <http://45.33.8.238/>`_
----------------
LNT is a performance tracking system, not quite a CI.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97389/new/

https://reviews.llvm.org/D97389



More information about the llvm-commits mailing list