ci: ensure binary size artifacts are uploaded in Build Stage Child pipeline via artifacts_handler script.

- Updated dynamic pipeline to include artifact upload commands for size reports, allowing easier parsing on the CI dashboard.
- Each job now handles its own size.json file, ensuring independent access for better CI artifact management.
This commit is contained in:
Aleksei Apaseev
2024-09-18 11:16:04 +08:00
parent 794cf2ea0e
commit 397fdb56fb
5 changed files with 8 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ if __name__ == '__main__':
check_app_dependencies=True,
parallel_count=args.parallel_count,
parallel_index=args.parallel_index,
collect_size_info='size_info_@p.txt',
collect_size_info='size_info.txt',
collect_app_info=args.collect_app_info,
junitxml=args.junitxml,
copy_sdkconfig=True,