fix trigger config for package-specific tasks
This commit is contained in:
parent
33fcfd1fcd
commit
63bd927799
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/
|
||||||
resultsdb_fe_endpoint: resultsdb
|
resultsdb_fe_endpoint: resultsdb
|
||||||
|
|
||||||
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
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
|
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -47,5 +47,5 @@
|
||||||
# do package-specific tasks if they come in
|
# do package-specific tasks if they come in
|
||||||
- when: {message_type: KojiBuildCompleted}
|
- when: {message_type: KojiBuildCompleted}
|
||||||
do:
|
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 %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue