Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
40 changes: 0 additions & 40 deletions .cursorrules

This file was deleted.

4 changes: 2 additions & 2 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dev Container Setup
# BioNeMo Recipes Dev Container

General-purpose dev container for local recipe development.
General-purpose dev container for local BioNeMo Recipes development.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "BioNeMo Dev Container",
"name": "BioNeMo Recipes Dev Container",
"build": {
"dockerfile": "Dockerfile"
},
Expand Down
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ updates:

- package-ecosystem: "uv"
directories:
- "/bionemo-recipes/**"
- "/models/**"
- "/recipes/**"
- "/interpretability/**"
target-branch: "main"
schedule:
interval: "weekly"
Expand All @@ -37,7 +39,9 @@ updates:

- package-ecosystem: "pip"
directories:
- "/bionemo-recipes/**"
- "/models/**"
- "/recipes/**"
- "/interpretability/**"
target-branch: "main"
schedule:
interval: "weekly"
Expand All @@ -50,7 +54,9 @@ updates:

- package-ecosystem: "npm"
directories:
- "/bionemo-recipes/**"
- "/models/**"
- "/recipes/**"
- "/interpretability/**"
target-branch: "main"
schedule:
interval: "weekly"
Expand Down
6 changes: 1 addition & 5 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@
color: 1D76DB # Blue

- name: ciflow:all
description: Run all tests (unit tests, slow tests, and notebooks). This label can be used to enforce running all framework tests.
description: Run all tests, including unit tests, slow tests, notebooks, and every recipe/model directory.
color: FBCA04 # Yellow/Gold

- name: ciflow:all-recipes
description: Run tests for all recipes (under bionemo-recipes). This label can be used to enforce running tests for all recipes.
color: 812afe # Purple

- name: ciflow:skip
description: Skip all CI tests for this PR
color: B60205 # Red
3 changes: 1 addition & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Configure CI behavior by applying the relevant labels. By default, only basic un
- [ciflow:skip](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:skip) - Skip all CI tests for this PR
- [ciflow:notebooks](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:notebooks) - Run Jupyter notebooks execution tests
- [ciflow:slow](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:slow) - Run slow single GPU integration tests marked as @pytest.mark.slow
- [ciflow:all](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:all) - Run all tests (unit tests, slow tests, and notebooks). This label can be used to enforce running all framework tests.
- [ciflow:all-recipes](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:all-recipes) - Run tests for all recipes (under bionemo-recipes). This label can be used to enforce running tests for all recipes.
- [ciflow:all](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/main/contributing/contributing.md#ciflow:all) - Run all tests, including unit tests, slow tests, notebooks, and every recipe/model directory.

Unit tests marked as `@pytest.mark.multi_gpu` or `@pytest.mark.distributed` are not run in the PR pipeline.

Expand Down
226 changes: 0 additions & 226 deletions .github/workflows/bionemo-subpackage-ci.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/scdl-performance-tests.yml

This file was deleted.

Loading
Loading