| --- |
| # verification jobs for 'automation-tools' repo |
| |
| - project: |
| name: automation-tools |
| project: '{name}' |
| |
| jobs: |
| - 'verify-automation-tools-jobs': |
| branch-regexp: '{supported-branches-regexp}' |
| |
| - job-group: |
| name: 'verify-automation-tools-jobs' |
| jobs: |
| - 'verify-licensed' |
| - 'tag-collision-reject': |
| dependency-jobs: 'verify_automation-tools_licensed' |
| - 'verify-ansible-lint': |
| skip-dirs: "comac comac-in-a-box" |
| dependency-jobs: 'verify_automation-tools_tag-collision' |
| - 'verify-shellcheck': |
| dependency-jobs: 'verify_automation-tools_ansible-lint' |
| - 'verify-sonarqube': |
| dependency-jobs: 'verify_automation-tools_shellcheck' |
| |