From 75012e65d5f6d9beddf21e6266815de3566f893e Mon Sep 17 00:00:00 2001 From: diegosouzapw Date: Fri, 29 May 2026 19:30:14 -0300 Subject: [PATCH] test: ignore NVIDIA_BASE_URL and NVIDIA_MODEL in env contract check --- scripts/check/check-env-doc-sync.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/check/check-env-doc-sync.mjs b/scripts/check/check-env-doc-sync.mjs index 0ecd122b00..3a9742832b 100644 --- a/scripts/check/check-env-doc-sync.mjs +++ b/scripts/check/check-env-doc-sync.mjs @@ -122,6 +122,9 @@ const IGNORE_FROM_CODE = new Set([ // Node.js module resolution path — OS/Node internal, not an OmniRoute config var. // Referenced in resolveSpawnArgs (ninerouter) to pass bundled native modules to subprocess. "NODE_PATH", + // NVIDIA diagnostic/test helpers used only by ad-hoc scripts. + "NVIDIA_BASE_URL", + "NVIDIA_MODEL", ]); // Vars documented in ENVIRONMENT.md but intentionally absent from .env.example.