62 lines
2.7 KiB
Text
62 lines
2.7 KiB
Text
---
|
|
############################################################
|
|
# general information
|
|
############################################################
|
|
|
|
deployment_type: prod
|
|
external_hostname: taskotron.fedoraproject.org
|
|
robots_path: /var/www/html
|
|
tcp_ports: [ 80, 443, "{{ buildslave_port }}" ]
|
|
|
|
# this enables extra repos during dnf operations
|
|
extra_enablerepos: ''
|
|
|
|
############################################################
|
|
# task repo details
|
|
############################################################
|
|
|
|
grokmirror_basedir: /var/lib/git/mirror
|
|
grokmirror_repos:
|
|
- { name: fedoraqa/rpmlint, url: 'https://bitbucket.org/fedoraqa/task-rpmlint.git'}
|
|
- { name: fedoraqa/depcheck, url: 'https://bitbucket.org/fedoraqa/task-depcheck.git'}
|
|
- { name: fedoraqa/upgradepath, url: 'https://bitbucket.org/fedoraqa/task-upgradepath.git'}
|
|
grokmirror_user: grokmirror
|
|
grokmirror_default_branch: master
|
|
|
|
|
|
############################################################
|
|
# urls and endpoints
|
|
############################################################
|
|
|
|
execdb_server: http://resultsdb01.qa.fedoraproject.org/execdb
|
|
execdb_statuspush: http://resultsdb01.qa.fedoraproject.org/execdb/buildbottest
|
|
resultsdb_external_url: https://taskotron.fedoraproject.org/resultsdb/
|
|
resultsdb_fe_endpoint: resultsdb
|
|
resultsdb_frontend_url: http://resultsdb01.qa.fedoraproject.org/resultsdb
|
|
resultsdb_url: http://resultsdb01.qa.fedoraproject.org/resultsdb_api/api/v1.0
|
|
taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/latest/
|
|
|
|
############################################################
|
|
# taskotron details
|
|
############################################################
|
|
|
|
public_artifacts_dir: /srv/taskotron/artifacts
|
|
cgit_root_title: "Taskotron Git Mirror"
|
|
landingpage_title: "Taskotron"
|
|
settings_dir: /etc/taskotron
|
|
|
|
############################################################
|
|
# buildbot details
|
|
############################################################
|
|
|
|
buildmaster_db_host: db-qa01.qa.fedoraproject.org
|
|
buildmaster_db_name: buildmaster
|
|
buildmaster_dir: /srv/buildmaster/master
|
|
buildmaster_endpoint: taskmaster
|
|
buildmaster_home: /home/buildmaster
|
|
buildmaster_user: buildmaster
|
|
buildmaster_template: taskotron.master.cfg.j2
|
|
|
|
buildslave_dir: /home/buildslave/slave
|
|
buildslave_ssh_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA3Fhg7qUJ1+3N2YficTWQGEPm5JYmqDE7JbnpTTjQixd51r36YJ93sMQV63UOPkVaqPHkzIETUuvWLa/fnDhyYEnLT8mSgCqGViyd93MHYFD+nIzL1OIewKPiVbBdmlDOABD+ROSkC/wAfqJMgleqdDonWC8R0Qo+Y2r4sLMF7dxdPdRe3+WIcvC5YqDUZN/2gfsZ2tnAakZ1sGcX0yPvnpF9FmtRfkNp60OK7NXMLGV7Tayhkib05rGHl0q5dK4/vxKKk/aNgIK7gE3XFF7f+S2PDjvH3q/yby2Z3Wkp61JpVl+RTGz/XKpejUSDkJyQkbIC5+QQFeei58RLDJhzLQ== tflink@lockbox01.phx2.fedoraproject.org'
|
|
buildslave_port: 9989
|