Skip to content

Commit

Permalink
#8082 fd stress
Browse files Browse the repository at this point in the history
  • Loading branch information
ttmchiou committed May 17, 2024
1 parent b29d4d2 commit d9b6640
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/stress-fast-dispatch-build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
- name: Extract files
run: tar -xvf ttm_${{ matrix.runner-info.arch }}.tar
- uses: ./.github/actions/install-python-deps
- uses: ./.github/actions/load-docker-image
- name: Run pre/post regression tests in a loop
run: |
source ${{ github.workspace }}/python_env/bin/activate
cd $TT_METAL_HOME
export PYTHONPATH=$TT_METAL_HOME
./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type stress_post_commit --dispatch-mode fast
./scripts/docker/run_docker_cmd.sh \
-e TT_METAL_WATCHER=60 \
--device /dev/tenstorrent -- \
/bin/bash -c "source python_env/bin/activate \
&& ./tests/scripts/run_tests.sh --tt-arch $ARCH_NAME --pipeline-type stress_post_commit --dispatch-mode fast"
- name: Upload watcher log
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d9b6640

Please sign in to comment.