Hey all, I'm seeking a FBR to enable a new taskotron check in production. It's not urgent (nothing will be blocked without it). It would just be nice to have. Tim Flink says in channel that "it's not a risky or major change". Backing it out would involve reverting that conditional in trigger_rules.yml and re-running the playbook to disable it. Anyone +1 on this? diff --git a/inventory/group_vars/taskotron-prod b/inventory/group_vars/taskotron-prod index 284d069..d75b0e3 100644 --- a/inventory/group_vars/taskotron-prod +++ b/inventory/group_vars/taskotron-prod @@ -24,6 +24,7 @@ grokmirror_repos: - { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'} - { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.git'} - { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/task-python-versions'} + - { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'} grokmirror_user: grokmirror grokmirror_default_branch: master diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 index 8994e9a..f939c1d 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 @@ -33,11 +33,10 @@ do: - {tasks: [upgradepath]} {% endif %} -{% if deployment_type in ['dev', 'stg'] %} + - when: {message_type: DistGitCommit, namespace: modules} do: - {tasks: [check_modulemd]} -{% endif %} {% if deployment_type in ['dev'] %} - when:
Attachment:
signature.asc
Description: PGP signature
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx