ci: rename local idf_ci folder, avoid name collision

This commit is contained in:
Fu Hanxi
2025-04-25 11:13:17 +02:00
parent f3782f6701
commit b27dd7c77a
11 changed files with 13 additions and 14 deletions

View File

@@ -1,13 +1,12 @@
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
import argparse
import glob
import os
import __init__ # noqa: F401 # inject the system path
from dynamic_pipelines.report import BuildReportGenerator
from idf_ci.app import import_apps_from_txt
from idf_ci_local.app import import_apps_from_txt
if __name__ == '__main__':
parser = argparse.ArgumentParser(