Commit cdc72b2
authored
ci(system-tests): run serverless system-tests (#15481)
## Description
Run datadog-lambda-python system tests in the pipeline of dd-trace-py,
to catch changes that would break features inside datadog_lambda early.
## Testing
- The system-tests are running in this PR
## Risks
## Additional Notes
- This is intended to catch breaking changes at the datadog_lambda <->
ddtrace interface like the one that was introduced in AppSec here:
https://github.com/DataDog/dd-trace-py/pull/15042/files#diff-efac5b595a0c43d4ade778f837bb25ed57dc56cba3489358a36edc58b38b0021R3301 parent fa9501c commit cdc72b2
File tree
2 files changed
+49
-4
lines changed- .github/workflows
- scripts
2 files changed
+49
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
313 | 355 | | |
314 | 356 | | |
315 | 357 | | |
316 | | - | |
| 358 | + | |
317 | 359 | | |
318 | 360 | | |
319 | 361 | | |
320 | | - | |
| 362 | + | |
321 | 363 | | |
322 | 364 | | |
323 | | - | |
324 | | - | |
| 365 | + | |
| 366 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
0 commit comments