ci: drop macOS, single-OS fixtures, manual-only aux checks - #21
Open
ShahriarAhnaf wants to merge 1 commit into
Open
ShahriarAhnaf wants to merge 1 commit into
ShahriarAhnaf wants to merge 1 commit into
Conversation
macOS legs run at a 10x billing multiplier vs Linux and are tested locally per project convention; this repo's own workflow comments already measured them as the dominant share of CI cost (simantic-core: 588/2712 billed minutes over a 3-week sample, ~75% of cost; org-wide: ~18% of CI minutes, ~70% of the bill). Removes the conditional draft/non-draft matrix split that existed only to gate the macOS leg, since the Linux legs run unconditionally either way. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
ShahriarAhnaf
marked this pull request as ready for review
September 25, 2026 21:03
This branch has not been deployed
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.
What this removes
ci(testmatrix): wasubuntu-latest+macos-lateston push/main/tag/ready-PR, Linux-only on draft PRs. Now unconditionallyubuntu-latest. The SDK is pure Python, so macOS proved little Linux doesn't, at 10x the billing rate.test→build→publishis a single linear gate; nothing to move toworkflow_dispatch.Before/after estimate
Small in absolute terms: 2 Python versions x macOS, ~15 sec wall each, over ~12 September runs = ~24 legs x 0.25 min x 10x multiplier ≈ 60 billable minutes/month removed. Low-cost repo, included for consistency with the org-wide macOS policy.
Branch protection / required checks
gh api repos/simantic-dev/pippy/branches/main/protection→ 404 "Branch not protected". No rulesets with required status checks. No required-check conflict.Actual September billing (GitHub billing usage API, verified): 12 macOS 3-core minutes in this repo = $0.74 gross at $0.062/min. The minute estimates above were sampled and overstated; this is the real number.
🤖 Generated with Claude Code