infra bot: Add Memcheck bot (valgrind)
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 12 Nov 2021 06:03:52 +0000 (15:03 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 16 Nov 2021 08:37:47 +0000 (17:37 +0900)
commite3acb24cd4d19b5801fd97822201c2a69c2da138
treeb1e2b502a12160d3e7a98d912d2f6052c7f82f59
parent28932fc7b65e17b2d8957d52fd95e8eb45a29105
infra bot: Add Memcheck bot (valgrind)

If the unit test is successful, valgrind memory check is executed based on the test.
If a leak occurs in the test result, the bot notifies the PR as a comment.
This notify may not be directly related to the created current PR.

(Asan is on hold because it is not well tested in the github action CI environment.)
.github/workflows/actions.yml
.github/workflows/memcheck_valgrind.sh [new file with mode: 0755]