From 356523128480921cfa35f1c266d7cfab7c266570 Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Sun, 17 Aug 2025 22:27:22 +0800 Subject: [PATCH] TriggerXTS Signed-off-by: LeechyLiang Change-Id: Id73726024ab7751a19c0da0c2a31fdec4e93f980 --- config/ci_target_white_list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/ci_target_white_list.json b/config/ci_target_white_list.json index c57ce003..30012bd7 100644 --- a/config/ci_target_white_list.json +++ b/config/ci_target_white_list.json @@ -159,6 +159,14 @@ "add_target": [ "FULL_IMPACT_TOTALLY" ] + }, + { + "path": "foundation/distributeddatamgr/relational_store", + "bundle_name": "relational_store", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] } ] } \ No newline at end of file -- Gitee