From f438231c0312e3184ec174a8be002e32040eb195 Mon Sep 17 00:00:00 2001 From: lin-yuye99 Date: Tue, 18 Mar 2025 10:04:35 +0800 Subject: [PATCH] add ace_engine_tdd.py Signed-off-by: lin-yuye99 --- {scripts => tools/gated_check_in}/ace_engine.json | 0 {scripts => tools/gated_check_in}/ace_engine_tdd.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => tools/gated_check_in}/ace_engine.json (100%) rename {scripts => tools/gated_check_in}/ace_engine_tdd.py (99%) diff --git a/scripts/ace_engine.json b/tools/gated_check_in/ace_engine.json similarity index 100% rename from scripts/ace_engine.json rename to tools/gated_check_in/ace_engine.json diff --git a/scripts/ace_engine_tdd.py b/tools/gated_check_in/ace_engine_tdd.py similarity index 99% rename from scripts/ace_engine_tdd.py rename to tools/gated_check_in/ace_engine_tdd.py index 497b9e76..d691770f 100644 --- a/scripts/ace_engine_tdd.py +++ b/tools/gated_check_in/ace_engine_tdd.py @@ -110,7 +110,7 @@ class BuildProcessor: json.dump(self.group_json, f, indent=2) def analyze_impact(self, change_files): - tdd_data = self._read_json("developtools/integration_verification/scripts/ace_engine.json") or {} + tdd_data = self._read_json("developtools/integration_verification/tools/gated_check_in/ace_engine.json") or {} adapted_targets = set(tdd_data.get("adapted_test_targets", [])) adapting_targets = set(tdd_data.get("adapting_test_targets", []))