Skip to content

Commit

Permalink
[CI] remove timeout (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Nov 24, 2024
1 parent 71c6d54 commit 44f2d1a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ jobs:
echo "CUDA_VISIBLE_DEVICES set to $gpu_id, timestamp=$timestamp"
- name: Run tests
timeout-minutes: ${{ env.BITBLAS == '1' && 120 || 60 }}
if: ${{ (!github.event.inputs.test_names || contains(github.event.inputs.test_names, matrix.test_script)) && !cancelled() }}
run: pytest --durations=0 tests/${{ matrix.test_script }}.py || { echo "ERROR=1" >> $GITHUB_ENV; exit 1; }

Expand Down Expand Up @@ -442,7 +441,6 @@ jobs:
echo "CUDA_VISIBLE_DEVICES set to $gpu_id, timestamp=$timestamp"
- name: Run tests
timeout-minutes: ${{ env.BITBLAS == '1' && 120 || 60 }}
if: ${{ (!github.event.inputs.test_names || contains(github.event.inputs.test_names, matrix.test_script)) && !cancelled() }}
run: pytest --durations=0 tests/${{ matrix.test_script }}.py || { echo "ERROR=1" >> $GITHUB_ENV; exit 1; }

Expand All @@ -457,7 +455,6 @@ jobs:
- check-vm
runs-on: self-hosted
if: always() && !cancelled() && (needs.build-zen4.result == 'success' || github.event.inputs.artifact_id != '') && needs.list-test-files.outputs.torch-2-5-files != '[]'
timeout-minutes: 60
container:
image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2-torch2.5.1
volumes:
Expand Down

0 comments on commit 44f2d1a

Please sign in to comment.