Skip to content

Commit 5b4ec62

Browse files
Copilotdavidslater
andauthored
Recompile smoke workflows and preserve container workflow names (#62)
* Recompile smoke workflows * Keep container smoke workflow names * Regenerate container smoke workflows --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: David Slater <davidslater@users.noreply.github.com>
1 parent f55ca47 commit 5b4ec62

8 files changed

Lines changed: 719 additions & 162 deletions

.github/workflows/agentics-maintenance.yml

Lines changed: 506 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/smoke-claude-container.lock.yml

Lines changed: 33 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-claude.lock.yml

Lines changed: 32 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-codex-container.lock.yml

Lines changed: 39 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-codex.lock.yml

Lines changed: 38 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot-container.lock.yml

Lines changed: 34 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-copilot.lock.yml

Lines changed: 34 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/create-threat-detection-sibling-workflows.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
WORKFLOWS_DIR = REPO_ROOT / ".github" / "workflows"
2020
DEFAULT_IMAGE = "ghcr.io/github/gh-aw-threat-detection:latest"
2121
ENGINES = {
22-
"smoke-copilot.lock.yml": ("copilot", "Smoke Copilot Containerized"),
23-
"smoke-claude.lock.yml": ("claude", "Smoke Claude Containerized"),
24-
"smoke-codex.lock.yml": ("codex", "Smoke Codex Containerized"),
22+
"smoke-copilot.lock.yml": ("copilot", "Smoke Copilot"),
23+
"smoke-claude.lock.yml": ("claude", "Smoke Claude"),
24+
"smoke-codex.lock.yml": ("codex", "Smoke Codex"),
2525
}
2626
EXECUTION_STEPS = {
2727
"copilot": "Execute GitHub Copilot CLI",

0 commit comments

Comments
 (0)