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

Fix make clean #34134

Merged
merged 1 commit into from
Dec 29, 2022
Merged

Fix make clean #34134

merged 1 commit into from
Dec 29, 2022

Conversation

AndersonQ
Copy link
Member

What does this PR do?

Fixes make clean

Why is it important?

make clean was failing, thus not cleaning the project what might lead to an old build of the beats being used when the elastic-agent package process looks for local beats packages.

Checklist

  • My code follows the style guidelines of this project
  • [ ] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [ ] I have made corresponding change to the default configuration files
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added an entry in CHANGELOG.next.asciidoc or CHANGELOG-developer.next.asciidoc.

How to test this PR locally

Run make clean, it must succeed

Related issues

N/A

 - when cleaning the project it ignore 'permission denied' errors
 - remove broken make call
@AndersonQ AndersonQ added bug backport-skip Skip notification from the automated backport with mergify 8.6-candidate labels Dec 28, 2022
@AndersonQ AndersonQ requested a review from a team as a code owner December 28, 2022 15:23
@AndersonQ AndersonQ self-assigned this Dec 28, 2022
@AndersonQ AndersonQ requested review from belimawr and rdner and removed request for a team December 28, 2022 15:23
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 28, 2022
@botelastic
Copy link

botelastic bot commented Dec 28, 2022

This pull request doesn't have a Team:<team> label.

@elasticmachine
Copy link
Collaborator

💚 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

  • Start Time: 2022-12-28T15:23:40.914+0000

  • Duration: 81 min 33 sec

Test stats 🧪

Test Results
Failed 0
Passed 25053
Skipped 1951
Total 27004

💚 Flaky test report

Tests succeeded.

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

@AndersonQ AndersonQ merged commit 1240a9f into elastic:8.6 Dec 29, 2022
@AndersonQ AndersonQ deleted the fix-make-clean branch December 29, 2022 07:00
AndersonQ added a commit to AndersonQ/beats that referenced this pull request Dec 29, 2022
- when cleaning the project it ignore 'permission denied' errors
- remove broken make call
@AndersonQ AndersonQ mentioned this pull request Dec 29, 2022
1 task
michalpristas pushed a commit that referenced this pull request Dec 29, 2022
- when cleaning the project it ignore 'permission denied' errors
- remove broken make call
chrisberkhout pushed a commit that referenced this pull request Jun 1, 2023
- when cleaning the project it ignore 'permission denied' errors
- remove broken make call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.6-candidate backport-skip Skip notification from the automated backport with mergify bug needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants