Skip to content

Increase memory headroom for Daily Evals report agent - #53111

Merged
pelikhan merged 2 commits into
mainfrom
copilot/debug-daily-evals-feature-report
Aug 16, 2026
Merged

Increase memory headroom for Daily Evals report agent#53111
pelikhan merged 2 commits into
mainfrom
copilot/debug-daily-evals-feature-report

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

The Daily Evals Feature Report agent job failed while executing inside the Docker sbx runtime, without completing cleanup or artifact upload. The workflow now explicitly increases the AWF agent memory limit.

  • Workflow configuration

    • Set sandbox.agent.memory to 4g for the Daily Evals report agent.
  • Generated workflow

    • Recompiled the lock file so AWF receives the configured limit.
sandbox:
  agent:
    id: awf
    runtime: docker-sbx
    memory: 4g
    sudo: true

Copilot AI linked an issue Aug 16, 2026 that may be closed by this pull request
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Debug daily evals feature report failure Increase memory headroom for Daily Evals report agent Aug 16, 2026
Copilot AI requested a review from pelikhan August 16, 2026 13:00
@pelikhan
pelikhan marked this pull request as ready for review August 16, 2026 13:02
Copilot AI balanced review requested due to automatic review settings August 16, 2026 13:02
@pelikhan
pelikhan merged commit 5647897 into main Aug 16, 2026
@pelikhan
pelikhan deleted the copilot/debug-daily-evals-feature-report branch August 16, 2026 13:03

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.

Pull request overview

Increases memory headroom for the Daily Evals report agent after its Docker sandbox failure.

Changes:

  • Sets the agent memory limit to 4g.
  • Recompiles the generated workflow with --memory-limit 4g.
Show a summary per file
File Description
.github/workflows/daily-evals-report.md Configures the agent memory limit.
.github/workflows/daily-evals-report.lock.yml Propagates the limit to AWF.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.1

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.

[aw] Daily Evals Feature Report failed

3 participants