Skip to content

Commit bad2ee7

Browse files
nashifgalak
authored andcommitted
doc: remove references to shippable
We now use buildkite and GH actions. Signed-off-by: Anas Nashif <[email protected]>
1 parent 3572b51 commit bad2ee7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Here's a quick summary of resources to help you find your way around:
6262
subgroups`_ have their own archives and sign-up pages.
6363
* **Nightly CI Build Status**: https://lists.zephyrproject.org/g/builds
6464
The [email protected] mailing list archives the CI
65-
(shippable) nightly build results.
65+
(buildkite) nightly build results.
6666
* **Chat**: Zephyr's Slack workspace is https://zephyrproject.slack.com. Use
6767
this `Slack Invite`_ to register.
6868
* **Contributing**: see the `Contribution Guide`_

doc/contribute/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
229229
The CI results must be green indicating "All checks have passed" before
230230
the Pull Request can be merged. CI is run when the PR is created, and
231231
again 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

240240
In 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
243244
results page where a table with all the different builds will be shown. To see
244245
what build or test failed click on the row that contains the failed (i.e.
245246
non-green) build and then click on the "Tests" tab to see the console output
246247
messages indicating the failure.
247248

248249
The `[email protected] mailing list
249250
<https://lists.zephyrproject.org/g/builds>`_
250-
archives the CI (shippable) nightly build results.
251+
archives the CI (buildkite) nightly build results.
251252

252253
Coding Guidelines
253254
*****************

0 commit comments

Comments
 (0)