Skip to content

Don't block on API changes vs. the merge base of a PR - #2798

Merged
mdboom merged 4 commits into
NVIDIA:mainfrom
mdboom:loosen-abi-breakage
Sep 11, 2026
Merged

Don't block on API changes vs. the merge base of a PR#2798
mdboom merged 4 commits into
NVIDIA:mainfrom
mdboom:loosen-abi-breakage

Conversation

@mdboom

@mdboom mdboom commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The original design of the API checks is that the comparison against the merge base of the PR is purely informational and should not block CI. The reason for this is that it is perfectly fine and reasonable to iterate on an API design during development before it has been released. The informational notes are useful just to prevent doing something like that by accident.

(The API comparisons against the latest release of cuda-core remain blocking, however).

@github-actions github-actions Bot added the CI/CD CI/CD infrastructure label Sep 9, 2026
@mdboom mdboom self-assigned this Sep 9, 2026
@mdboom mdboom added bug Something isn't working P1 Medium priority - Should do cuda.core Everything related to the cuda.core module labels Sep 9, 2026
@mdboom mdboom added this to the cuda.core 1.3.0 milestone Sep 9, 2026
@github-actions

This comment has been minimized.

@mdboom
mdboom merged commit 9facf20 into NVIDIA:main Sep 11, 2026
110 checks passed
@github-actions

Copy link
Copy Markdown
Contributor
Doc Preview CI
Preview removed because the pull request was closed or merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI/CD CI/CD infrastructure cuda.core Everything related to the cuda.core module P1 Medium priority - Should do

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants