update agent build#23978
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 436fa99e7f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| trigger: | ||
| project: DataDog/datadog-agent | ||
| branch: main | ||
| branch: 7.81.x |
There was a problem hiding this comment.
Restore main for non-release agent builds
In the GitLab config I checked, build-agent-auto is explicitly skipped on 7.x release branches while build-agent-manual remains the non-release/manual path, and the release-branch updater in .github/workflows/update-build-agent-yaml.yml only replaces a main template when it is run on a release branch. Changing the shared template on main means ordinary non-release dependency updates or manual builds now trigger DataDog/datadog-agent on 7.81.x instead of current main, so they can validate integrations-core changes against a stale release Agent rather than the branch they are meant to exercise.
Useful? React with 👍 / 👎.
Validation Report
Run Passed validations (20)
|
|
What does this PR do?
The build agent didn't update for some reason.