Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pok-kernel/pok
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ana/pok
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 4, 2022

  1. avocado: limit parallel tasks to 1 with nrunner

    With version 91.0 Avocado have switched the default runner from
    an implementation named internally runner to a new architecture,
    that allows parallel execution of tests, called nrunner.
    Please, find more info at
    https://avocado-framework.readthedocs.io/en/91.0/releases/91_0.html
    and
    https://avocado-framework.readthedocs.io/en/91.0/guides/contributor/chapters/runners.html?highlight=nrunner-max-parallel-tasks
    
    In the case of pok, you could continue using the legacy runner,
    setting --test-runner=runner and sticking to the next LTS version
    that will be 92.0 or switch to nrunner and disable
    parallel execution by setting --nrunner-max-parallel-tasks 1
    
    Signed-off-by: Ana Guerrero Lopez <[email protected]>
    ana authored and samueltardieu committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    bc86d6e View commit details
    Browse the repository at this point in the history
Loading