Skip to content

Commit

Permalink
#0: Test pipeline - REVERT ME!
Browse files Browse the repository at this point in the history
  • Loading branch information
esmalTT committed Aug 7, 2024
1 parent fb12634 commit 4548009
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/scripts/single_card/nightly/run_wh_b0_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ if [[ -z "$TT_METAL_HOME" ]]; then
fi
fail=0

echo "Running nightly tests for WH B0 only"
SLOW_MATMULS=1 WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml env pytest -n auto tests/ttnn/integration_tests/stable_diffusion ; fail+=$?

echo "Running nightly tests for WH B0 only"
env WH_ARCH_YAML=wormhole_b0_80_arch_eth_dispatch.yaml pytest -n auto tests/nightly/wh_b0_only_eth ; fail+=$?
env pytest -n auto tests/nightly/wh_b0_only ; fail+=$?


if [[ $fail -ne 0 ]]; then
exit 1
fi

0 comments on commit 4548009

Please sign in to comment.