Skip to content

Commit caad5f3

Browse files
Overwrite the bundle file
Do not forget to cleanup Split build and run of tests into different steps Signed-off-by: Dimitri Gnidash <[email protected]>
1 parent 68bddb8 commit caad5f3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/hardware-long.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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
@@ -87,6 +87,13 @@ jobs:
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

0 commit comments

Comments
 (0)