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

[SKIP SOF-TEST] app/sample.yml: add MTL and LNL to Zephyr CI #8429

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions app/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
sample:
description: Audio with SOF
name: sof
Expand All @@ -9,10 +10,14 @@ tests:
sample.audio.sof:
tags: sof
build_only: true
platform_allow: intel_adsp_cavs25 nxp_adsp_imx8 nxp_adsp_imx8x nxp_adsp_imx8m
platform_allow:
intel_adsp_cavs25 intel_adsp_ace15_mtpm intel_adsp_ace20_lnl
nxp_adsp_imx8 nxp_adsp_imx8x nxp_adsp_imx8m

integration_platforms:
- intel_adsp_cavs25
- intel_adsp_cavs25 # TGL
- intel_adsp_ace15_mtpm # MTL
- intel_adsp_ace20_lnl
- nxp_adsp_imx8
- nxp_adsp_imx8x
- nxp_adsp_imx8m
Loading