mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
22 lines
502 B
Plaintext
22 lines
502 B
Plaintext
---
|
|
- when: {message_type: KojiBuildPackageCompleted}
|
|
do:
|
|
- {tasks: [rpmlint, rpmgrill, python-versions]}
|
|
|
|
- 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]}
|