Skip to content

Commit

Permalink
[Nemo CICD] timeouts fix (NVIDIA#9407)
Browse files Browse the repository at this point in the history
* timeouts fix

* timeouts fix
  • Loading branch information
pablo-garay authored Jun 6, 2024
1 parent 601a2ec commit 3d95c23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: ./.github/workflows/_test_template.yml
with:
RUNNER: self-hosted-azure
TIMEOUT: 30
SCRIPT: |
NEMO_NUMBA_MINVER=0.53 pytest -m "not pleasefixme" --with_downloads
IS_OPTIONAL: true
Expand All @@ -109,7 +110,7 @@ jobs:
uses: ./.github/workflows/_test_template.yml
with:
RUNNER: self-hosted-azure-cpu
TIMEOUT: 80
TIMEOUT: 60
SCRIPT: |
CUDA_VISIBLE_DEVICES="" NEMO_NUMBA_MINVER=0.53 pytest -m "not pleasefixme" --cpu --with_downloads --relax_numba_compat
Expand Down Expand Up @@ -4897,13 +4898,13 @@ jobs:
uses: ./.github/workflows/_test_template.yml
with:
RUNNER: self-hosted-azure
TIMEOUT: 20
SCRIPT: |
CUDA_VISIBLE_DEVICES=0 python examples/asr/speech_to_text_eval.py \
pretrained_name=QuartzNet15x5Base-En \
dataset_manifest=/home/TestData/librispeech/librivox-dev-other.json \
batch_size=64 \
tolerance=0.1012
TIMEOUT: 20
AFTER_SCRIPT: |
rm -f examples/asr/evaluation_transcripts.json
Expand Down Expand Up @@ -5057,4 +5058,4 @@ jobs:
- if: ${{ always() && steps.pipeline-conclusion.outputs.SUCCESS == 'false' }}
run: |
exit 1
exit 1

0 comments on commit 3d95c23

Please sign in to comment.