Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci][asan] add DVS tests run with ASAN #2441

Merged
merged 2 commits into from
Sep 22, 2022

Commits on Sep 6, 2022

  1. [ci][asan] add DVS tests run with ASAN

    This adds 3 new stages:
    
    * BuildAsan: same as 'Build' but with ENABLE_ASAN=y
    * BuildDockerAsan: same as 'BuildDocker' but uses asan-enabled swss and
    adds swss-dbg package. It also uses asan-enabled docker-sonic-vs from
    the sonic-buildimage ci.
    * TestAsan: same as 'Test' but uses asan-enabled docker and publishes
    the asan reports if any. It also shows a warning if asan report dir is not empty
    (which means that there is some memory usage issue in swss)
    
    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    885e55d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. [ci][asan] make BuildAsan stage parallel with Build stage

    Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
    Yakiv-Huryk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    212e0fb View commit details
    Browse the repository at this point in the history