|
1 |
| -[](https://beats-ci.elastic.co/job/Beats/job/beats/job/main/) |
2 | 1 | [](https://goreportcard.com/report/github.com/elastic/beats)
|
3 | 2 | [](https://houndci.com)
|
4 | 3 |
|
@@ -88,26 +87,9 @@ For testing purposes, we generate snapshot builds that you can find [here](https
|
88 | 87 | It is possible to trigger some jobs by putting a comment on a GitHub PR.
|
89 | 88 | (This service is only available for users affiliated with Elastic and not for open-source contributors.)
|
90 | 89 |
|
91 |
| -* [beats][] |
92 |
| - * `buildkite test it` or `/test` will kick off a default build. |
93 |
| - * `/test macos` will kick off a default build with also the `macos` stages. |
94 |
| - * `/test <beat-name>` will kick off the default build for the given PR in addition to the `<beat-name>` build itself. |
95 |
| - * `/test <beat-name> for macos` will kick off a default build with also the `macos` stage for the `<beat-name>`. |
96 |
| -* [apm-beats-update][] |
97 |
| - * `/run apm-beats-update` |
98 |
| -* [apm-beats-packaging][] |
99 |
| - * `/package` or `/packaging` will kick of a build to generate the packages for beats. |
100 |
| -* [apm-beats-tester][] |
101 |
| - * `/beats-tester` will kick of a build to validate the generated packages. |
| 90 | +* [beats CI pipeline](https://buildkite.com/elastic/beats) |
| 91 | + * `/test` will kick off a default build. |
102 | 92 |
|
103 | 93 | ### PR Labels
|
104 | 94 |
|
105 |
| -It's possible to configure the build on a GitHub PR by labelling the PR with the below labels |
106 |
| - |
107 |
| -* `<beat-name>` to force the following builds to run the stages for the `<beat-name>` |
108 |
| -* `macOS` to force the following builds to run the `macos` stages. |
109 |
| - |
110 |
| -[beats]: https://beats-ci.elastic.co/job/Beats/job/beats/ |
111 |
| -[apm-beats-update]: https://beats-ci.elastic.co/job/Beats/job/apm-beats-update/ |
112 |
| -[apm-beats-packaging]: https://beats-ci.elastic.co/job/Beats/job/packaging/ |
113 |
| -[apm-beats-tester]: https://beats-ci.elastic.co/job/Beats/job/beats-tester/ |
| 95 | +It's possible to configure the build on a GitHub PR by labeling the PR with certain labels. Elastic users can find more details at https://docs.elastic.dev/ingest-dev-docs/beats/beats-ci. |
0 commit comments