2.1.6.1. cli.cmd_ci.check_ci_config
Checks that the GitLab CI configuration adheres to some rules
Functions
| 
 | Analyze the loaded configuration. | 
| Reads the '.gitlab-ci.yml' file and validates it. | |
| 
 | Check that target and SPA build are aligned. | 
| 
 | check that all job use the correct prefix | 
| 
 | Check that the CI file is ordered consistently. | 
| 
 | Return the list of artifacts we expect from the target and the SPA build. | 
| 
 | Returns a list of stage objects | 
| 
 | Check that the setup: defined stages <-> included stage files <-> existing stage files matches | 
| Reads the '.gitlab-ci.yml' file | |
| 
 | Validate the application build matrix is set. | 
| 
 | Validate the configuration of the HIL setup. | 
| 
 | Validate the artifacts that are required for the SPA evaluation artifact package | 
Classes
| 
 | container for stage | 
