Add rollup_rollout/tests/data/test_ci_result.json
This commit is contained in:
parent
e5b7376c74
commit
30cc833a4f
1 changed files with 26 additions and 0 deletions
26
rollup_rollout/tests/data/test_ci_result.json
Normal file
26
rollup_rollout/tests/data/test_ci_result.json
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"policy_hash": "abc123def456",
|
||||||
|
"outcome": "PASS",
|
||||||
|
"unknown_rate": 0.0,
|
||||||
|
"top_reasons": "[]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"policy_hash": "abc123def789",
|
||||||
|
"outcome": "FAIL",
|
||||||
|
"unknown_rate": 0.15,
|
||||||
|
"top_reasons": "['Timeout', 'NetworkError']"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"policy_hash": "xyz987ghi654",
|
||||||
|
"outcome": "WARN",
|
||||||
|
"unknown_rate": 0.05,
|
||||||
|
"top_reasons": "['MinorFlake', 'ResourceLimit']"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"policy_hash": "xyz987ghi321",
|
||||||
|
"outcome": "PASS",
|
||||||
|
"unknown_rate": 0.02,
|
||||||
|
"top_reasons": "['FlakyTest']"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue