[doc-only] docs(pathfinder): prepare 1.5.4 release notes#1981
[doc-only] docs(pathfinder): prepare 1.5.4 release notes#1981rwgk wants to merge 3 commits intoNVIDIA:mainfrom
Conversation
Add cuda-pathfinder 1.5.4 release notes and register 1.5.4 in nv-versions so the published docs include the new version entry. Made-with: Cursor
Analysis of a CI failure unrelated to this PR, but currently blocking itCI failures:
The failures on PR #1981 do not appear to be caused by the changes in this PR. This PR only touches:
It does not modify What is actually failingIn both unpacked log bundles ( That step resolves:
and then runs: gh run list -b ${OLD_BRANCH} -L 1 -w "ci.yml" -s success -R NVIDIA/cuda-python --json databaseIdThe step then exits with: followed by: The earlier Why this looks unrelated to PR #1981
What changed recentlyThe most relevant recent repo-side change I found is commit
from: -s completedto: -s successSo there was a recent CI change directly in the area that is now failing. By contrast, the backport-branch setting itself is not recent:
Evidence that the branch and artifacts do existSuccessful That successful run also contains the expected prior-branch artifacts, including
So this does not look like:
What seems brittle in
|
Backport artifact downloads were relying on `gh run list -w ci.yml -s success`, which can fail to return runs even when the branch has successful CI artifacts. Move the lookup into a shared helper that queries completed `CI` runs and filters for successful results explicitly, so Linux and Windows workflows resolve prior-branch bindings artifacts reliably. Made-with: Cursor
This reverts commit fd31eb2.
|
Add cuda-pathfinder 1.5.4 release notes.
Made-with: Cursor