taskotron-trigger: disable rpmdeplint temporarily
Because of https://github.com/fedora-infra/bodhi/issues/3944
This commit is contained in:
parent
2cbf8600f0
commit
53a64f1143
1 changed files with 11 additions and 10 deletions
|
@ -18,16 +18,17 @@
|
||||||
- tasks:
|
- tasks:
|
||||||
- abicheck
|
- abicheck
|
||||||
|
|
||||||
- when:
|
# disable rpmdeplint temporarily because of https://github.com/fedora-infra/bodhi/issues/3944
|
||||||
message_type: KojiTagChanged
|
# - when:
|
||||||
tag:
|
# message_type: KojiTagChanged
|
||||||
$and:
|
# tag:
|
||||||
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
# $and:
|
||||||
- $not:
|
# - $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||||
$regex: '/^f33-.*/' # Rawhide CI gating not supported yet
|
# - $not:
|
||||||
do:
|
# $regex: '/^f33-.*/' # Rawhide CI gating not supported yet
|
||||||
- tasks:
|
# do:
|
||||||
- rpmdeplint
|
# - tasks:
|
||||||
|
# - rpmdeplint
|
||||||
|
|
||||||
{% if deployment_type in ['dev'] %}
|
{% if deployment_type in ['dev'] %}
|
||||||
{# This is sufficient to run in a single environment only #}
|
{# This is sufficient to run in a single environment only #}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue