areusch commented on code in PR #11927: URL: https://github.com/apache/tvm/pull/11927#discussion_r908850025
########## docs/contribute/ci.rst: ########## @@ -23,14 +23,21 @@ Using TVM's CI .. contents:: :local: -TVM uses Jenkins for running Linux continuous integration (CI) tests on -`branches <https://ci.tlcpack.ai/job/tvm/>`_ and +TVM primarily uses Jenkins for running Linux continuous integration (CI) tests on +`branches <https://ci.tlcpack.ai/job/tvm/>`_ `pull requests <https://ci.tlcpack.ai/job/tvm/view/change-requests/>`_ through a build configuration specified in a `Jenkinsfile <https://github.com/apache/tvm/blob/main/Jenkinsfile>`_. -Non-critical jobs run in GitHub Actions for Windows and MacOS jobs. +Jenkins is the only CI step that is codified to block merging. TVM is also tested minimally +against Windows and MacOS using GitHub Actions. + +This page describes how contributors and committers can use TVM's CI to verify their code. You can +read more about the design of TVM CI in the Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
