--- | |
# verification jobs for 'automation-tools' repo | |
- project: | |
name: automation-tools | |
project: '{name}' | |
jobs: | |
- 'verify-automation-tools-jobs': | |
branch-regexp: '{supported-branches-regexp}' | |
- 'publish-automation-tools-jobs' | |
- 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' | |
- job-group: | |
name: 'publish-automation-tools-jobs' | |
jobs: | |
- 'docker-publish': | |
build-timeout: 30 | |
docker-repo: 'opencord' | |
dependency-jobs: 'version-tag_wildcard' | |
# [EOF] |