Merged
Conversation
Contributor
|
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
v1v
approved these changes
Mar 12, 2026
ebeahan
approved these changes
Mar 12, 2026
Contributor
💔 Build Failed
Failed CI Steps
Historycc @swiatekm |
Contributor
|
@Mergifyio backport 8.19 9.2 9.3 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Mar 12, 2026
(cherry picked from commit 3578289)
mergify bot
pushed a commit
that referenced
this pull request
Mar 12, 2026
(cherry picked from commit 3578289)
mergify bot
pushed a commit
that referenced
this pull request
Mar 12, 2026
(cherry picked from commit 3578289)
v1v
pushed a commit
that referenced
this pull request
Mar 13, 2026
v1v
pushed a commit
that referenced
this pull request
Mar 13, 2026
v1v
pushed a commit
that referenced
this pull request
Mar 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Disables the dnf-automatic.timer service in tests. This was originally missed by #12986.
Why is it important?
We don't retry the RPM install command if it fails due to the lock being held, so if a background process happens to hold it, we fail. We've been seeing failures in the RPM tests recently which may be caused by this problem. See for example: https://buildkite.com/elastic/elastic-agent/builds/35736/steps/canvas?jid=019ce1e1-ec9a-4dbf-9741-5587c7a7006a&tab=output
This problem is fixed in the CI VM definitions by https://github.com/elastic/ci-agent-images/pull/2321, but the VM builds are currently experiencing some issues that we don't want to wait for.