-
Notifications
You must be signed in to change notification settings - Fork 798
Labels
architectureArchitectural upgradesArchitectural upgradesdontautocloseThe `stale` workflow should not mark thisThe `stale` workflow should not mark thisreportingReporting, analysis, and other per-run result functionsReporting, analysis, and other per-run result functions
Description
It should be possible to continue an incomplete run, given the partial report.jsonl.
This may involve:
- reading & loading the config from the
report.jsonl - working out which attempts are complete and which need to be processed still (based on attempt status)
- re-creating the complete and, maybe? incomplete attempts
- setting up a run using the remaining, non-executed probes
- writing a new report.jsonl including what's known so far
- running those not-yet-executed probes
The interface might look like:
- --continue switch: take json from report, process attempts, continue from where we stopped. requires robust config storage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
architectureArchitectural upgradesArchitectural upgradesdontautocloseThe `stale` workflow should not mark thisThe `stale` workflow should not mark thisreportingReporting, analysis, and other per-run result functionsReporting, analysis, and other per-run result functions