@@ -167,7 +167,7 @@ on https://github.com and have Git tools available on your development system.
167167 (Linux, macOS, and Windows) but some of the tools used in the sections below
168168 are only available on Linux and macOS. On Windows, instead of running these
169169 tools yourself, you will need to rely on the Continuous Integration (CI)
170- service ``shippable ``, which runs automatically on GitHub when you submit
170+ service ``buildkite ``, which runs automatically on GitHub when you submit
171171 your Pull Request (PR). You can see any failure results in the Shippable
172172 details link near the end of the PR conversation list. See
173173 `Continuous Integration `_ for more information
@@ -224,8 +224,8 @@ every Pull Request (PR) in order to verify several aspects of the PR:
224224* Twister builds for multiple architectures and boards
225225* Documentation build to verify any doc changes
226226
227- CI is run on the ``shippable `` cloud service and it uses the same tools
228- described in the `Contribution Tools `_ section.
227+ CI is run both on the ``buildkite `` cloud service and Github Actions and it uses
228+ the same tools described in the `Contribution Tools `_ section.
229229The CI results must be green indicating "All checks have passed" before
230230the Pull Request can be merged. CI is run when the PR is created, and
231231again every time the PR is modified with a commit.
@@ -238,16 +238,17 @@ of the run you will see:
238238* "All checks have failed"
239239
240240In case of failure you can click on the "Details" link presented below the
241- failure message in order to navigate to ``shippable `` and inspect the results.
242- Once you click on the link you will be taken to the ``shippable `` summary
241+ failure message in order to navigate to ``buildkite `` or ``Github Actions ``
242+ and inspect the results.
243+ Once you click on the link you will be taken to the ``buildkite `` summary
243244results page where a table with all the different builds will be shown. To see
244245what build or test failed click on the row that contains the failed (i.e.
245246non-green) build and then click on the "Tests" tab to see the console output
246247messages indicating the failure.
247248
248249The `
[email protected] mailing list249250<https://lists.zephyrproject.org/g/builds> `_
250- archives the CI (shippable ) nightly build results.
251+ archives the CI (buildkite ) nightly build results.
251252
252253Coding Guidelines
253254*****************
0 commit comments