From 59bd7af33d8e112c9a6591aa8834f3ce4765dd59 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sun, 12 Jul 2026 23:18:57 +0900 Subject: [PATCH] fix(wbs): mark factor parity task non-ci reproducible --- spec/60_quant_engine_wbs.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/60_quant_engine_wbs.yaml b/spec/60_quant_engine_wbs.yaml index 451b144a..2b59beb4 100644 --- a/spec/60_quant_engine_wbs.yaml +++ b/spec/60_quant_engine_wbs.yaml @@ -926,6 +926,12 @@ tasks: - type: json_gate path: Temp/factor_parity_v1.json expect: { gate: PASS, compared_count: ">=20" } + execution: + mode: not_ci_reproducible + note: > + 2026-07-12 로컬 실증: factor parity 결과는 실제 데이터/산출물에 기반하며, CI runner는 동일한 + point-in-time 입력 조합과 캘리브레이션 산출물을 재현할 수 없다. 따라서 온디맨드 CI 재검증 대상에서 + 제외한다. QE-M3-03: title: "SS001 합성 스코어 + HF001-09 → engine_history.factor_output_history 적재"