Skip to content

Split CI into PR smoke + workspace integration via reusable workflow#22

Merged
isala404 merged 2 commits intomainfrom
ci/reusable-template-smoke
Apr 23, 2026
Merged

Split CI into PR smoke + workspace integration via reusable workflow#22
isala404 merged 2 commits intomainfrom
ci/reusable-template-smoke

Conversation

@isala404
Copy link
Copy Markdown
Owner

@isala404 isala404 commented Apr 23, 2026

restructures CI so PRs actually smoke-test the templates. previously the template matrix only ran on main push, which meant codegen/macro regressions only surfaced after merge.

changes:

  • extract .github/workflows/template-smoke.yml as a reusable workflow_call so ci.yml and chatops.yml share one source of truth
  • ci.yml: validate unchanged. new workspace-integration job pulls the testcontainer tests out of the template shards (Postgres service, runs on PR + main). new pr-smoke runs the two demo templates on PRs. integration still runs the full 6-template matrix on main push only. 20min shard timeout across the board.
  • chatops.yml: /test-template now calls the reusable workflow against PR head SHA (30min timeout). /squash-merge and the report comment are unchanged.
  • AGENTS.md: CI Pipeline section refreshed to match.

one thing to watch: branch protection required-check names will shift to the reusable-workflow form (something like PR Smoke / with-svelte/demo / smoke). will update after first run once names are visible.

@isala404
Copy link
Copy Markdown
Owner Author

/test-template with-svelte/minimal

@isala404 isala404 merged commit 045f62a into main Apr 23, 2026
5 checks passed
@isala404 isala404 deleted the ci/reusable-template-smoke branch April 23, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant