Skip to content

Commit

Permalink
ci: Disable flaky transcription tests (#12237) (#12293)
Browse files Browse the repository at this point in the history
* ci: Disable flaky transcription tests



* f



---------

Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g authored Feb 20, 2025
1 parent c514931 commit 1045db9
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,10 +1211,10 @@ jobs:
amp=true
# L2: Speech Transcription
L2_Speech_Transcription_Canary_Transcribe_Full_Manifest:
Optional_L2_Speech_Transcription_Canary_Transcribe_Full_Manifest:
needs: [pre-flight, cicd-test-container-build]
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'L2_Speech_Transcription_Canary_Transcribe_Full_Manifest')
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'Optional_L2_Speech_Transcription_Canary_Transcribe_Full_Manifest')
with:
RUNNER: self-hosted-azure
SCRIPT: |
Expand All @@ -1229,11 +1229,12 @@ jobs:
matmul_precision=medium
AFTER_SCRIPT: |
rm -rf /tmp/preds.json transcribe.log
IS_OPTIONAL: true

L2_Speech_Transcription_Canary_Transcribe_With_Prompt:
Optional_L2_Speech_Transcription_Canary_Transcribe_With_Prompt:
needs: [pre-flight, cicd-test-container-build]
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'L2_Speech_Transcription_Canary_Transcribe_With_Prompt')
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'Optional_L2_Speech_Transcription_Canary_Transcribe_With_Prompt')
with:
RUNNER: self-hosted-azure
SCRIPT: |
Expand All @@ -1252,11 +1253,12 @@ jobs:
+prompt.pnc="no"
AFTER_SCRIPT: |
rm -rf preds.json transcribe.log
IS_OPTIONAL: true

L2_Speech_Transcription_Canary_Transcribe_Audio_Dir:
Optional_L2_Speech_Transcription_Canary_Transcribe_Audio_Dir:
needs: [pre-flight, cicd-test-container-build]
uses: ./.github/workflows/_test_template.yml
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'L2_Speech_Transcription_Canary_Transcribe_Audio_Dir')
if: contains(fromJSON(needs.pre-flight.outputs.test_to_run), 'Optional_L2_Speech_Transcription_Canary_Transcribe_Audio_Dir')
with:
RUNNER: self-hosted-azure
SCRIPT: |
Expand All @@ -1271,6 +1273,7 @@ jobs:
matmul_precision=medium
AFTER_SCRIPT: |
rm -rf preds.json
IS_OPTIONAL: true

# L2: Segmentation Tool
L2_Segmentation_Tool_Parallel_ctc_segmentation_test_L2_Eng_CitriNet_with_wav:
Expand Down Expand Up @@ -5363,9 +5366,9 @@ jobs:
- L2_Speech_Estimate_Duration_Bins
- L2_Speech_Batch_Size_OOMptimizer
- L2_Speech_Batch_Size_OOMptimizer_Canary
- L2_Speech_Transcription_Canary_Transcribe_Full_Manifest
- L2_Speech_Transcription_Canary_Transcribe_With_Prompt
- L2_Speech_Transcription_Canary_Transcribe_Audio_Dir
# - Optional_L2_Speech_Transcription_Canary_Transcribe_Full_Manifest
# - Optional_L2_Speech_Transcription_Canary_Transcribe_With_Prompt
# - Optional_L2_Speech_Transcription_Canary_Transcribe_Audio_Dir
- L2_Megatron_GPT_Reranker
- L2_NeMo_2_NeMo_Mcore_Mixtral_bitexact
- L2_NeMo_2_PTQ_Llama2_FP8
Expand Down

0 comments on commit 1045db9

Please sign in to comment.