Conversation
Signed-off-by: Hao Wu <skyw@nvidia.com>
|
@greptile |
Greptile SummaryThis PR extends the GitHub Actions CI/CD pipeline with a dedicated nightly job that runs Key changes:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pre-flight] --> B[cicd-wait-in-queue]
A --> C[cicd-container-build]
B --> C
C --> D[cicd-unit-tests\nL0_Tests_GPU / L0_Tests_CPU]
C --> E[cicd-nightly-tests\nL1_Tests_GPU\n⏰ schedule only]
D --> F[publish-test-results\npattern: test-results-L0_*]
E --> G[publish-nightly-test-results\npattern: test-results-L1_*\n⏰ schedule only]
D --> H[Nemo_CICD_Test\ngate job\nexcludes L1_Tests_GPU from\nfailure/cancel counts]
C --> H
A --> H
H --> I[Coverage_Fake / Coverage]
style E fill:#f0e68c,stroke:#c0a030
style G fill:#f0e68c,stroke:#c0a030
|
Signed-off-by: Hao Wu <skyw@nvidia.com>
Signed-off-by: Hao Wu <skyw@nvidia.com>
No description provided.