config tweaks for package-specific checks in taskotron-dev

This commit is contained in:
Tim Flink 2017-03-16 14:35:37 +00:00
parent c246e66b3b
commit 6b1a2bac12
2 changed files with 3 additions and 2 deletions

View file

@ -52,7 +52,7 @@ resultsdb_fe_endpoint: resultsdb
resultsdb_frontend_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb/
resultsdb_url: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.0
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/
instances:
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}

View file

@ -3,7 +3,8 @@
- when: {message_type: KojiBuildPackageCompleted}
do:
- {tasks: [rpmlint, rpmgrill, python-versions]}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/test-rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/cgit/test-rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
- {discover: {repo: '{{ trigger_distgit_repo_url }}/cgit/rpms/${name}.git', branch: "${distgit_branch}", fallback_branch: 'master'}}
{% else %}
- when: {message_type: KojiBuildPackageCompleted}
do: