Commit 098da03
chore(ci): base converged Agent image on -full; OTLP baselines use it
The two otlp-traces-ottl correctness tests pinned an external
registry.datadoghq.com/agent:X-full image for their DDOT baseline,
because the converged Agent+ADP image was built on -jmx (no OTel
collector). Build the converged image on -full instead -- a superset of
-jmx (same JMXFetch jar + Java 11 JRE, plus the DDOT otel-agent) -- and
switch the two ottl baselines to the saluki-images/datadog-agent:testing-release
placeholder like every other correctness test, so CI injects the bundled
converged image for those baselines automatically.
That removes the only external Agent image pins left in the test configs,
so the renovate custom manager no longer needs to scan test/correctness:
revert the ignorePaths override and the test fileMatch added alongside it
(the manager now covers just the Makefile and Windows LTSC pins).
Trade-off: this enlarges the publicly published converged image, since
-full also bundles DDOT/system-probe. Opening for team feedback on
whether that's acceptable versus keeping the test-config custom manager.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 32c00cb commit 098da03
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