diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 39d892a94d..45180aeb17 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -71,7 +71,7 @@ reviews: # Default: {} # Automatic Incremental Review - Automatic incremental code review on each push # Default: true - auto_incremental_review: false # current: true + auto_incremental_review: true # current: true # Review draft PRs/MRs. # Default: false drafts: false diff --git a/.gitignore b/.gitignore index 1f602ec71f..e5adf3c582 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,7 @@ nemo_skills/dataset/aalcr/lcr/ .idea/ .idea/* CLAUDE.md +AGENTS.md .codex .idea diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 55c8aa350a..4dba695e4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -163,7 +163,11 @@ All subsequent commits will be checked according to configuration in [`.pre-comm ## Running Tests -TBD +Check existing github actions CI for cpu/gpu tests. Slurm tests documentation is [here](/tests/slurm-tests). +When running cpu tests, it's important to always add `-s` flag to pytest as otherwise all tests using nemo-run +will fail. + +More details TBD **TIP**: Our CI depends on some secret variables only accessible to developers of the repository. To run the full suite of tests, please create pull requests from a branch instead of a fork whenever