intel_adsp: fix new style twister configuration
Missed a few keys while moving to the new style twister.yaml file for the intel_adsp platform. Add those back. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
8d1a7026c5
commit
fad8a1ff31
1 changed files with 14 additions and 0 deletions
|
|
@ -17,9 +17,23 @@ variants:
|
|||
- xt-clang
|
||||
intel_adsp/ace30:
|
||||
twister: false
|
||||
intel_adsp/ace20_lnl/sim:
|
||||
type: sim
|
||||
simulation: custom
|
||||
testing:
|
||||
timeout_multiplier: 4
|
||||
intel_adsp/ace15_mtpm/sim:
|
||||
type: sim
|
||||
simulation: custom
|
||||
testing:
|
||||
timeout_multiplier: 4
|
||||
intel_adsp/ace30/ptl/sim:
|
||||
type: sim
|
||||
simulation: custom
|
||||
toolchain:
|
||||
- xt-clang
|
||||
testing:
|
||||
timeout_multiplier: 8
|
||||
intel_adsp/cavs25:
|
||||
toolchain:
|
||||
- xcc
|
||||
|
|
|
|||
Loading…
Reference in a new issue