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
ci: gate test matrix behind a tiered check/smoke/tutorials stage
Introduce a tiered CI structure:
- Tier 1 (ubuntu-latest, ungated): make check, make test-smoke,
make test-tutorials.
- Tier 2 (needs all of Tier 1): the 4 linux test pipelines and the
macOS test run.
Move `check` off the macOS self-hosted runner to ubuntu-latest and drop
its repo gate so the gate also runs on forks (otherwise Tier 2 would be
skipped there). test-smoke/test-tutorials targets are added by a
separate change; until then those jobs fail and Tier 2 is skipped.
0 commit comments