Skip to content

Commit 741121e

Browse files
authored
Update beats-ci references in README (elastic#40935)
1 parent 7720c90 commit 741121e

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Build Status](https://beats-ci.elastic.co/job/Beats/job/beats/job/main/badge/icon)](https://beats-ci.elastic.co/job/Beats/job/beats/job/main/)
21
[![Go Report Card](https://goreportcard.com/badge/github.com/elastic/beats)](https://goreportcard.com/report/github.com/elastic/beats)
32
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
43

@@ -88,26 +87,9 @@ For testing purposes, we generate snapshot builds that you can find [here](https
8887
It is possible to trigger some jobs by putting a comment on a GitHub PR.
8988
(This service is only available for users affiliated with Elastic and not for open-source contributors.)
9089

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.
10292

10393
### PR Labels
10494

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

Comments
 (0)