We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ef49 commit c354184Copy full SHA for c354184
.github/workflows/hardware-long.yml
@@ -19,9 +19,9 @@ jobs:
19
- board: p100
20
runs-on:
21
- yyz-zephyr-lab-p100
22
- # - board: p100a
23
- # runs-on:
24
- # - yyz-zephyr-lab-p100a
+ - board: p100a
+ runs-on:
+ - yyz-zephyr-lab-p100a
25
runs-on: ${{ matrix.config.runs-on }}
26
env:
27
"ZEPHYR_SDK_INSTALL_DIR": /opt/toolchains
@@ -123,6 +123,7 @@ jobs:
123
# flash BMC and SMC firmware, but since each chip uses a separate
124
# debug adapter this doesn't work. For now, just flash BMC
125
# then run twister with SMC firmware
126
+ ../tt-zephyr-platforms/scripts/rescan-pcie.sh
127
./scripts/twister -i --retry-failed 3 \
128
--retry-interval 5 \
129
--tag e2e \
0 commit comments