Skip to content

Commit

Permalink
#0: POSSIBLE REVERT, TO TRY: allow demo tests to run 24h and put LD_L…
Browse files Browse the repository at this point in the history
…IBRARY_PATH in test-dispatch
  • Loading branch information
tt-rkim committed Jul 14, 2024
1 parent 356aa4c commit 6bebaeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/single-card-demo-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
run: tar -xvf ttm_${{ matrix.test-group.arch }}.tar
- uses: ./.github/actions/install-python-deps
- name: Run demo regression tests
timeout-minutes: 45
timeout-minutes: 1440
run: |
source ${{ github.workspace }}/python_env/bin/activate
cd $TT_METAL_HOME
export PYTHONPATH=$TT_METAL_HOME
${{ matrix.test-group.cmd }}
while true; do ${{ matrix.test-group.cmd }}; done
1 change: 1 addition & 0 deletions .github/workflows/test-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
TT_METAL_ENV: ${{ vars.TT_METAL_ENV }}
ARCH_NAME: ${{ inputs.arch }}
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib
environment: dev
runs-on: ${{ inputs.runner-label }}
name: Custom test command ${{ inputs.description }}
Expand Down

0 comments on commit 6bebaeb

Please sign in to comment.