Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/shared/smoke-engine-base.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Smoke test engine base
# Provides the standard scaffold for engine smoke tests:
# gh CLI tools, token telemetry validation, and report+OTLP observability.
#
# Usage:
# imports:
# - shared/smoke-engine-base.md

imports:
- shared/gh.md
- shared/token-telemetry-check.md
- shared/reporting-otlp.md
---
37 changes: 26 additions & 11 deletions .github/workflows/smoke-claude.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ engine:
bare: true
inlined-imports: true
imports:
- shared/gh.md
- shared/smoke-engine-base.md
- shared/mcp/tavily.md
- shared/go-make.md
- shared/github-mcp-app.md
- shared/otlp.md
- shared/token-telemetry-check.md
network:
allowed:
- defaults
Expand Down
32 changes: 17 additions & 15 deletions .github/workflows/smoke-codex.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ permissions:
name: Smoke Codex
engine: codex
imports:
- shared/gh.md
- shared/reporting-otlp.md
- shared/smoke-engine-base.md
- shared/mcp/serena-go.md
- shared/trufflehog.md
- shared/otlp.md
- shared/token-telemetry-check.md
network:
allowed:
- defaults
Expand Down
Loading