Fix docs build: update dead URLs, fix GPU OOM, fix runner labels#326
Merged
ChrisRackauckas merged 3 commits intoMar 26, 2026
Merged
Conversation
- Update old *.sciml.ai subdomain URLs to docs.sciml.ai/* format (benchmarks, diffeq, mtk, sensitivity, linearsolve, nonlinearsolve, optimization, neuralpde, catalyst, datadriven, diffeqflux) - Add QuadDIRECT.jl to linkcheck_ignore (transient connectivity issues) - Fix PINN GPU example: use coarser grid (0.1 vs 0.05) and add CUDA.reclaim()/GC.gc() to reduce GPU memory pressure - Fix aggregate docs runner label from `large` to `gpu` (no runner matched `large`, causing 24h timeout) - Update README badge from Buildkite to GitHub Actions Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The aggregate docs build succeeded but failed at `aws s3 sync` because the self-hosted GPU runner (arctic1-1) doesn't have the AWS CLI installed. Add a step to install it if not present. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The aggregate build succeeds but S3 deploy fails on PRs because secrets aren't available. Split into separate build and deploy steps with deploy conditional on push events only. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
*.sciml.aisubdomain URLs todocs.sciml.ai/*format across all comparison pages, inverse problems page, index, and PINN showcase (17 URLs fixed across 7 files)QuadDIRECT.jltolinkcheck_ignorefor transient connectivity issues from self-hosted runnerCUDA.reclaim()/GC.gc()to reduce GPU memory pressure (previous build failed with OOM at 99.94% GPU usage)largetogpu— no runner matchedlarge, causing a 24h timeout with no runner pickupContext
PR #325 migrated from Buildkite to GitHub Actions, but the first CI run failed with:
:linkcheckerrors — many old*.sciml.aisubdomain URLs (e.g.,diffeq.sciml.ai,sensitivity.sciml.ai) are dead:example_blockerror — PINN GPU example ran out of GPU memory (31.7 GiB / 31.7 GiB)[self-hosted, Linux, X64, large]runner label matched no available runnerTest plan
🤖 Generated with Claude Code