beats
beats copied to clipboard
remove unused scripts
What is the problem this PR solves?
Jenkins->Buildkite pipelines migration
remove unused scripts
Related issues
https://github.com/elastic/ingest-dev/issues/1693
This pull request doesn't have a Team:<team>
label.
:green_heart: Build Succeeded
the below badges are clickable and redirect to their specific view in the CI or DOCS
![]()
![]()
![]()
![]()
![]()
Expand to view the summary
Build stats
- Duration: 12 min 29 sec
:grey_exclamation: Flaky test report
No test was executed to be analysed.
:robot: GitHub comments
Expand to view the GitHub comments
To re-run your PR in the CI, just comment with:
-
/test
: Re-trigger the build. -
/package
: Generate the packages and run the E2E tests. -
/beats-tester
: Run the installation tests with beats-tester. -
run
elasticsearch-ci/docs
: Re-trigger the docs validation. (use unformatted text in the comment!)
This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b cleanup-beats upstream/cleanup-beats
git merge upstream/main
git push upstream cleanup-beats
Superseded by https://github.com/elastic/beats/pull/39464 (additional PRs will follow to match the clean ups done in this PR)