mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 07:32:46 +08:00
48 lines
812 B
Django/Jinja
48 lines
812 B
Django/Jinja
---
|
|
- when:
|
|
message_type: KojiBuildPackageCompleted
|
|
do:
|
|
- tasks:
|
|
- rpmlint
|
|
- tasks:
|
|
- python-versions
|
|
- rpmgrill
|
|
arches:
|
|
- noarch
|
|
|
|
- when:
|
|
message_type: KojiBuildPackageCompleted
|
|
name:
|
|
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
|
do:
|
|
- tasks:
|
|
- abicheck
|
|
|
|
- when:
|
|
message_type: KojiTagChanged
|
|
tag:
|
|
$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
|
do:
|
|
- tasks:
|
|
- rpmdeplint
|
|
|
|
- when:
|
|
message_type: DistGitCommit
|
|
namespace: modules
|
|
do:
|
|
- tasks:
|
|
- check_modulemd
|
|
arches:
|
|
- noarch
|
|
|
|
- when:
|
|
message_type: GitHubPullRequestOpened
|
|
repo_name:
|
|
$regex: '/^container-images\/.+/'
|
|
do:
|
|
- tasks:
|
|
- mtf-containers
|
|
arches:
|
|
- noarch
|
|
|