mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
taskotron-trigger: disable rpmdeplint temporarily
Because of https://github.com/fedora-infra/bodhi/issues/3944
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
2cbf8600f0
commit
53a64f1143
@@ -18,16 +18,17 @@
|
||||
- tasks:
|
||||
- abicheck
|
||||
|
||||
- when:
|
||||
message_type: KojiTagChanged
|
||||
tag:
|
||||
$and:
|
||||
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||
- $not:
|
||||
$regex: '/^f33-.*/' # Rawhide CI gating not supported yet
|
||||
do:
|
||||
- tasks:
|
||||
- rpmdeplint
|
||||
# disable rpmdeplint temporarily because of https://github.com/fedora-infra/bodhi/issues/3944
|
||||
# - when:
|
||||
# message_type: KojiTagChanged
|
||||
# tag:
|
||||
# $and:
|
||||
# - $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||
# - $not:
|
||||
# $regex: '/^f33-.*/' # Rawhide CI gating not supported yet
|
||||
# do:
|
||||
# - tasks:
|
||||
# - rpmdeplint
|
||||
|
||||
{% if deployment_type in ['dev'] %}
|
||||
{# This is sufficient to run in a single environment only #}
|
||||
|
||||
Reference in New Issue
Block a user