Add execdb_server var to the trigger
This commit is contained in:
parent
83eb7d43af
commit
e55f56a082
4 changed files with 4 additions and 0 deletions
|
@ -37,3 +37,4 @@ fakefedorainfra_url: https://taskotron-dev.fedoraproject.org/fakefedorainfra
|
|||
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
||||
freezes: false
|
||||
public_artifacts_dir: /srv/taskotron/artifacts
|
||||
execdb_server: http://resultsdb-dev01.qa.fedoraproject.org/execdb
|
||||
|
|
|
@ -32,3 +32,4 @@ fakefedorainfra_url: https://taskotron.stg.fedoraproject.org/fakefedorainfra
|
|||
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
||||
freezes: false
|
||||
public_artifacts_dir: /srv/taskotron/artifacts
|
||||
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
|
||||
|
|
|
@ -5,6 +5,7 @@ num_cpus: 2
|
|||
|
||||
slave_user: buildslave
|
||||
taskotron_fas_user: taskotron
|
||||
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
|
||||
resultsdb_server: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v1.0/
|
||||
bodhi_server: http://10.5.124.232/fakefedorainfra/bodhi/
|
||||
kojihub_url: http://koji.fedoraproject.org/kojihub
|
||||
|
|
|
@ -8,6 +8,7 @@ koji_build_completed_tasks = rpmlint
|
|||
koji_tag_changed_tasks = upgradepath,depcheck
|
||||
valid_arches = x86_64
|
||||
koji_url = http://koji.fedoraproject.org/kojihub
|
||||
execdb_server = {{ execdb_server }}
|
||||
type = BuildbotTrigger
|
||||
blacklist_releases = el5,el6,el7
|
||||
job_logging = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue