Skip to content

Commit

Permalink
gpu_unitTests_notOptional (#9551)
Browse files Browse the repository at this point in the history
Signed-off-by: Tugrul Konuk <[email protected]>
  • Loading branch information
pablo-garay authored and ertkonuk committed Jul 19, 2024
1 parent 57d6465 commit 11fabac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ jobs:
### \'\'
OPTIONAL_L0_Unit_Tests_GPU:
L0_Unit_Tests_GPU:
needs: [cicd-test-container-setup]
uses: ./.github/workflows/_test_template.yml
with:
RUNNER: self-hosted-azure
TIMEOUT: 30
TIMEOUT: 60
SCRIPT: |
NEMO_NUMBA_MINVER=0.53 pytest -m "not pleasefixme" --with_downloads
IS_OPTIONAL: true
Expand Down Expand Up @@ -4236,7 +4236,7 @@ jobs:
Nemo_CICD_Test:
needs:
#- OPTIONAL_L0_Unit_Tests_GPU
- L0_Unit_Tests_GPU
- L0_Unit_Tests_CPU
- L2_Community_LLM_Checkpoints_tests_Llama
- L2_Community_LLM_Checkpoints_tests_StarCoder
Expand Down

0 comments on commit 11fabac

Please sign in to comment.