mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	ci: rename local idf_ci folder, avoid name collision
This commit is contained in:
		| @@ -4,13 +4,14 @@ import argparse | ||||
| import sys | ||||
|  | ||||
| import __init__  # noqa: F401 # inject the system path | ||||
| from dynamic_pipelines.constants import TEST_RELATED_APPS_FILENAME | ||||
| from idf_build_apps import build_apps | ||||
| from idf_build_apps import setup_logging | ||||
| from idf_build_apps.utils import semicolon_separated_str_to_list | ||||
| from idf_ci.app import import_apps_from_txt | ||||
| from idf_ci_local.app import import_apps_from_txt | ||||
| from idf_pytest.constants import DEFAULT_IGNORE_WARNING_FILEPATH | ||||
|  | ||||
| from dynamic_pipelines.constants import TEST_RELATED_APPS_FILENAME | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|     parser = argparse.ArgumentParser(description='Build Apps for Dynamic Pipeline') | ||||
|     parser.add_argument('app_list_file', default=TEST_RELATED_APPS_FILENAME, help='List of apps to build') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fu Hanxi
					Fu Hanxi