2014-07-07 19:00:59 +00:00
|
|
|
---
|
2015-10-13 00:45:13 +00:00
|
|
|
############################################################
|
|
|
|
# general information
|
|
|
|
###########################################################
|
|
|
|
|
|
|
|
tcp_ports: [ 80, 443, "{{ buildslave_port }}" ]
|
|
|
|
freezes: false
|
|
|
|
|
|
|
|
external_hostname: taskotron.stg.fedoraproject.org
|
|
|
|
deployment_type: stg
|
|
|
|
robots_path: /var/www/html
|
|
|
|
|
|
|
|
# this enables extra repos during dnf install but that's broken right now, remember to re-enable
|
2015-11-26 00:19:56 +00:00
|
|
|
extra_enablerepos: 'infrastructure-testing'
|
2015-10-13 00:45:13 +00:00
|
|
|
|
2017-03-02 20:02:36 +00:00
|
|
|
# make sure we're using the stg fedsmg bus
|
|
|
|
fedmsg_env: stg
|
2015-10-13 00:45:13 +00:00
|
|
|
|
|
|
|
############################################################
|
|
|
|
# task repo details
|
|
|
|
############################################################
|
|
|
|
|
2014-07-07 19:00:59 +00:00
|
|
|
grokmirror_basedir: /var/lib/git/mirror
|
|
|
|
grokmirror_user: grokmirror
|
|
|
|
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'}
|
2016-05-19 09:32:37 +00:00
|
|
|
- { name: fedoraqa/dockerautotest, url: 'https://bitbucket.org/fedoraqa/task-dockerautotest.git'}
|
2016-05-25 12:42:28 +00:00
|
|
|
- { name: fedoraqa/abicheck, url: 'https://pagure.io/task-abicheck.git'}
|
2016-07-20 12:28:48 +00:00
|
|
|
- { name: fedoraqa/rpmgrill, url: 'https://bitbucket.org/fedoraqa/task-rpmgrill.git'}
|
2016-11-01 20:09:14 +00:00
|
|
|
- { name: fedoraqa/python-versions, url: 'https://github.com/fedora-python/task-python-versions'}
|
2017-03-24 16:30:44 +00:00
|
|
|
- { name: fedoraqa/check_modulemd, url: 'https://github.com/fedora-modularity/check_modulemd'}
|
2017-01-24 12:51:55 +00:00
|
|
|
- { name: fedoraqa/rpmdeplint, url: 'https://pagure.io/taskotron/task-rpmdeplint.git'}
|
2017-03-02 20:02:36 +00:00
|
|
|
- { name: fedoraqa/rpmlint-scratch, url: 'https://bitbucket.org/fedoraqa/task-rpmlint-scratch.git'}
|
2017-04-18 14:12:19 +00:00
|
|
|
- { name: fedoraqa/modularity-testing-framework, url: 'https://pagure.io/taskotron/task-modularity-testing-framework.git'}
|
2016-01-25 21:51:05 +00:00
|
|
|
grokmirror_default_branch: develop
|
2015-12-02 11:32:32 +00:00
|
|
|
|
2015-10-13 00:45:13 +00:00
|
|
|
|
|
|
|
############################################################
|
|
|
|
# urls and endpoints
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
|
|
|
|
execdb_statuspush: http://resultsdb-stg01.qa.fedoraproject.org/execdb/buildbottest
|
|
|
|
|
2017-01-06 09:21:11 +00:00
|
|
|
resultsdb_url: http://resultsdb-stg01.qa.fedoraproject.org/resultsdb_api/api/v2.0
|
2014-07-07 19:00:59 +00:00
|
|
|
resultsdb_frontend_url: http://resultsdb-stg01.qa.fedoraproject.org/
|
|
|
|
resultsdb_external_url: https://taskotron.stg.fedoraproject.org/resultsdb/
|
2015-01-29 16:51:31 +00:00
|
|
|
resultsdb_fe_endpoint: resultsdb
|
2015-10-13 00:45:13 +00:00
|
|
|
|
2017-01-26 07:24:56 +00:00
|
|
|
taskotron_docs_url: https://qa.fedoraproject.org/docs/libtaskotron/latest/
|
2017-03-24 16:07:13 +00:00
|
|
|
trigger_distgit_repo_url: git://pkgs01.stg.phx2.fedoraproject.org
|
2017-02-24 21:11:56 +00:00
|
|
|
trigger_critpath_url: https://admin.stg.fedoraproject.org/pkgdb/api/critpath?format=json
|
2015-10-13 00:45:13 +00:00
|
|
|
|
2017-03-16 12:36:16 +00:00
|
|
|
instances:
|
2017-03-16 12:51:07 +00:00
|
|
|
- { name: "Production", url: "https://taskotron.fedoraproject.org"}
|
|
|
|
- { name: "Staging", url: "https://taskotron.stg.fedoraproject.org"}
|
|
|
|
- { name: "Development", url: "http://taskotron-dev.fedoraproject.org"}
|
2017-03-02 20:02:36 +00:00
|
|
|
|
2015-10-13 00:45:13 +00:00
|
|
|
############################################################
|
|
|
|
# taskotron details
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
settings_dir: /etc/taskotron
|
2016-07-08 10:53:03 +02:00
|
|
|
landingpage_title: "Staging"
|
|
|
|
landingpage_instance: "stg"
|
2015-02-26 08:32:19 +00:00
|
|
|
public_artifacts_dir: /srv/taskotron/artifacts
|
2015-10-13 00:45:13 +00:00
|
|
|
cgit_root_title: "Taskotron Stg Server Git Mirror"
|
|
|
|
|
|
|
|
############################################################
|
|
|
|
# buildbot details
|
|
|
|
############################################################
|
|
|
|
|
|
|
|
buildmaster_db_host: db-qa01.qa.fedoraproject.org
|
|
|
|
buildmaster_db_name: buildmaster_stg
|
2016-01-21 15:52:54 +00:00
|
|
|
buildmaster_db_user: "{{ stg_buildmaster_db_user }}"
|
|
|
|
buildmaster_db_password: "{{ stg_buildmaster_db_password }}"
|
2015-10-13 00:45:13 +00:00
|
|
|
buildmaster_dir: /srv/buildmaster/master
|
|
|
|
buildmaster_endpoint: taskmaster
|
|
|
|
buildmaster_home: /srv/buildmaster
|
|
|
|
buildmaster_template: taskotron.master.cfg.j2
|
|
|
|
buildmaster_user: buildmaster
|
|
|
|
|
|
|
|
buildslave_port: 9989
|
2016-01-26 15:38:25 +00:00
|
|
|
buildslave_password: "{{ stg_buildslave_password }}"
|
2016-01-21 16:12:54 +00:00
|
|
|
buildslave_ssh_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA4EOTNfPIvIjCLNRYauVquS2LA8CZvCi6f87TASDZv4moFTv3mrCIdA3ycYLg+r+ODdPDjF9Cjpw1os/8L07XegTt9gAJVIpxzu3ZgQDkSQbx/hlDi+RG4EOIHL8nNJmu27dOVd1tb3k3aOkP5twO4uEq9RygrQBWMZTmOHdS/q8ZVUQG0d1sKv2J8EuBENgICjjIhhYvdvluu3G65jKxMgDbSXjkK6vZpbDbS2d6JI3VeLbVGlyFbHkTu7vH/vzTJZfOYgp0ZbvW9Wo3VSq/ia5qtrLKwRcBkpyCkP6uOQ14zqj4zJd/Hv7qhEcUhC8Jsb7d/Z6b3q5ID0s/9nuHdQ== tflink@lockbox01.phx2.fedoraproject.org'
|