taskotron-stg: use stg instance of distgit
This commit is contained in:
parent
b854a1d46b
commit
49e3bb41a6
3 changed files with 3 additions and 1 deletions
|
@ -44,6 +44,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/v1.0
|
||||
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
||||
trigger_distgit_repo_url: http://pkgs.fedoraproject.org/git
|
||||
|
||||
|
||||
############################################################
|
||||
|
|
|
@ -43,6 +43,7 @@ resultsdb_fe_endpoint: resultsdb
|
|||
|
||||
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
||||
|
||||
trigger_distgit_repo_url: http://pkgs.stg.fedoraproject.org/git
|
||||
|
||||
|
||||
############################################################
|
||||
|
|
|
@ -18,7 +18,7 @@ fuse_delay = 900 ; 15 minutes in seconds
|
|||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
[distgit]
|
||||
cache_dir = {{ trigger_cache_dir }}
|
||||
repo_url = http://pkgs.fedoraproject.org/git
|
||||
repo_url = {{ trigger_distgit_repo_url }}
|
||||
namespace = rpms-checks
|
||||
|
||||
[libabigail]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue