-
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
Cherry-pick #16927 to 7.x: Fix issue when building Agent snapshot and enable building the agent. #17574
Conversation
Pinging @elastic/ingest-management (Team:Ingest Management) |
dev-tools/packaging/packages.yml
Outdated
@@ -98,10 +98,10 @@ shared: | |||
mode: 0600 | |||
config: true | |||
/etc/{{.BeatName}}/beats/filebeat-{{ beat_version }}-{{.GOOS}}-{{.AgentArchName}}.tar.gz: |
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.
can you cherry pick also a commit where snapshot is used also here on this line?
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.
https://github.com/elastic/beats/pull/17077/files
This one right?
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.
yes please
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.
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.
Looks good
I am going to merge this as soon as lint passes there are currently no tests for agent executed on the 7.x branch. |
Cherry-pick of PR #16927 to 7.x branch. Original message:
An extension in the generated files ("SNAPSHOT") was preventing us to
correctly generate the agent artifact with the packaged
metricbeat/filebeat.
Fixes: #16908
What does this PR do?
Why is it important?
To have agent artifacts from the nigthly build.
Checklist
Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs