Update inspect snapshots for projected conclusion stages

This commit is contained in:
Bryan Helmkamp 2026-09-05 11:53:44 -04:00
parent a7ed03e175
commit 6cf027282f
No known key found for this signature in database

View file

@ -386,7 +386,7 @@ fn inspect_completed_run_shows_run_start_conclusion_checkpoint() {
"conclusion": {
"status": "succeeded",
"timing": "[TIMING]",
"stage_count": null
"stage_count": 3
},
"checkpoint": {
"current_node": "report",
@ -458,7 +458,7 @@ fn inspect_completed_run_reads_store_without_disk_metadata_files() {
"conclusion": {
"status": "succeeded",
"timing": "[TIMING]",
"stage_count": null
"stage_count": 3
},
"checkpoint": {
"current_node": "report",
@ -518,7 +518,7 @@ fn inspect_git_backed_run_exposes_checkpoint_and_sandbox_state() {
"status": "succeeded",
"timing": "[TIMING]",
"final_git_commit_sha": "[SHA]",
"stage_count": null
"stage_count": 3
},
"checkpoint": {
"current_node": "step_two",