Skip to content

Fail runs when recording or artifact upload fails #16

Description

@p-forghani

Runs can currently look passed even when final artifacts are missing or broken.

Current problem:

  • runPlaytest can mark summary.status = passed after the agent loop.
  • Stop/recording finalization failures can be swallowed or recorded separately instead of failing the run.
  • Remote upload errors are stored as summary.uploadError, but the process can still exit successfully if the summary status is already passed.

Expected:

A run should fail if the WebM is missing/empty/corrupt, if stop/finalization fails, or if required artifact upload fails. The pass/fail status should describe whether the whole deliverable is usable, not only whether the agent loop returned.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions