87 lines
4.2 KiB
Text
87 lines
4.2 KiB
Text
---
|
|
############################################################
|
|
# general information
|
|
############################################################
|
|
|
|
tcp_ports: [ 80, 443, "{{ buildslave_port }}" ]
|
|
freezes: false
|
|
|
|
external_hostname: taskotron.stg.fedoraproject.org
|
|
deployment_type: stg
|
|
robots_path: /var/www/html
|
|
|
|
# decide whether to use prod or stg fedsmg bus
|
|
fedmsg_env: prod
|
|
|
|
############################################################
|
|
# task repo details
|
|
############################################################
|
|
|
|
grokmirror_basedir: /var/lib/git/mirror
|
|
grokmirror_user: grokmirror
|
|
grokmirror_repos:
|
|
- { name: fedoraqa/rpmlint, url: 'https://pagure.io/taskotron/task-rpmlint.git'}
|
|
- { name: fedoraqa/upgradepath, url: 'https://pagure.io/taskotron/task-upgradepath.git'}
|
|
- { name: fedoraqa/dockerautotest, url: 'https://pagure.io/taskotron/task-dockerautotest.git'}
|
|
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
|
- { name: fedoraqa/rpmgrill, url: 'https://pagure.io/taskotron/task-rpmgrill.git'}
|
|
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/taskotron-python-versions'}
|
|
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
|
|
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
|
- { name: fedoraqa/upstream-atomic, url: 'https://pagure.io/taskotron/task-upstream-atomic.git'}
|
|
- { name: fedoraqa/fedora-cloud-tests, url: 'https://pagure.io/taskotron/task-fedora-cloud-tests.git'}
|
|
- { name: fedoraqa/modularity-testing-framework, url: 'https://pagure.io/taskotron/task-modularity-testing-framework.git'}
|
|
grokmirror_default_branch: develop
|
|
|
|
|
|
############################################################
|
|
# urls and endpoints
|
|
############################################################
|
|
|
|
execdb_endpoint: execdb
|
|
execdb_statuspush: http://resultsdb-stg01.qa.fedoraproject.org/execdb/buildbottest
|
|
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
|
|
resultsdb_api_endpoint: resultsdb_api
|
|
resultsdb_host: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/
|
|
resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/
|
|
resultsdb_fe_endpoint: resultsdb
|
|
resultsdb_frontend_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb/
|
|
resultsdb_url: http://resultsdb-stg01.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: https://src.stg.fedoraproject.org/
|
|
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
|
|
|
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: "Staging"
|
|
landingpage_instance: "stg"
|
|
public_artifacts_dir: /srv/taskotron/artifacts
|
|
cgit_root_title: "Taskotron Stg Server Git Mirror"
|
|
|
|
############################################################
|
|
# buildbot details
|
|
############################################################
|
|
|
|
buildmaster_db_host: db-qa01.qa.fedoraproject.org
|
|
buildmaster_db_name: buildmaster_stg
|
|
buildmaster_db_user: "{{ stg_buildmaster_db_user }}"
|
|
buildmaster_db_password: "{{ stg_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: "{{ stg_buildslave_password }}"
|
|
buildslave_ssh_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA4EOTNfPIvIjCLNRYauVquS2LA8CZvCi6f87TASDZv4moFTv3mrCIdA3ycYLg+r+ODdPDjF9Cjpw1os/8L07XegTt9gAJVIpxzu3ZgQDkSQbx/hlDi+RG4EOIHL8nNJmu27dOVd1tb3k3aOkP5twO4uEq9RygrQBWMZTmOHdS/q8ZVUQG0d1sKv2J8EuBENgICjjIhhYvdvluu3G65jKxMgDbSXjkK6vZpbDbS2d6JI3VeLbVGlyFbHkTu7vH/vzTJZfOYgp0ZbvW9Wo3VSq/ia5qtrLKwRcBkpyCkP6uOQ14zqj4zJd/Hv7qhEcUhC8Jsb7d/Z6b3q5ID0s/9nuHdQ== tflink@lockbox01.phx2.fedoraproject.org'
|