mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
taskotron-dev: revert experimental changes
This commit is contained in:
@@ -40,8 +40,8 @@ taskotron_fas_password: ''
|
||||
execdb_external_url: https://taskotron-dev.fedoraproject.org/execdb
|
||||
resultsdb_server: http://resultsdb-dev01.qa.fedoraproject.org/resultsdb_api/api/v2.0
|
||||
bodhi_server: https://bodhi.fedoraproject.org/
|
||||
kojihub_url: https://koji.stg.fedoraproject.org/kojihub
|
||||
kojipkg_url: https://kojipkgs.stg.fedoraproject.org/packages
|
||||
kojihub_url: https://koji.fedoraproject.org/kojihub
|
||||
kojipkg_url: https://kojipkgs.fedoraproject.org/packages
|
||||
taskotron_master: https://taskotron-dev.fedoraproject.org/taskmaster
|
||||
resultsdb_external_url: https://taskotron-dev.fedoraproject.org/resultsdb
|
||||
artifacts_base_url: https://taskotron-dev.fedoraproject.org/artifacts
|
||||
|
||||
@@ -12,7 +12,7 @@ joblog_file = {{ trigger_joblog_file }}
|
||||
fuse_delay = 900 ; 15 minutes in seconds
|
||||
git_cache_dir = {{ trigger_cache_dir }}
|
||||
rules_template = {{ trigger_rules_template_path }}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
{% if deployment_type in ['stg'] %}
|
||||
deployment_type = stg
|
||||
{% endif%}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{% else %}
|
||||
- {tasks: [depcheck]}
|
||||
{% endif %}
|
||||
{% if deployment_type not in ['dev', 'stg'] %}
|
||||
{% if deployment_type not in ['stg'] %}
|
||||
{# stg bodhi doesn't have the info we need, stg koji doesn't have the builds from prod bodhi #}
|
||||
- when:
|
||||
message_type: KojiTagChanged
|
||||
@@ -39,7 +39,7 @@
|
||||
do:
|
||||
- {tasks: [upgradepath]}
|
||||
{% endif %}
|
||||
{% if deployment_type in ['dev', 'stg'] %}
|
||||
{% if deployment_type in ['stg'] %}
|
||||
- when: {message_type: DistGitCommit, namespace: modules}
|
||||
do:
|
||||
- {tasks: [check_modulemd]}
|
||||
|
||||
Reference in New Issue
Block a user