Run Tasks with Process Advisor
With the CI/CD Automation for Simulink Check support package, you can automate and run the
tasks in your development and verification workflow. Use the Process Advisor app to run tasks locally or the runprocess
function for both local and CI execution.
Both approaches use the same incremental build system for consistent
task execution across environments. You can customize Process
Advisor and the build system to enable artifact caching and
adjust other settings.
To help avoid build and test failures in your CI system, use Process Advisor as part of your prequalification process. You can run your tasks locally and check your progress towards completing your prequalification activities before submitting to source control. If you have failures in CI, you can locally debug the issues with Process Advisor.
Apps
Process Advisor | Automate your development workflow and prequalify changes before submitting to source control |
Functions
generateReport | Generate report for recent task results |
processadvisor | Open Process Advisor app for Simulink model |
processAdvisorWindow | Open standalone Process Advisor window for project |
runprocess | Generate and run pipeline of tasks by using build system |
Topics
- Automate and Run Tasks with Process Advisor
Run common model-based design tasks and review task results using Process Advisor.
- Programmatically Run Tasks
Run tasks locally and in a continuous integration system by using the
runprocess
function. - Specify Settings for Process Advisor and Build System
Customize the behavior of Process Advisor and its build system by using the settings.
- Locally Reproduce Issues Found in CI
After you run a pipeline in your CI system, you can debug failures on your local machine.