Share ownership of some constantly changing files accros supply-chain#51133
Share ownership of some constantly changing files accros supply-chain#51133aiuto wants to merge 2 commits into
Conversation
…ain. **What this does** - Makes various configuration files owned by agent-supply-chain **Motivation** - Both build and devx update these files regularly - Users update the version pinning files regularly, and need a rubber stamp from agent-build. - Anyone in the larger group has the context to approve PRs. This lets us spread the work.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 89921870e4
ℹ️ 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".
| # Bazel configuration | ||
| /*.bazel* @DataDog/agent-build | ||
| /.adms/ @DataDog/agent-build | ||
| /.adms/ @DataDog/agent-supply-chain |
There was a problem hiding this comment.
Add team-to-slack/jira mappings before using new CODEOWNER
Changing this rule to @DataDog/agent-supply-chain introduces a CODEOWNERS team that is not defined in the notification maps, so CI will fail in slack_teams_channels_check (.gitlab/build/source_test/slack.yml) when notify.check-teams verifies every CODEOWNERS team has Slack/Jira entries (tasks/libs/pipeline/notifications.py lines 58-72). I checked tasks/libs/pipeline/github_slack_map.yaml and tasks/libs/pipeline/github_jira_map.yaml, and neither contains @datadog/agent-supply-chain.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
added to the maps. Let's see if it works.
|
Files inventory check summaryFile checks results against ancestor 33a1645a: Results for datadog-agent_7.81.0~devel.git.130.9cb5afa.pipeline.114401052-1_amd64.deb:No change detected |
Share ownership of various constantly changing files accros supply-chain.
What this does
Motivation