From 2f7aa65167440c81501e98dc3fe2f8a63ebee273 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Jul 2026 16:15:26 +0800 Subject: [PATCH] fix(qa): avoid login shell in cron watcher (#105118) --- qa/scenarios/scheduling/cron-condition-watcher.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qa/scenarios/scheduling/cron-condition-watcher.yaml b/qa/scenarios/scheduling/cron-condition-watcher.yaml index bc63426c82e8..2b8d6b95ea70 100644 --- a/qa/scenarios/scheduling/cron-condition-watcher.yaml +++ b/qa/scenarios/scheduling/cron-condition-watcher.yaml @@ -59,7 +59,10 @@ flow: wakeMode: now payload: kind: command - argv: ["sh", "-lc", "printf QA-CONDITION-WATCHER-OK"] + argv: + - node + - -e + - "process.stdout.write('QA-CONDITION-WATCHER-OK')" delivery: mode: none - timeoutMs: 30000