Skip to content
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

[CI] xpack/auditbeat monorepo migration #38828

Merged
merged 24 commits into from
Apr 17, 2024
Merged

Conversation

pazone
Copy link
Contributor

@pazone pazone commented Apr 10, 2024

Proposed commit message

Use mono repo plugin for xpack/auditbeat

Related issues

Screenshots

Logs

Test BK builds:

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Apr 10, 2024
@mergify mergify bot assigned pazone Apr 10, 2024
Copy link
Contributor

mergify bot commented Apr 10, 2024

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 ci_xpack_auditbeat_monorepo upstream/ci_xpack_auditbeat_monorepo
git merge upstream/main
git push upstream ci_xpack_auditbeat_monorepo

Copy link
Contributor

mergify bot commented Apr 10, 2024

This pull request does not have a backport label.
If this is a bug or security fix, could you label this PR @pazone? 🙏.
For such, you'll need to label your PR with:

  • The upcoming major version of the Elastic Stack
  • The upcoming minor version of the Elastic Stack (if you're not pushing a breaking change)

To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v8./d.0 is the label to automatically backport to the 8./d branch. /d is the digit

@elasticmachine
Copy link
Collaborator

elasticmachine commented Apr 10, 2024

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Duration: 13 min 10 sec

❕ Flaky test report

No test was executed to be analysed.

🤖 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!)

@pazone pazone marked this pull request as ready for review April 10, 2024 16:43
@pazone pazone requested a review from a team as a code owner April 10, 2024 16:44
Copy link
Contributor

@alexsapran alexsapran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments

Copy link
Contributor

mergify bot commented Apr 15, 2024

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 ci_xpack_auditbeat_monorepo upstream/ci_xpack_auditbeat_monorepo
git merge upstream/main
git push upstream ci_xpack_auditbeat_monorepo

dliappis added a commit to dliappis/beats that referenced this pull request Apr 16, 2024
This commit removes the x-pack/auditbeat BK PR bot
trigger in preparation for the migration to the
static pipeline (elastic#38828)
dliappis added a commit that referenced this pull request Apr 16, 2024
This commit removes the x-pack/auditbeat BK PR bot
trigger in preparation for the migration to the
static pipeline (#38828)
@dliappis dliappis force-pushed the ci_xpack_auditbeat_monorepo branch from 43a081b to 82e466a Compare April 16, 2024 14:43
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Apr 16, 2024
@dliappis dliappis assigned dliappis and unassigned pazone Apr 16, 2024
@dliappis dliappis removed their request for review April 16, 2024 14:46
@dliappis dliappis added :Windows macOS Enable builds in the CI for darwin testing arm Enable builds in the CI for ARM testing labels Apr 16, 2024
@dliappis
Copy link
Contributor

/test

@dliappis dliappis self-requested a review April 16, 2024 17:47
@pazone
Copy link
Contributor Author

pazone commented Apr 16, 2024

LGTM

Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on #38828 (comment)

@dliappis dliappis merged commit 5b24b7d into main Apr 17, 2024
96 of 102 checks passed
@dliappis dliappis deleted the ci_xpack_auditbeat_monorepo branch April 17, 2024 06:16
@dliappis dliappis added backport-7.17 Automated backport to the 7.17 branch with mergify backport-v8.13.0 Automated backport with mergify labels Apr 17, 2024
mergify bot pushed a commit that referenced this pull request Apr 17, 2024
This commit switched x-pack/auditbeat to a static pipeline using
the monorepo plugin.

Relates: https://github.com/elastic/ingest-dev/issues/3072

---------

Co-authored-by: Dimitrios Liappis <[email protected]>
(cherry picked from commit 5b24b7d)

# Conflicts:
#	.buildkite/pipeline.yml
#	.buildkite/x-pack/pipeline.xpack.auditbeat.yml
mergify bot pushed a commit that referenced this pull request Apr 17, 2024
This commit switched x-pack/auditbeat to a static pipeline using
the monorepo plugin.

Relates: https://github.com/elastic/ingest-dev/issues/3072

---------

Co-authored-by: Dimitrios Liappis <[email protected]>
(cherry picked from commit 5b24b7d)

# Conflicts:
#	.buildkite/pipeline.yml
dliappis added a commit to dliappis/beats that referenced this pull request Apr 17, 2024
This commit switched x-pack/auditbeat to a static pipeline using
the monorepo plugin.

Relates: elastic/ingest-dev#3072

cherry-picked from 5b24b7d
---------

Co-authored-by: Dimitrios Liappis <[email protected]>
dliappis pushed a commit that referenced this pull request Apr 17, 2024
This commit switched x-pack/auditbeat to a static pipeline using
the monorepo plugin.

Relates: https://github.com/elastic/ingest-dev/issues/3072

---------

Co-authored-by: Dimitrios Liappis <[email protected]>
(cherry picked from commit 5b24b7d)
dliappis pushed a commit that referenced this pull request Apr 17, 2024
* [CI] xpack/auditbeat monorepo migration (#38828)

This commit switched x-pack/auditbeat to a static pipeline using
the monorepo plugin.

Relates: https://github.com/elastic/ingest-dev/issues/3072

---------

Co-authored-by: Dimitrios Liappis <[email protected]>
(cherry picked from commit 5b24b7d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Enable builds in the CI for ARM testing backport-7.17 Automated backport to the 7.17 branch with mergify backport-v8.13.0 Automated backport with mergify enhancement macOS Enable builds in the CI for darwin testing Team:Ingest-EngProd :Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants