From 34703c27f3b584d5d5b2b9e4da979bf80f0a3a0c Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 14 Apr 2026 20:37:53 -0700 Subject: [PATCH] docs: update project status with cross-platform trial details --- status.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/status.md b/status.md index e6b2609517..e0220910f5 100644 --- a/status.md +++ b/status.md @@ -39,8 +39,15 @@ Investigation into the 10-minute CLI test runtime revealed: - `BackgroundTaskDisplay.test.tsx` - `useAuth.test.tsx` +## Cross-Platform Matrix Trial + +- **Linux:** `gemini-cli-ubuntu-16-core` (Unleashed 16-core concurrency). +- **Mac:** Upgraded to `macos-large-latest` (Higher core count). +- **Windows:** `gemini-cli-windows-16-core` (High-performance runner). +- **Integration Tests:** Now running with `GEMINI_API_KEY` for full verification + of the bundle. + ## Current Goal -- **Resuming Bundled CI:** Pushing these infrastructure optimizations to the - trial branch to measure the real-world CI speedup on the build box, - specifically for CLI unit tests. +- **Green Cross-Platform Run:** Achieving a fully green run across the new + matrix with 2-minute CLI unit test targets and verified bundle integrity.