Skip to content

Fix sibling smoke workflows#39

Merged
davidslater merged 3 commits intomainfrom
copilot/fix-sibling-smoke-tests
May 8, 2026
Merged

Fix sibling smoke workflows#39
davidslater merged 3 commits intomainfrom
copilot/fix-sibling-smoke-tests

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 7, 2026

  • Make the sibling generator avoid ${{...}}-looking RUNNER_TEMP source strings while preserving generated output.
  • Update the Smoke dispatcher to attempt all six workflow dispatches before failing.
  • Re-run generated workflow check, lint, tests, secret scan, and validation.

Agent-Logs-Url: https://github.com/github/gh-aw-threat-detection/sessions/fffc39f9-00be-416a-8b22-e28c31f5dfda

Co-authored-by: davidslater <12449447+davidslater@users.noreply.github.com>
@davidslater davidslater marked this pull request as ready for review May 7, 2026 23:42
Copilot AI review requested due to automatic review settings May 7, 2026 23:42
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the generated containerized sibling smoke workflows so they parse correctly and show readable workflow names in GitHub Actions, and adds a top-level “Smoke” meta-workflow to dispatch all smoke workflows together.

Changes:

  • Renames containerized sibling workflows to readable Smoke <engine> Containerized names.
  • Updates the containerized extraction step to use runtime $RUNNER_TEMP expansion in committed sibling workflows.
  • Adds a manual Smoke workflow that dispatches all base + containerized smoke workflows.
Show a summary per file
File Description
scripts/create-threat-detection-sibling-workflows.py Updates sibling workflow names and attempts to adjust RUNNER_TEMP handling in generated steps.
README.md Documents the new top-level Smoke meta-workflow dispatch behavior.
.github/workflows/smoke.yml New meta-workflow that dispatches all six smoke workflows via gh workflow run.
.github/workflows/smoke-copilot-container.lock.yml Renames workflow + switches temp-path handling to ${RUNNER_TEMP} in the container extraction step.
.github/workflows/smoke-claude-container.lock.yml Renames workflow + switches temp-path handling to ${RUNNER_TEMP} in the container extraction step.
.github/workflows/smoke-codex-container.lock.yml Renames workflow + switches temp-path handling to ${RUNNER_TEMP} in the container extraction step.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 6/6 changed files
  • Comments generated: 2

Comment thread scripts/create-threat-detection-sibling-workflows.py Outdated
Comment thread .github/workflows/smoke.yml
Agent-Logs-Url: https://github.com/github/gh-aw-threat-detection/sessions/45ed7254-448f-42ba-bca7-cde1bad1b1c9

Co-authored-by: davidslater <12449447+davidslater@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot's findings

  • Files reviewed: 6/6 changed files
  • Comments generated: 0 new

@davidslater davidslater merged commit d5f3cfe into main May 8, 2026
8 checks passed
@davidslater davidslater deleted the copilot/fix-sibling-smoke-tests branch May 8, 2026 00:19
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.

3 participants