From 355bb1afaa45e556dbbc14292448f1d881f1fc1a Mon Sep 17 00:00:00 2001 From: Julie Yaunches Date: Fri, 15 May 2026 12:38:31 -0400 Subject: [PATCH] chore: remove vd spec artifact --- ACCEPTANCE.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ACCEPTANCE.md diff --git a/ACCEPTANCE.md b/ACCEPTANCE.md deleted file mode 100644 index d679a40306..0000000000 --- a/ACCEPTANCE.md +++ /dev/null @@ -1,16 +0,0 @@ -# Definition of Done — E2E Regression Guard - -Coverage guard #3595 adds `onboard-inference-smoke-e2e` in `.github/workflows/regression-e2e.yaml`. - -The fix PR for #3253 is not complete until this job flips: - -- RED on main-equivalent unfixed code: -- GREEN on the fix branch: pending - -Dispatch command: - - gh workflow run regression-e2e.yaml --repo NVIDIA/NemoClaw -f jobs=onboard-inference-smoke-e2e --ref - -Expected failure on unfixed code: - - setupInference() accepted a configured route without proving the chat/completions path; onboard would later print Installation complete while the first real request returns HTTP 503 (#3253)