ci: add observational platform-full jobs for macOS and Windows#379
Conversation
New platform-full job runs broader test suites on macOS and Windows: - macOS: full build + all tests except replay/benchmark - Windows: full build + all tests except daemon module and replay/benchmark Set continue-on-error: true — failures are visible but do not block PRs. This is observational (Step 7b) to surface platform debt before promoting to required (Step 7c). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Step 7b of #370: Full platform test coverage (observational)
New jobs
platform-full (macos-latest)continue-on-error: trueplatform-full (windows-latest)continue-on-error: trueWhy observational
These jobs surface platform-specific regressions without blocking PRs. Once the failure list is empty and stable, Step 7c will promote them to required.
Known limitations
:aceclaw-daemon:testexcluded (Gradle worker JVM crash with AF_UNIX class scanning)What to watch
After this merges, check the first run to catalog which tests fail on each platform — that becomes the backlog for Step 7c.