Mellanox / libxlio

Other
41 stars 19 forks source link

issue: HPCINFRA-1321 Switch cppcheck to a docker #103

Closed vialogi closed 7 months ago

vialogi commented 7 months ago

Description

We're going to move static tests from a dedicated server to docker containers to reduce CI timings

What

Switch Cppcheck, Csbuild and Tidy steps of the CI to run in docker containers in a parallel mode

Why ?

CI currently takes too long, a majority of the time is consumed by static tests running on a physical machine

Change type

What kind of change does this PR introduce?

Check list

igor-ivanov commented 7 months ago

it seems that suggested container does not have cppcheck tool installed.

[2024-03-05T14:27:11.989Z] + echo '[SKIP] cppcheck tool does not exist'
[2024-03-05T14:27:11.989Z] [SKIP] cppcheck tool does not exist

Container should include cppcheck, csbuild and tidy the same version as beni09 to avoid extra noises in results.

vialogi commented 7 months ago

bot:retest