diff --git a/inventory/group_vars/taskotron-stg b/inventory/group_vars/taskotron-stg index 82d6930aa6..53628403f8 100644 --- a/inventory/group_vars/taskotron-stg +++ b/inventory/group_vars/taskotron-stg @@ -48,7 +48,7 @@ resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/ resultsdb_fe_endpoint: resultsdb taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/ -trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/pagure/rpms/ +trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json diff --git a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 index 645a9198e3..4205903dac 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger_rules.yml.j2 @@ -47,5 +47,5 @@ # do package-specific tasks if they come in - when: {message_type: KojiBuildCompleted} do: - - {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}} + - {discover: {repo: '{{ trigger_distgit_repo_url }}/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master', recursive: true}} {% endif %}