ARC: boards: nsim: adjust default testing for better coverage
As of today the build-only testing in upstream is enabled for nsim_em and nsim_em7d_v22 which are very similar from the compiler POW. The ARC HS, ARC Secure EM and SMP targets miss any testing. So adjust default testing for better coverage by enabling build-only testing for nsim_hs, nsim_sem and nsim_hs_smp and drop excessive testing for nsim_em7d_v22. Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
This commit is contained in:
parent
c4325aa800
commit
1050945d2b
|
@ -6,7 +6,6 @@ arch: arc
|
|||
toolchain:
|
||||
- zephyr
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -7,6 +7,7 @@ toolchain:
|
|||
- zephyr
|
||||
- arcmwdt
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -7,6 +7,7 @@ toolchain:
|
|||
- zephyr
|
||||
- arcmwdt
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
|
@ -7,6 +7,7 @@ toolchain:
|
|||
- zephyr
|
||||
- arcmwdt
|
||||
testing:
|
||||
default: true
|
||||
ignore_tags:
|
||||
- net
|
||||
- bluetooth
|
||||
|
|
Loading…
Reference in New Issue