litellm/test-quality-budget.json
yuneng-jiang 569dcf435d
feat(ci): ratchet tests that skip themselves when a credential is absent (#37612)
* feat(ci): ratchet tests that skip themselves when a credential is absent

* docs(ci): name the new rule where the gate's rules are listed

* fix(ci): require the condition to test for absence before TQ006 fires
2026-08-20 10:59:35 -07:00

20 lines
214 B
JSON

{
"TQ001": {
"limit": 750
},
"TQ002": {
"limit": 742
},
"TQ003": {
"limit": 1078
},
"TQ004": {
"limit": 770
},
"TQ005": {
"limit": 2835
},
"TQ006": {
"limit": 34
}
}