Files
wehub-resource-sync ba4be087d5
CICD NeMo / cicd-main-unit-tests (push) Blocked by required conditions
CICD NeMo / cicd-main-speech (push) Blocked by required conditions
CICD NeMo / cicd-test-container-build (push) Blocked by required conditions
CICD NeMo / cicd-import-tests (push) Blocked by required conditions
CICD NeMo / L0_Setup_Test_Data_And_Models (push) Blocked by required conditions
CICD NeMo / Nemo_CICD_Test (push) Blocked by required conditions
CICD NeMo / Coverage (e2e) (push) Blocked by required conditions
CICD NeMo / Coverage (unit-test) (push) Blocked by required conditions
CodeQL / Analyze (python) (push) Waiting to run
Create PR to main with cherry-pick from release / cherry-pick (push) Failing after 0s
CICD NeMo / pre-flight (push) Failing after 0s
CICD NeMo / configure (push) Has been skipped
Build, validate, and release Neural Modules / pre-flight (push) Failing after 1s
CICD NeMo / code-linting (push) Has been skipped
CICD NeMo / cicd-wait-in-queue (push) Waiting to run
Build, validate, and release Neural Modules / release (push) Has been skipped
Build, validate, and release Neural Modules / release-summary (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:28:58 +08:00

579 lines
24 KiB
YAML

# Copyright (c) 2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: NeMo E2E Speech Tests
on:
workflow_call:
inputs:
test_to_run:
required: true
type: string
image-name:
required: false
default: nemo_container_speech
type: string
runner:
required: false
default: nemo-ci-aws-gpu-x2
type: string
description: "Runner to use for GPU jobs"
run_nightly:
required: false
default: 'false'
type: string
description: "Set to 'true' to run the nightly e2e suite"
jobs:
build:
uses: ./.github/workflows/_build_container.yml
with:
image-name: ${{ inputs.image-name }}
dockerfile: docker/Dockerfile
runner: ${{ inputs.runner }}
unit-tests:
strategy:
fail-fast: false
matrix:
include:
- script: L0_Unit_Tests_GPU_ASR_1
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_ASR_2
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_ASR_3
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_ASR_4
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_ASR_5
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_ASR_6
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_CPU_ASR_1
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_ASR_2
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_ASR_3
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_ASR_4
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_ASR_5
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_ASR_6
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_GPU_TTS
runner: ${{ inputs.runner }}
timeout: 30
- script: L0_Unit_Tests_CPU_TTS
runner: ${{ inputs.runner }}
cpu-only: true
- script: L0_Unit_Tests_GPU_Audio_1
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_GPU_Audio_2
runner: ${{ inputs.runner }}
timeout: 15
- script: L0_Unit_Tests_CPU_Audio
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 20
- script: L0_Unit_Tests_GPU_SpeechLM2
runner: ${{ inputs.runner }}
timeout: 20
- script: L0_Unit_Tests_CPU_SpeechLM2_1
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_SpeechLM2_2
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_SpeechLM2_3
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
- script: L0_Unit_Tests_CPU_SpeechLM2_4
runner: ${{ inputs.runner }}
cpu-only: true
timeout: 12
needs: [build]
runs-on: ${{ matrix.runner }}
name: ${{ matrix.script }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Checkout NeMo
uses: actions/checkout@v6
with:
path: ${{ github.run_id }}
- name: main
uses: ./.github/actions/test-template
with:
runner: ${{ runner.name }}
script: ${{ matrix.script }}
is_unit_test: true
tests_to_run: ${{ inputs.test_to_run }}
image: ${{ needs.build.outputs.image }}
test-data-path: ${{ vars.DEFAULT_TEST_DATA_PATH || '/mnt/datadrive/TestData' }}
timeout: ${{ matrix.timeout || 10 }}
cpu-only: ${{ matrix.cpu-only || false }}
is_optional: ${{ matrix.is-optional || false }}
e2e-tests:
strategy:
fail-fast: false
matrix:
include:
- runner: ${{ inputs.runner }}
script: ASR_dev_run_Speech_to_Text
- runner: ${{ inputs.runner }}
script: Optional_ASR_dev_run_Speech_To_Text_Finetuning
is-optional: true
- runner: ${{ inputs.runner }}
script: Optional_ASR_dev_run_Speech_To_Text_HF_Finetuning
is-optional: true
- runner: ${{ inputs.runner }}
script: ASR_dev_run_Speech_to_Text_WPE_-_Conformer
- runner: ${{ inputs.runner }}
script: ASR_dev_run_Speech_to_Text_Hybrid_RNNT_CTC_Prompt
- runner: ${{ inputs.runner }}
script: ASR_dev_run_Speech_to_Text_RNNT_Prompt
- runner: ${{ inputs.runner }}
script: L2_ASR_Multi-dataloader_dev_run_Speech_to_Text_multi-dataloader
- runner: ${{ inputs.runner }}
script: L2_ASR_Multi-dataloader_dev_run_Speech_to_Label_multi-dataloader
- runner: ${{ inputs.runner }}
script: L2_ASR_Adapters_Linear_Adapters
- runner: ${{ inputs.runner }}
script: L2_ASR_Adapters_RelPos_MHA_Adapters
- runner: ${{ inputs.runner }}
script: L2_Speech_to_Text_EMA
- runner: ${{ inputs.runner }}
script: L2_Speech_to_Text_AED
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_Speech_to_Label
- runner: ${{ inputs.runner }}
script: L2_Speech_Estimate_Duration_Bins
- runner: ${{ inputs.runner }}
script: L2_Speech_Estimate_Token_Bins
- runner: ${{ inputs.runner }}
script: L2_Speech_Batch_Size_OOMptimizer
- runner: ${{ inputs.runner }}
script: L2_Speech_Distributed_Batch_Size_OOMptimizer
timeout: 15
- runner: ${{ inputs.runner }}
script: Optional_L2_Speech_Batch_Size_OOMptimizer_Canary
is-optional: true
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Transcribe
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Streaming_Infer
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Cache_Aware_Infer
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Cache_Aware_with_Prompt_Infer
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Streaming_Inference
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Inference_Boost_GT
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Speech_to_Text_Transcribe_Boost_GT
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Canary_Transcribe_Full_Manifest
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Canary_Transcribe_With_Prompt
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Canary_Transcribe_Audio_Dir
- runner: ${{ inputs.runner }}
script: L2_Speech_Transcription_Canary_Streaming_Full_Manifest
- runner: ${{ inputs.runner }}
script: L2_Longform_Speech_Transcription_Canary_Chunked_Infer_from_Audio_Dir
- runner: ${{ inputs.runner }}
script: L2_Longform_Speech_Transcription_with_TimeStamps_Canary_Chunked_Infer_from_Audio_Dir
- runner: ${{ inputs.runner }}
script: L2_Longform_Speech_Transcription_with_TimeStamps_Canary_Chunked_Infer_from_Manifest
- runner: ${{ inputs.runner }}
script: Speech_Checkpoints_tests
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_Speaker_Recognition
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_EndtoEnd_Speaker_Diarization_Sortformer
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_EndtoEnd_Diarizer_Inference
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_Speaker_Diarization_with_ASR_Inference
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_Clustering_Diarizer_Inference
- runner: ${{ inputs.runner }}
script: L2_Speaker_dev_run_Multispeaker_ASR_Data_Simulation
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_1_FastPitch
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_1_Hifigan
- runner: ${{ inputs.runner }}
script: L2_G2P_Models_G2P_Conformer_training_evaluation_and_inference
- runner: ${{ inputs.runner }}
script: SPEECHLM_HF_Training_DuplexS2S
- runner: ${{ inputs.runner }}
script: SPEECHLM_HF_Training_DuplexS2SSpeechDecoder
- runner: ${{ inputs.runner }}
script: SPEECHLM_HF_Training_SALM
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_DecoderContext
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_MultiEncoder
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_MoE
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_OnlinePO
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluate_Magpietts_ZeroShot
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluate_Magpietts_SeenSpeakers
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluatelongform_Magpietts_ZeroShot
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluate_Magpietts_MoE_ZeroShot
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluatelongform_Magpietts_MoE_ZeroShot
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluate_Magpietts_FrameStacking
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_OnlineCFGDistillation
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_MoE_OnlineCFGDistillation
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_Magpietts_FrameStacking_OnlineCFGDistillation
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_EasyMagpietts_Qwen
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_EasyMagpietts_Nemotron
- runner: ${{ inputs.runner }}
script: L2_TTS_Fast_dev_runs_EasyMagpietts_OnlinePO
timeout: 20
- runner: ${{ inputs.runner }}
script: L2_TTS_InferEvaluate_EasyMagpietts
timeout: 20
needs: [build, unit-tests]
runs-on: ${{ matrix.runner }}
name: ${{ matrix.is-optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Checkout NeMo
uses: actions/checkout@v6
with:
path: ${{ github.run_id }}
- name: main
uses: ./.github/actions/test-template
with:
runner: ${{ runner.name }}
script: ${{ matrix.script }}
tests_to_run: ${{ inputs.test_to_run }}
image: ${{ needs.build.outputs.image }}
test-data-path: ${{ vars.DEFAULT_TEST_DATA_PATH || '/mnt/datadrive/TestData' }}
timeout: ${{ matrix.timeout || 10 }}
is_optional: ${{ matrix.is-optional || false }}
e2e-nightly:
if: ${{ github.event_name == 'schedule' || inputs.run_nightly == 'true' }}
strategy:
fail-fast: false
matrix:
include:
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_de_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_es_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_it_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ua_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_pl_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_hr_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_be_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_fr_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ru_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_nl_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_fa_fastconformer_hybrid_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ka_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_kk_ru_fastconformer_hybrid_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ka_fastconformer_hybrid_transducer_ctc_large_streaming_80ms_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_uz_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ar_fastconformer_hybrid_large_pc_v1_0
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_hy_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_hybrid_medium_streaming_80ms_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_hybrid_medium_streaming_80ms
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_pt_fastconformer_hybrid_large_pc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_es_fastconformer_hybrid_large_pc_nc
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_ar_fastconformer_hybrid_large_pcd_v1_0
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_hybrid_large_streaming_multi
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_ctc_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_transducer_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_ctc_xlarge
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_transducer_xlarge
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_transducer_xxlarge
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_ctc_xxlarge
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__stt_en_fastconformer_tdt_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_stt_en_fastconformer_hybrid_large_streaming_1040ms
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_stt_multilingual_fastconformer_hybrid_large_pc_blend_eu
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_rnnt_1_1b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_ctc_1_1b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_rnnt_0_6b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_ctc_0_6b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_1_1b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_ctc_1_1b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_ctc_0_6b_ja
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_ctc_110m
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_0_6b_v2
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_rnnt_110m_da_dk
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_tdt_0_6b_v3
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_ctc_0_6b_Vietnamese
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__canary_1b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__canary_1b_flash
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__canary_180m_flash
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__canary_1b_v2
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__parakeet_realtime_eou_120m_v1
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__multitalker_parakeet_streaming_0_6b_v1
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__nemotron_speech_streaming_en_0_6b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__canary_qwen_2_5b
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__diar_sortformer_4spk_v1
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__diar_streaming_sortformer_4spk_v2
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__diar_streaming_sortformer_4spk_v2_1
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_titanet_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__speakerverification_en_titanet_large
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__ssl_en_nest_large_v1_0
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__ssl_en_nest_xlarge_v1_0
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_vad_multilingual_marblenet
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_vad_multilingual_frame_marblenet
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__Frame_VAD_Multilingual_MarbleNet_v2_0
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__se_den_sb_16k_small
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__se_der_sb_16k_small
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__sr_ssl_flowmatching_16k_430m
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_mel_codec_44khz_medium
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_mel_codec_22khz_fullband_medium
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__low_frame_rate_speech_codec_22khz
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__audio_codec_22khz
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__audio_codec_44khz
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__mel_codec_22khz
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__mel_codec_44khz
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__nemo_nano_codec_22khz_1_78kbps_12_5fps
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__nemo_nano_codec_22khz_1_89kbps_21_5fps
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__nemo_nano_codec_22khz_0_6kbps_12_5fps
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__tts_en_fastpitch
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__tts_hifigan
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_nvidia__magpie_tts_multilingual_357m
timeout: 15
- runner: ${{ inputs.runner }}
script: L2_Model_Support_tts_en_e2e_fastspeech2hifigan
timeout: 15
needs: [build, unit-tests]
runs-on: ${{ matrix.runner }}
name: ${{ matrix.script }}
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Checkout NeMo
uses: actions/checkout@v6
with:
path: ${{ github.run_id }}
- name: main
uses: ./.github/actions/test-template
with:
runner: ${{ runner.name }}
script: ${{ matrix.script }}
tests_to_run: ${{ inputs.test_to_run }}
image: ${{ needs.build.outputs.image }}
test-data-path: ${{ vars.DEFAULT_TEST_DATA_PATH || '/mnt/datadrive/TestData' }}
timeout: ${{ matrix.timeout || 10 }}
test_dir: e2e_nightly