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

Add latency tests #26

Draft
wants to merge 2 commits into
base: debian-main
Choose a base branch
from
Draft

Add latency tests #26

wants to merge 2 commits into from

Commits on Feb 16, 2023

  1. ci-debian.yaml: add latency test step

    This commit split the former test section in two steps and add a latency
    test step.
    
    The dependencies between graph is a bit complex :
    The clean part should always execute.
    The report creation and upload should not execute if the configuration
    fails. But it must happen if either the system tests or the latency
    tests fails.
    In case the system tests fails, the latency tests will not be launched
    but a test report must still be generated.
    
    Signed-off-by: Erwann Roussy <[email protected]>
    eroussy committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6b957fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a3213 View commit details
    Browse the repository at this point in the history