-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PoC: use pipeline generator #38162
Merged
Merged
PoC: use pipeline generator #38162
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
55e3666
buildkite: python generator
v1v 172c2bb
for testing purposes
v1v 59de509
use intermediate script to run the pipeline generation with the requi…
v1v 306b2ff
debug traces
v1v 05fa8c4
fix typo
v1v 340f6d1
support for PRs, labels and GH commands
v1v 4b20d19
support category in the steps so github comments for mandatory stages…
v1v 596890d
avoid empty groups
v1v df55062
refactored
v1v 0f4df5d
changeset
pazone d006b37
Changesets
pazone e51daa0
fix global variable
pazone b92ffd7
Use beats images
pazone 3449137
added tool versions and enabled pre-command for beats pipeline
pazone ab9eecb
Use beets VM images for filebeat
pazone b5cdc4c
AWS And Orka support
pazone 2835ba1
Update auditbeat/buildkite.yml
v1v 9c42231
Use native yaml marshalling
pazone 6bfdd74
Merge branch 'feature/buildkite' of github.com:elastic/beats into fea…
pazone 99dffd7
fix image
pazone 9dc603a
comments pipeline generation: /test ...
pazone a74a5b6
Cleanup
alexsapran 921ac8a
Fix typo
alexsapran b15fc29
Use mage commands inside the steps
alexsapran a528142
Create artifacts_path
alexsapran 8b0b92a
Remove more wrapper scripts
alexsapran 79d7a48
fixup! Remove more wrapper scripts
alexsapran 049404a
Cleanup and removed doublicate code
alexsapran 239f60a
Add missing parameter
alexsapran d49d8c0
fixup! Create artifacts_path
alexsapran c9e50c4
Remove print
alexsapran 6c52899
Set magefile version as env var
alexsapran 9ef55b2
Remove the usage of wrapper scripts
alexsapran bec043b
Remove more wrapper scripts
alexsapran 2cb2431
Remove filebeat crosscompile wrapper
alexsapran 5c20f45
Rework the logical if when loading the projects
alexsapran 996d322
Remove comments
alexsapran 1dcce41
Show pipeline in expanded mode
alexsapran 0ce5a62
Fix windows mage build targets
alexsapran c839a67
Make github context start with capital letter
alexsapran fc58c36
Merge remote-tracking branch 'upstream/main' into feature/buildkite
alexsapran 3a1cc1b
Add crosscompile GOX_FLAGS
alexsapran 48a7851
Fix mage command for Filebeat windows steps
alexsapran a090777
Make steps run from inside the proper project folder
alexsapran ca2c8fc
Use more compatible cd and restore missed mage
alexsapran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What beats are onboarded to this automated pipeline generator.
These are folders from the top of the project. They should also host a similar
buildkite.yml
file.