mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Update inspect snapshots for projected conclusion stages
This commit is contained in:
parent
a7ed03e175
commit
6cf027282f
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue