Add drift_analysis/tests/data/frozen_runs_sample.json
This commit is contained in:
parent
109d897328
commit
6d686d7c82
1 changed files with 27 additions and 0 deletions
27
drift_analysis/tests/data/frozen_runs_sample.json
Normal file
27
drift_analysis/tests/data/frozen_runs_sample.json
Normal file
|
|
@ -0,0 +1,27 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"run_id": "run_001",
|
||||||
|
"status": "PASS",
|
||||||
|
"is_pinned": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_002",
|
||||||
|
"status": "WARN",
|
||||||
|
"is_pinned": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_003",
|
||||||
|
"status": "FAIL",
|
||||||
|
"is_pinned": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_004",
|
||||||
|
"status": "WARN",
|
||||||
|
"is_pinned": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"run_id": "run_005",
|
||||||
|
"status": "PASS",
|
||||||
|
"is_pinned": true
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue