doc: remove references to shippable

We now use buildkite and GH actions.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-02-19 15:58:46 -05:00 committed by Kumar Gala
parent 3572b518f6
commit bad2ee780e
2 changed files with 8 additions and 7 deletions

View file

@ -62,7 +62,7 @@ Here's a quick summary of resources to help you find your way around:
subgroups`_ have their own archives and sign-up pages. subgroups`_ have their own archives and sign-up pages.
* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds * **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
The builds@lists.zephyrproject.org mailing list archives the CI The builds@lists.zephyrproject.org mailing list archives the CI
(shippable) nightly build results. (buildkite) nightly build results.
* **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use * **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use
this `Slack Invite`_ to register. this `Slack Invite`_ to register.
* **Contributing**: see the `Contribution Guide`_ * **Contributing**: see the `Contribution Guide`_

View file

@ -167,7 +167,7 @@ on https://github.com and have Git tools available on your development system.
(Linux, macOS, and Windows) but some of the tools used in the sections below (Linux, macOS, and Windows) but some of the tools used in the sections below
are only available on Linux and macOS. On Windows, instead of running these are only available on Linux and macOS. On Windows, instead of running these
tools yourself, you will need to rely on the Continuous Integration (CI) tools yourself, you will need to rely on the Continuous Integration (CI)
service ``shippable``, which runs automatically on GitHub when you submit service ``buildkite``, which runs automatically on GitHub when you submit
your Pull Request (PR). You can see any failure results in the Shippable your Pull Request (PR). You can see any failure results in the Shippable
details link near the end of the PR conversation list. See details link near the end of the PR conversation list. See
`Continuous Integration`_ for more information `Continuous Integration`_ for more information
@ -224,8 +224,8 @@ every Pull Request (PR) in order to verify several aspects of the PR:
* Twister builds for multiple architectures and boards * Twister builds for multiple architectures and boards
* Documentation build to verify any doc changes * Documentation build to verify any doc changes
CI is run on the ``shippable`` cloud service and it uses the same tools CI is run both on the ``buildkite`` cloud service and Github Actions and it uses
described in the `Contribution Tools`_ section. the same tools described in the `Contribution Tools`_ section.
The CI results must be green indicating "All checks have passed" before The CI results must be green indicating "All checks have passed" before
the Pull Request can be merged. CI is run when the PR is created, and the Pull Request can be merged. CI is run when the PR is created, and
again every time the PR is modified with a commit. again every time the PR is modified with a commit.
@ -238,8 +238,9 @@ of the run you will see:
* "All checks have failed" * "All checks have failed"
In case of failure you can click on the "Details" link presented below the In case of failure you can click on the "Details" link presented below the
failure message in order to navigate to ``shippable`` and inspect the results. failure message in order to navigate to ``buildkite`` or ``Github Actions``
Once you click on the link you will be taken to the ``shippable`` summary and inspect the results.
Once you click on the link you will be taken to the ``buildkite`` summary
results page where a table with all the different builds will be shown. To see results page where a table with all the different builds will be shown. To see
what build or test failed click on the row that contains the failed (i.e. what build or test failed click on the row that contains the failed (i.e.
non-green) build and then click on the "Tests" tab to see the console output non-green) build and then click on the "Tests" tab to see the console output
@ -247,7 +248,7 @@ messages indicating the failure.
The `builds@lists.zephyrproject.org mailing list The `builds@lists.zephyrproject.org mailing list
<https://lists.zephyrproject.org/g/builds>`_ <https://lists.zephyrproject.org/g/builds>`_
archives the CI (shippable) nightly build results. archives the CI (buildkite) nightly build results.
Coding Guidelines Coding Guidelines
***************** *****************