Skip to content

evo2 stop and go test#903

Merged
jwilber merged 14 commits into
mainfrom
evo2_stop_and_go_test
Jun 10, 2025
Merged

evo2 stop and go test#903
jwilber merged 14 commits into
mainfrom
evo2_stop_and_go_test

Conversation

@yzhang123
Copy link
Copy Markdown
Collaborator

@yzhang123 yzhang123 commented May 30, 2025

Description

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactor
  • Documentation update
  • Other (please describe):

CI Pipeline Configuration

Configure CI behavior by applying the relevant labels:

Note

By default, the notebooks validation tests are skipped unless explicitly enabled.

Authorizing CI Runs

We use copy-pr-bot to manage authorization of CI
runs on NVIDIA's compute resources.

  • If a pull request is opened by a trusted user and contains only trusted changes, the pull request's code will
    automatically be copied to a pull-request/ prefixed branch in the source repository (e.g. pull-request/123)
  • If a pull request is opened by an untrusted user or contains untrusted changes, an NVIDIA org member must leave an
    /ok to test comment on the pull request to trigger CI. This will need to be done for each new commit.

Usage

TODO: Add code snippet

Pre-submit Checklist

  • I have tested these changes locally
  • I have updated the documentation accordingly
  • I have added/updated tests as needed
  • All existing tests pass successfully

Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 30, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@yzhang123
Copy link
Copy Markdown
Collaborator Author

/ok to test 3d8b9c0

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.21%. Comparing base (5aa0d3b) to head (e891fce).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #903   +/-   ##
=======================================
  Coverage   84.21%   84.21%           
=======================================
  Files         143      143           
  Lines        9061     9061           
=======================================
  Hits         7631     7631           
  Misses       1430     1430           

see 1 file with indirect coverage changes

Comment thread sub-packages/bionemo-evo2/tests/bionemo/evo2/test_stop_and_go.py Outdated
Copy link
Copy Markdown
Collaborator

@jstjohn jstjohn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, left one comment related to a smaller model config.

yzhang123 added 7 commits June 2, 2025 05:18
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
@yzhang123
Copy link
Copy Markdown
Collaborator Author

/ok to test 73c8003

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Jun 4, 2025

/ok to test 73c8003

@yzhang123, there was an error processing your request: E2

See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/2/

@yzhang123
Copy link
Copy Markdown
Collaborator Author

/ok to test

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Jun 4, 2025

/ok to test

@yzhang123, there was an error processing your request: E1

See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/

Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
@yzhang123
Copy link
Copy Markdown
Collaborator Author

yzhang123 commented Jun 4, 2025

/ok test ccf92c2

@yzhang123
Copy link
Copy Markdown
Collaborator Author

yzhang123 commented Jun 4, 2025

/ok test ccf92c2

1 similar comment
@yzhang123
Copy link
Copy Markdown
Collaborator Author

/ok test ccf92c2

@yzhang123
Copy link
Copy Markdown
Collaborator Author

/ok test 3d8b9c0

@trvachov
Copy link
Copy Markdown
Collaborator

trvachov commented Jun 4, 2025

@dorotat-nv can I ask for you review here?

@dorotat-nv
Copy link
Copy Markdown
Collaborator

great work, LGTM

@yzhang123 yzhang123 enabled auto-merge June 4, 2025 16:03
yzhang123 and others added 3 commits June 4, 2025 09:18
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
@jwilber
Copy link
Copy Markdown
Collaborator

jwilber commented Jun 5, 2025

/ok to test c46b81b

@yzhang123 yzhang123 added this pull request to the merge queue Jun 9, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 9, 2025
@yzhang123 yzhang123 added this pull request to the merge queue Jun 10, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Jun 10, 2025
@jwilber
Copy link
Copy Markdown
Collaborator

jwilber commented Jun 10, 2025

/ok to test e891fce

@jwilber jwilber enabled auto-merge June 10, 2025 18:04
@jwilber jwilber added this pull request to the merge queue Jun 10, 2025
Merged via the queue into main with commit 9e34dd9 Jun 10, 2025
10 checks passed
@jwilber jwilber deleted the evo2_stop_and_go_test branch June 10, 2025 20:56
camirr-nv pushed a commit that referenced this pull request Jun 26, 2025
### Description
<!-- Provide a detailed description of the changes in this PR -->

### Type of changes
<!-- Mark the relevant option with an [x] -->

- [ ]  Bug fix (non-breaking change which fixes an issue)
- [ ]  New feature (non-breaking change which adds functionality)
- [ ]  Refactor
- [ ]  Documentation update
- [ ]  Other (please describe):

### CI Pipeline Configuration
Configure CI behavior by applying the relevant labels:

-
[SKIP_CI](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#skip_ci)
- Skip all continuous integration tests
-
[INCLUDE_NOTEBOOKS_TESTS](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#include_notebooks_tests)
- Execute notebook validation tests in pytest
-
[INCLUDE_SLOW_TESTS](https://github.com/NVIDIA/bionemo-framework/blob/main/docs/docs/user-guide/contributing/contributing.md#include_slow_tests)
- Execute tests labelled as slow in pytest for extensive testing

> [!NOTE]
> By default, the notebooks validation tests are skipped unless
explicitly enabled.

#### Authorizing CI Runs

We use
[copy-pr-bot](https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/#automation)
to manage authorization of CI
runs on NVIDIA's compute resources.

* If a pull request is opened by a trusted user and contains only
trusted changes, the pull request's code will
automatically be copied to a pull-request/ prefixed branch in the source
repository (e.g. pull-request/123)
* If a pull request is opened by an untrusted user or contains untrusted
changes, an NVIDIA org member must leave an
`/ok to test` comment on the pull request to trigger CI. This will need
to be done for each new commit.

### Usage
<!--- How does a user interact with the changed code -->
```python
TODO: Add code snippet
```

### Pre-submit Checklist
<!--- Ensure all items are completed before submitting -->

 - [x] I have tested these changes locally
 - [ ] I have updated the documentation accordingly
 - [x] I have added/updated tests as needed
 - [x] All existing tests pass successfully

---------

Signed-off-by: Yang Zhang <yangzhang@nvidia.com>
Co-authored-by: Jared Wilber <jwilber@nvidia.com>
Signed-off-by: Ubuntu <camirr@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants