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

tests: improve filtering for cmsis_dsp/_nn #81443

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 15, 2024

  1. tests: cmsis_dsp: reduce architecture scope

    Filters already only allow arm and native, so exclude everything else
    very early and reduce churn and build time.
    
    Signed-off-by: Anas Nashif <anas.nashif@intel.com>
    nashif committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    497056a View commit details
    Browse the repository at this point in the history
  2. tests: cmsis_nn: reduce architecture scope

    Filters already only allow arm and native, so exclude everything else
    very early and reduce churn and build time.
    
    Signed-off-by: Anas Nashif <anas.nashif@intel.com>
    nashif committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ff02fd3 View commit details
    Browse the repository at this point in the history