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

[DO NOT MERGE YET] Triage function improved for handling multiple packages with slicing. #254

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 23, 2023

  1. Triage function improved for handling multiple packages with slicing.

    If no CPUs are enabled for particular package, the package is not being
    triaged (if the fault is isolated to this particular package).
    As a result, the test doesn't success (with "no test executed" skip reason)
    and doesn't introduce any confusion and unexpected reports suggesting
    regressions.
    Current pattern of triaged packages is: 2+..+n, ..., n, 1. For 2S (or
    any setups with 2 packages) the pattern is reduced to 2, 1.
    Proper number of test runs is logged (1/2/3/.. instead of 2/4/6).
    
    Signed-off-by: Jarek Poswiata <jaroslaw.poswiata@intel.com>
    jposwiata committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    378e4b8 View commit details
    Browse the repository at this point in the history