From 102381f029eb60f71ec8b1ab3cc6c95e938dc089 Mon Sep 17 00:00:00 2001 From: Noel Kwan <47273164+kwannoel@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:24:00 +0800 Subject: [PATCH] chore(ci): notify single node mode test failure (#15729) --- ci/scripts/notify.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/notify.py b/ci/scripts/notify.py index 0c1988d1fc529..cda93c0ca07e8 100755 --- a/ci/scripts/notify.py +++ b/ci/scripts/notify.py @@ -18,6 +18,7 @@ "run-micro-benchmarks": ["noelkwan"], "upload-micro-benchmarks": ["noelkwan"], "e2e-standalone-binary-tests": ["noelkwan"], + "e2e-single-node-binary-tests": ["pin", "peng", "noelkwan"], "unit-test": ["zhi"], "unit-test-deterministic": ["zhi"], "e2e-test-release": ["zhi"],