Skip to content

ci: allow nightly Julia job to fail without blocking#96

Merged
jack-champagne merged 1 commit into
mainfrom
ci/allow-nightly-failure
May 21, 2026
Merged

ci: allow nightly Julia job to fail without blocking#96
jack-champagne merged 1 commit into
mainfrom
ci/allow-nightly-failure

Conversation

@jack-champagne
Copy link
Copy Markdown
Member

Summary

  • Marks the test job in .github/workflows/nightly.yml as continue-on-error: true so transient pre-release Julia failures don't fail the workflow.
  • Stable Julia versions in CI.yml still gate every PR and CompatHelper bump — nothing about resolver semantics on stable changes.

Why

Julia 1.13.0-rc1 cannot resolve the test environment: JET.jl is pinned in [compat] but has no published release that declares Julia 1.13 compat, so Pkg has zero candidates.

Failing run: https://github.com/harmoniqs/DirectTrajOpt.jl/actions/runs/26199027699

Test plan

  • CI on this PR is green (stable Julia matrix unaffected)
  • Manually trigger the Nightly workflow after merge — confirm it runs, fails the resolver, but the workflow run is reported as success-with-warnings rather than red

🤖 Generated with Claude Code

Julia 1.13.0-rc1 cannot resolve the test environment because JET.jl
has no published release that declares compat with 1.13, and JET is
pinned in `[compat]`. Stable Julia versions in CI.yml continue to
resolve fine, so CompatHelper bumps remain gated.

Failing run: https://github.com/harmoniqs/DirectTrajOpt.jl/actions/runs/26199027699

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@jack-champagne jack-champagne merged commit 9b27482 into main May 21, 2026
5 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

1 participant