File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 4242 # Replace this with the reliance on the previous workflow that builds the firmware bundle.
4343 run : |
4444 curl -L -o combined-fwbundle.zip https://nightly.link/tenstorrent/tt-zephyr-platforms/workflows/build-fw/main/combined-fwbundle.zip
45- unzip combined-fwbundle.zip
45+ unzip -o combined-fwbundle.zip
4646 - name : Run the rescan-pcie.sh script
4747 run : |
4848 curl -o /tmp/rescan-pcie.sh https://raw.githubusercontent.com/tenstorrent/tt-zephyr-platforms/${{ github.ref }}/scripts/rescan-pcie.sh
8787 TT_METAL_HOME : ${{ github.workspace }}/tt-metal
8888 run : |
8989 ./build_metal.sh --build-tests --build-programming-examples
90+ - name : Run Metal Tests
91+ shell : bash
92+ working-directory : tt-metal
93+ env :
94+ ARCH_NAME : blackhole
95+ TT_METAL_HOME : ${{ github.workspace }}/tt-metal
96+ run : |
9097 PYTHON_CMD=python3.10 source ./create_venv.sh
9198 TT_METAL_SKIP_ETH_CORES_WITH_RETRAIN=1 ./build/test/tt_metal/unit_tests_dispatch --gtest_filter="CommandQueueSingleCardFixture.*"
9299 #Tests Metal command queue basic apis
@@ -101,3 +108,4 @@ jobs:
101108 run : |
102109 # Clean out metal
103110 rm -rf tt-metal
111+ rm -rf combined-fwbundle.zip fw_pack*.fwbundle
You can’t perform that action at this time.
0 commit comments