@@ -179,8 +179,8 @@ on https://github.com and have Git tools available on your development system.
179
179
(Linux, macOS, and Windows) but some of the tools used in the sections below
180
180
are only available on Linux and macOS. On Windows, instead of running these
181
181
tools yourself, you will need to rely on the Continuous Integration (CI)
182
- service `` buildkite `` , which runs automatically on GitHub when you submit
183
- your Pull Request (PR). You can see any failure results in the Buildkite
182
+ service using Github Actions , which runs automatically on GitHub when you submit
183
+ your Pull Request (PR). You can see any failure results in the workflow
184
184
details link near the end of the PR conversation list. See
185
185
`Continuous Integration `_ for more information
186
186
@@ -696,11 +696,10 @@ every Pull Request (PR) in order to verify several aspects of the PR:
696
696
* Twister builds for multiple architectures and boards
697
697
* Documentation build to verify any doc changes
698
698
699
- CI is run both on the ``buildkite `` cloud service and Github Actions and it uses
700
- the same tools described in the `Contribution Tools `_ section.
701
- The CI results must be green indicating "All checks have passed" before
702
- the Pull Request can be merged. CI is run when the PR is created, and
703
- again every time the PR is modified with a commit.
699
+ CI is run on Github Actions and it uses the same tools described in the
700
+ `Contribution Tools `_ section. The CI results must be green indicating "All
701
+ checks have passed" before the Pull Request can be merged. CI is run when the
702
+ PR is created, and again every time the PR is modified with a commit.
704
703
705
704
The current status of the CI run can always be found at the bottom of the
706
705
GitHub PR page, below the review status. Depending on the success or failure
@@ -710,17 +709,16 @@ of the run you will see:
710
709
* "All checks have failed"
711
710
712
711
In case of failure you can click on the "Details" link presented below the
713
- failure message in order to navigate to ``buildkite `` or `` Github Actions ``
714
- and inspect the results.
715
- Once you click on the link you will be taken to the ``buildkite `` summary
712
+ failure message in order to navigate to ``Github Actions `` and inspect the
713
+ results.
714
+ Once you click on the link you will be taken to the ``Github actions `` summary
716
715
results page where a table with all the different builds will be shown. To see
717
716
what build or test failed click on the row that contains the failed (i.e.
718
- non-green) build and then click on the "Tests" tab to see the console output
719
- messages indicating the failure.
717
+ non-green) build.
720
718
721
719
The `
[email protected] mailing list
722
- <https://lists.zephyrproject.org/g/builds> `_
723
- archives the CI (buildkite) nightly build results .
720
+ <https://lists.zephyrproject.org/g/builds> `_ archives any nightly build results
721
+ produced by CI.
724
722
725
723
Contributions to External Modules
726
724
**********************************
0 commit comments