You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
CI Workflow Improvement: PR vs Main Branch Strategy
Summary
PR Workflow: Three sequential phases
Main Branch: All checks non-blocking (comprehensive monitoring)
PR Execution Flow
Phase 1: Lint Gates (All must pass)
Phase 2: Build & Test (Prerequisite: lint passes)
Phase 3: Sanitizers (Prerequisite: build/test passes)
Main Branch Workflow
Benefits
Implementation
GitHub Issues (Implementation Tracking):
Status: Architecture finalized, implementation tracked in Issues #116, #117
All reactions