Skip to content

Commit ba3456c

Browse files
con-paxaescolar
authored andcommitted
boards: microchip: skip flash based CI tests for PolarFire SoC
Microchip's PolarFire SoC has a system controller that utilizes an external spi flash for performing "auto update" of the FPGA design. This is not a feauture fully integrated into Zephyr as of yet, so in an effort to not constantly fail the CI, add flash tag to the ignore list. Signed-off-by: Conor Paxton <[email protected]>
1 parent a7e9be6 commit ba3456c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/microchip/mpfs_icicle/mpfs_icicle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ testing:
99
ignore_tags:
1010
- net
1111
- bluetooth
12+
- flash
1213
vendor: microchip

boards/microchip/mpfs_icicle/mpfs_icicle_smp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ testing:
99
ignore_tags:
1010
- net
1111
- bluetooth
12+
- flash
1213
vendor: microchip

0 commit comments

Comments
 (0)