From 22b5bb7e34097422869918b656cc523a6f65445d Mon Sep 17 00:00:00 2001 From: Yutong Zhang Date: Fri, 3 Jan 2025 14:29:59 +0800 Subject: [PATCH] test log --- .../impacted_area_testing/calculate_instance_number.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/impacted_area_testing/calculate_instance_number.py b/.azure-pipelines/impacted_area_testing/calculate_instance_number.py index fb75f95754e..d6a13644d2a 100644 --- a/.azure-pipelines/impacted_area_testing/calculate_instance_number.py +++ b/.azure-pipelines/impacted_area_testing/calculate_instance_number.py @@ -132,6 +132,8 @@ def main(scripts, topology, branch): parser.add_argument("--branch", help="Test branch", type=str, default="") args = parser.parse_args() + logging.basicConfig(level=logging.INFO) + scripts = args.scripts topology = args.topology branch = args.branch