Commit 8326377
authored
fix(agent-data-plane): align stray APP identity values with the Makefile (#2343)
## Human summary
Align all of the places we build `agent-data-plane` to use the same `APP_FULL_NAME`, `APP_SHORT_NAME`, `APP_IDENTIFIER`.
## AI Summary
`agent-data-plane`'s application identity (`APP_FULL_NAME`, `APP_SHORT_NAME`, `APP_IDENTIFIER`) is meant to be set consistently everywhere it's built, with the `Makefile`'s `ADP_APP_*` values treated as canonical (and documented as such in `docs/agent-data-plane/releasing.md`). `ci/tooling/windows-build-adp.ps1` had drifted to `APP_IDENTIFIER="agent-data-plane"` instead of `"adp"` (its own comment says it must match the Makefile), and both antithesis test Dockerfiles had `APP_SHORT_NAME="agent-data-plane"` instead of `"data-plane"`. This fixes both so the Windows and antithesis builds report the same identity as the Linux/macOS builds and CI packaging.
## Test plan
- [x] Confirmed no other spots in the repo still set these to values inconsistent with the Makefile
Co-authored-by: jesse.szwedko <jesse.szwedko@datadoghq.com>1 parent 0f47357 commit 8326377
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- ci/tooling
- test/antithesis/scenarios
- differential
- general
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments