taskotron-dev: revert experimental changes
This commit is contained in:
parent
4125d2d3c7
commit
da911be7cd
3 changed files with 5 additions and 5 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue