Skip to content

Fix Daily Go Test Parallelizer producing no safe outputs - #58780

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-daily-go-test-parallelizer
Sep 5, 2026
Merged

Fix Daily Go Test Parallelizer producing no safe outputs#58780
pelikhan merged 2 commits into
mainfrom
copilot/aw-fix-daily-go-test-parallelizer

Conversation

Copilot AI commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

The Daily Go Test Parallelizer workflow completed without generating any safe outputs, triggering an automated failure issue flagged with model_not_supported_error and missing_safe_outputs.

Root causes identified from job logs

  • model: copilot/gpt-5.3-codex is not recognized by the Codex CLI's model metadata registry (Unknown model openai/gpt-5.3-codex is used), which matches gh-aw's failure detector regex for unsupported models.
  • sandbox.agent.runtime: cloud-hypervisor (a preview KVM microVM sandbox) intermittently lacked basic coreutils — grep, find, and sort all reported "command not found" in the sandboxed environment, even in a run that otherwise completed. This broke the workflow's file-selection step, which relies on grep to enumerate candidate test files.

Changes

  • Replaced model: copilot/gpt-5.3-codex with model: copilot/mai-code-1-flash-picker, matching the model already used successfully by sibling model-provider: github + engine: codex workflows (e.g. daily-storify.md, issue-triage-agent.md).
  • Removed the sandbox.agent.runtime: cloud-hypervisor override, reverting to the default Docker sandbox for more reliable tool availability.
  • Recompiled the workflow to regenerate daily-go-test-parallelizer.lock.yml.

…ndbox

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix configuration for Daily Go Test Parallelizer Fix Daily Go Test Parallelizer producing no safe outputs Sep 5, 2026
Copilot AI requested a review from pelikhan September 5, 2026 09:18
@pelikhan pelikhan added the awf label Sep 5, 2026
@pelikhan
pelikhan marked this pull request as ready for review September 5, 2026 09:20
Copilot AI balanced review requested due to automatic review settings September 5, 2026 09:20
@pelikhan
pelikhan merged commit 9746817 into main Sep 5, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/aw-fix-daily-go-test-parallelizer branch September 5, 2026 09:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The selected model remains unsupported and causes the workflow contract test to fail.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Updates the Daily Go Test Parallelizer workflow to restore safe-output generation.

Changes:

  • Switches the configured Codex model.
  • Restores the default Docker sandbox.
  • Regenerates the compiled workflow.

The replacement model remains unsupported by Codex 0.150.1 and fails the existing contract test. Use a recognized/default model, update the test, and regenerate the lock file.

File summaries
File Description
.github/workflows/daily-go-test-parallelizer.md Updates the model and sandbox configuration; contains the blocking unsupported-model issue.
.github/workflows/daily-go-test-parallelizer.lock.yml Regenerates the compiled workflow.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Balanced

id: codex
model-provider: github
model: copilot/gpt-5.3-codex
model: copilot/mai-code-1-flash-picker
@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.88.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[aw] Daily Go Test Parallelizer produced no safe outputs

3 participants