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 #2363

Merged
merged 6 commits into from
Aug 24, 2022

Commits on Jun 25, 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 fails 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 Jun 25, 2022
    Configuration menu
    Copy the full SHA
    24de0be View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6c2b540 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    68a0a4f View commit details
    Browse the repository at this point in the history
  2. [ci][asan] disabled ASAN report check

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

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    69c6339 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    b27c151 View commit details
    Browse the repository at this point in the history