-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This commit introduces a main pipeline generator similar to the one used with Jenkins #20104 to help with the migration to Buildkite. Co-authored-by: Pavel Zorin <pavel.zorin@elastic.co> Co-authored-by: Alexandros Sapranidis <alexandros@elastic.co> (cherry picked from commit 4b7467b) # Conflicts: # .buildkite/hooks/pre-command Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
- Loading branch information
1 parent
262ae24
commit 2f876d3
Showing
8 changed files
with
608 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
projects: | ||
- "auditbeat" | ||
- "deploy/kubernetes" | ||
- "filebeat" | ||
- "heartbeat" | ||
- "libbeat" | ||
- "metricbeat" | ||
- "packetbeat" | ||
- "winlogbeat" | ||
- "x-pack/auditbeat" | ||
- "x-pack/dockerlogbeat" | ||
- "x-pack/filebeat" | ||
- "x-pack/functionbeat" | ||
- "x-pack/heartbeat" | ||
- "x-pack/libbeat" | ||
- "x-pack/metricbeat" | ||
- "x-pack/osquerybeat" | ||
- "x-pack/packetbeat" | ||
- "x-pack/winlogbeat" | ||
|
||
## Changeset macros that are defined here and used in each specific 3.0 pipeline. | ||
changeset: | ||
ci: | ||
- "^Jenkinsfile" | ||
- "^\\.ci/scripts/.*" | ||
oss: | ||
- "^go.mod" | ||
- "^pytest.ini" | ||
- "^dev-tools/.*" | ||
- "^libbeat/.*" | ||
- "^testing/.*" | ||
xpack: | ||
- "^go.mod" | ||
- "^pytest.ini" | ||
- "^dev-tools/.*" | ||
- "^libbeat/.*" | ||
- "^testing/.*" | ||
- "^x-pack/libbeat/.*" | ||
|
||
disabled: | ||
when: | ||
labels: ## Skip the GitHub Pull Request builds if any of the given GitHub labels match with the assigned labels in the PR. | ||
- skip-ci | ||
draft: true ## Skip the GitHub Pull Request builds with Draft PRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.