82 lines
3.5 KiB
Text
82 lines
3.5 KiB
Text
---
|
|
############################################################
|
|
# general information
|
|
############################################################
|
|
|
|
external_hostname: taskotron.fedoraproject.org
|
|
deployment_type: prod
|
|
|
|
tcp_ports: [ 80, 443, "{{ buildslave_port }}" ]
|
|
robots_path: /var/www/html
|
|
|
|
# this enables extra repos during dnf operations
|
|
extra_enablerepos: ''
|
|
|
|
############################################################
|
|
# task repo details
|
|
############################################################
|
|
|
|
grokmirror_basedir: /var/lib/git/mirror
|
|
grokmirror_user: grokmirror
|
|
grokmirror_repos:
|
|
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
|
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/taskotron-python-versions'}
|
|
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
|
- { name: fedoraqa/rpmgrill, url: 'https://pagure.io/taskotron/task-rpmgrill.git'}
|
|
- { name: fedoraqa/rpmlint, url: 'https://pagure.io/taskotron/task-rpmlint.git'}
|
|
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/v2.0
|
|
|
|
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
|
|
|
# make sure this doesn't have a trailing slash
|
|
trigger_distgit_repo_url: git://pkgs02.phx2.fedoraproject.org
|
|
trigger_abicheck_blacklist: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
|
|
instances:
|
|
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
|
|
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
|
|
- { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
|
|
|
|
|
|
############################################################
|
|
# taskotron details
|
|
############################################################
|
|
|
|
settings_dir: /etc/taskotron
|
|
landingpage_title: "Production"
|
|
landingpage_instance: "prod"
|
|
public_artifacts_dir: /srv/taskotron/artifacts
|
|
cgit_root_title: "Taskotron Git Mirror"
|
|
|
|
# increase the max life of artifacts
|
|
artifacts_max_life: '180'
|
|
|
|
############################################################
|
|
# buildbot details
|
|
############################################################
|
|
|
|
buildmaster_db_host: db-qa01.qa.fedoraproject.org
|
|
buildmaster_db_name: buildmaster
|
|
buildmaster_db_user: "{{ prod_buildmaster_db_user }}"
|
|
buildmaster_db_password: "{{ prod_buildmaster_db_password }}"
|
|
buildmaster_dir: /srv/buildmaster/master
|
|
buildmaster_endpoint: taskmaster
|
|
buildmaster_home: /srv/buildmaster
|
|
buildmaster_template: taskotron.master.cfg.j2
|
|
buildmaster_user: buildmaster
|
|
|
|
buildslave_port: 9989
|
|
buildslave_password: "{{ prod_buildslave_password }}"
|
|
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'
|