Commit f77dc3f
authored
chore(ci): base converged Agent image on -full (#1908)
> Stacked on #1906 (`jszwedko/renovate-agent-version-pins`). Review/merge that first; this PR will retarget to `main` automatically once it lands.
## Summary
Switch to the `-full` image which contains both JMX and DDOT for correctness tests and the converged image we publish. This removes the need for the OTLP correctness tests to pin to published Agent `-full` images. It also enables deployment of the converged ADP image on internal clusters that also run DDOT.
## Test plan
- [x] Verified `-full` includes JMX: both `-jmx` and `-full` carry the same `jmxfetch.jar` + Java 11 JRE; `-full` additionally has `otel-agent`.
- [x] Rebuilt the converged `testing-release` image on `-full` and confirmed `otel-agent` (DDOT) is present.
- [x] Ran locally on the `-full` converged image — all pass: `otlp-traces-ottl-filtering`, `otlp-traces-ottl-transform` (baseline now runs DDOT from the converged image), plus `otlp-traces`, `otlp-metrics`, and `dsd-plain` to confirm no regression from the base-image change.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: jesse.szwedko <jesse.szwedko@datadoghq.com>1 parent f939603 commit f77dc3f
5 files changed
Lines changed: 11 additions & 30 deletions
File tree
- docker
- test/correctness/cases
- otlp-traces-ottl-filtering
- otlp-traces-ottl-transform
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 53 | | |
73 | 54 | | |
74 | 55 | | |
| |||
111 | 92 | | |
112 | 93 | | |
113 | 94 | | |
114 | | - | |
115 | | - | |
116 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
117 | 99 | | |
118 | 100 | | |
119 | 101 | | |
120 | | - | |
| 102 | + | |
121 | 103 | | |
122 | 104 | | |
123 | 105 | | |
| |||
126 | 108 | | |
127 | 109 | | |
128 | 110 | | |
129 | | - | |
130 | | - | |
| 111 | + | |
131 | 112 | | |
132 | 113 | | |
133 | 114 | | |
134 | 115 | | |
135 | | - | |
| 116 | + | |
136 | 117 | | |
137 | 118 | | |
138 | 119 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments