From 53a64f1143b8f5cb4032975c305809b006ca35cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Fri, 6 Mar 2020 11:05:48 +0100 Subject: [PATCH] taskotron-trigger: disable rpmdeplint temporarily Because of https://github.com/fedora-infra/bodhi/issues/3944 --- .../templates/trigger_rules.yml.j2 | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 index 9052abe51a..690685af38 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 @@ -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 #}