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] Fix kernel execution in fuzztests and run fuzztests on L0 in CI #1427

Merged
merged 5 commits into from
Jul 5, 2024

Commits on Jul 3, 2024

  1. Verbose long fuzz tests

    PatKamin authored and kbenzie committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6d75dcf View commit details
    Browse the repository at this point in the history
  2. Update in custom user paths of L0

    Changes the handling of the UR_LEVEL_ZERO_INCLUDE_DIR environment variable. The user can provide any direct path to the include directory containing level zero headers. No 'level-zero' subdirectory appended to this path anymore.
    
    Note that the path to the include directory has to end with a slash, like ie. "level-zero/include/".
    PatKamin authored and kbenzie committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    fcd0fe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Run fuzztests on L0 HW in CI

    instead of running fuzztests in CI on the null adapter.
    PatKamin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3bf4675 View commit details
    Browse the repository at this point in the history
  2. Refactor kernel triggering in fuzz tests

    - Properly set up and trigger the test kernel within the fuzz test.
    - Change the test kernel used from "bar" to "fill".
    - Refactor env vars used in test.
    PatKamin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    afefdaa View commit details
    Browse the repository at this point in the history
  3. Refactor fuzz tests

    PatKamin committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d5a90ad View commit details
    Browse the repository at this point in the history