mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
taskotron: don't run rpmdeplint in Rawhide
We've never run it, but it started being scheduled lately due to Rawhide CI gating.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
61c30ca157
commit
4b95bc7e33
@@ -21,7 +21,10 @@
|
||||
- when:
|
||||
message_type: KojiTagChanged
|
||||
tag:
|
||||
$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||
$and:
|
||||
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
|
||||
- $not:
|
||||
$regex: '/^f31-.*/' # Rawhide CI gating not supported yet
|
||||
do:
|
||||
- tasks:
|
||||
- rpmdeplint
|
||||
@@ -38,4 +41,3 @@
|
||||
- x86_64
|
||||
match_host_arch: True
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user