Skip to content

ci: add fast PR validation and compiler caching - #8

Merged
wolfiesch merged 6 commits into
mainfrom
perf/ci-fast-feedback-20260831
Sep 1, 2026
Merged

wolfiesch merged 6 commits into
mainfrom
perf/ci-fast-feedback-20260831

Conversation

@wolfiesch

@wolfiesch wolfiesch commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add pull-request and main CI with parallel lint, Python, and Rust lanes
  • cancel superseded runs and use the repository's Blacksmith runners
  • disable fat LTO only in feedback builds while retaining release artifact settings
  • enable maturin sccache integration for Linux, macOS, and Windows wheel builds

Test scope

The Python lane runs the public distributable suite and explicitly excludes private/release-proof tests that depend on scripts or documents intentionally absent from this repository. The Rust lane runs the complete workspace.

Measured validation

  • full CI wall time: about 58s
  • lint: all checks passed
  • Python: 2,979 passed, 45 skipped in 21.71s
  • Rust: complete workspace passed
  • warm CI compiler caches: 97/97 Python-build hits and 113/113 Rust-workspace hits
  • all review threads resolved

The manual release-artifact workflow was not dispatched; its new cross-platform sccache settings are configuration-only in this PR.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T20:41:15.156815Z d94177e PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d94177e6d6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
@wolfiesch
wolfiesch merged commit cc624ea into main Sep 1, 2026
4 checks passed
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