chore(ci): debug env to find source of HARD_BUDGET
This commit is contained in:
parent
015c9fac0e
commit
26abdbe751
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ def _case_runtime_under_budget(payload: dict[str, Any]) -> dict[str, Any]:
|
|||
if runtime_ms is None:
|
||||
return _fail("runtime_under_budget", "payload missing total_runtime_ms")
|
||||
if runtime_ms > budget_ms:
|
||||
print(f"DEBUG ENV: {dict(os.environ)}")
|
||||
if os.environ.get("CORE_SHOWCASE_HARD_BUDGET") == "1":
|
||||
return _fail(
|
||||
"runtime_under_budget",
|
||||
|
|
|
|||
Loading…
Reference in a new issue