Skip to content

Commit c354184

Browse files
Rescan before flashing
Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent 658ef49 commit c354184

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/hardware-long.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- board: p100
2020
runs-on:
2121
- yyz-zephyr-lab-p100
22-
# - board: p100a
23-
# runs-on:
24-
# - yyz-zephyr-lab-p100a
22+
- board: p100a
23+
runs-on:
24+
- yyz-zephyr-lab-p100a
2525
runs-on: ${{ matrix.config.runs-on }}
2626
env:
2727
"ZEPHYR_SDK_INSTALL_DIR": /opt/toolchains
@@ -123,6 +123,7 @@ jobs:
123123
# flash BMC and SMC firmware, but since each chip uses a separate
124124
# debug adapter this doesn't work. For now, just flash BMC
125125
# then run twister with SMC firmware
126+
../tt-zephyr-platforms/scripts/rescan-pcie.sh
126127
./scripts/twister -i --retry-failed 3 \
127128
--retry-interval 5 \
128129
--tag e2e \

0 commit comments

Comments
 (0)