自定义过程模型
使用过程模型为开发和验证活动定义可重复的过程
当团队拥有用于本地预鉴定和 CI 编译的标准过程时,您可以有效地强制实现规范以及更轻松地进行协作。借助 CI Support Package for Simulink 支持包,您可以使用过程模型文件为您的团队定义一致的过程。该支持包中有一个默认过程模型,该模型具有用于自动执行常见开发和验证活动的内置任务。
此过程模型使用任务来表示过程中的步骤,使用查询来自动查找相关工件。您可以通过以下方式自定义过程:添加和删除任务,重新配置任务行为,指定任务间的关系,以及使用查询查找特定工件集。您可以使用内置的任务和查询,也可以创建自己的自定义任务和查询。准备好为团队部署过程时,可以使用过程顾问或 runprocess
函数在过程中运行任务。
要开始使用此默认过程模型,请参阅Modify Default Process Model to Fit Your Process。有关任务和查询如何定义过程的信息,请参阅Overview of Process Model。
类
函数
主题
定义过程
- Modify Default Process Model to Fit Your Process
Get started by reconfiguring the default process model for your development and verification process. - Overview of Process Model
Define your process using built-in and custom tasks and queries.
- Manage Multiple Build and Verification Workflows Using Processes
Create and use multiple processes to manage the different workflows, environments, and stages of your development process. - Exclude Files from Change Tracking in Process Advisor
Prevent task results from becoming outdated by turning off change tracking for specific artifacts. - Best Practices for Process Model Authoring
Improve loading times by defining and maintaining your process model with these best practices.
故障排除和测试过程
- Test Tasks and Queries
Debug and test tasks and queries directly from the MATLAB® Command Window. - Dry Run Tasks to Test Process Model
Quickly test your process model behavior without performing full task operations. - Troubleshoot Missing Tasks, Artifacts, and Dependencies
Fix project analysis issues and check for limitations on incremental builds.