CI: parallel test/lint/build/contrib jobs + brew package build check - #28
Merged
Conversation
…install+backup smoke check as rite build
…tap formula files)
…alls aren't rate-limited
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.
Follow-up to #27 — these two commits landed just after it was merged.
Changes
test,lint,build,contrib-workflow— each on its own runner, so wall-clock is the slowest job instead of the sum.buildjob /rite buildtask ("does it build"): rendersmacprefs.template.rbagainst agit archivetarball of HEAD, installs it through a throwaway local tap (Homebrew rejects out-of-tap formula files), runs the formula's test block, verifiesmacprefs --version, then runs a realmacprefs backupend-to-end into a temp dir before uninstalling and untapping. The script refuses to run locally if macprefs is already brew-installed (FORCE=1 overrides).Verified
rite buildrun locally end-to-end: formula rendered, installed (1.0.27),brew testpassed, real backup completed, clean uninstall/untap. Bonus: the live backup exercised the rsync-23 tolerance from #25 against the exact Microsoft Teams daemon plist from #14 — warned and continued as designed.Closes #26
🤖 Generated with Claude Code