Commit 27d2a16
authored
chore(ci): collect sidecar logs for test jobs (#3864)
Lift sidecar log collection (`_DD_DEBUG_SIDECAR_LOG_LEVEL=trace` and
`_DD_DEBUG_SIDECAR_LOG_METHOD=file://${CI_PROJECT_DIR}/artifacts/sidecar.log`)
from `.asan_test` and `PHP Language Tests` up into `.base_test` so it
also applies to `.debug_test` (test_extension_ci, Unit, API unit,
Disabled test_c, Internal api randomized, Opcache, xDebug) and
`.cli_integration_test` (web/integration). The existing
`artifacts: paths: ["artifacts/"]` with `when: "always"` already uploads
the log on every run.1 parent 29c8781 commit 27d2a16
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
216 | | - | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| |||
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
508 | | - | |
509 | 508 | | |
510 | 509 | | |
511 | 510 | | |
| |||
0 commit comments