Skip to content

Conversation

@pablo-garay
Copy link
Contributor

No description provided.

@pablo-garay pablo-garay requested a review from a team as a code owner October 8, 2025 18:58
@copy-pr-bot
Copy link

copy-pr-bot bot commented Oct 8, 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.

@pablo-garay pablo-garay force-pushed the pablo-garay_add_docs-only_feature_capability2 branch from 37ce778 to 9be8686 Compare October 8, 2025 18:58
@pablo-garay pablo-garay added the docs-only With great power comes great responsibility. label Oct 8, 2025
@pablo-garay
Copy link
Contributor Author

/ok to test 9be8686

Comment on lines 256 to 264
codecov-placeholder:
name: codecov/patch
needs: [pre-flight]
if: needs.pre-flight.outputs.docs_only == 'true'
runs-on: ubuntu-latest
steps:
- name: codecov_placeholder
run: |
echo "This is a placeholder status check for when no tests are ran but the codecov status is expected"
Copy link

@ko3n1g ko3n1g Oct 8, 2025

Choose a reason for hiding this comment

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

I would recommend using MBridge's approach instead: https://github.com/NVIDIA-NeMo/Megatron-Bridge/blob/main/.github/workflows/cicd-main.yml#L181

For GitHub, a status check passes under two conditions: When it passes (trivial) and when it's being skipped. So in the scenarios where we skip the codecov-placeholder, GitHub will accept codecov/patch as a valid status check. If the actual job in line 206 failed, the skipped one will take precedence and GitHub will allow merging

Copy link
Contributor Author

Choose a reason for hiding this comment

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

made changes, PTAL

@pablo-garay pablo-garay force-pushed the pablo-garay_add_docs-only_feature_capability2 branch from 6cc2093 to 76e0edc Compare October 8, 2025 19:29
@pablo-garay
Copy link
Contributor Author

/ok to test 76e0edc

Signed-off-by: Pablo Garay <pagaray@nvidia.com>
Signed-off-by: Pablo Garay <pagaray@nvidia.com>
@pablo-garay pablo-garay force-pushed the pablo-garay_add_docs-only_feature_capability2 branch from 97895f2 to 9fad6c5 Compare October 8, 2025 19:34
@pablo-garay
Copy link
Contributor Author

/ok to test 9fad6c5

@pablo-garay pablo-garay force-pushed the pablo-garay_add_docs-only_feature_capability2 branch from 9fad6c5 to ac0310d Compare October 8, 2025 19:36
@pablo-garay
Copy link
Contributor Author

/ok to test ac0310d

@pablo-garay pablo-garay merged commit 5679362 into main Oct 8, 2025
13 checks passed
@pablo-garay pablo-garay deleted the pablo-garay_add_docs-only_feature_capability2 branch October 8, 2025 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-only With great power comes great responsibility.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants