feat: moved the section with fas username that is used for comment on issues to be used for all toddlers
This commit is contained in:
parent
c40ecfef1d
commit
175f4ed82a
1 changed files with 12 additions and 10 deletions
|
@ -78,6 +78,18 @@ fas_username = "{{ fedoraStagingDummyUser }}"
|
||||||
fas_password = "{{ fedoraStagingDummyUserPassword }}"
|
fas_password = "{{ fedoraStagingDummyUserPassword }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
# Account to use to connect to pagure
|
||||||
|
# FAS username of the user that will comment on behalf of toddler
|
||||||
|
{% if env == "staging" %}
|
||||||
|
pagure_user = "releng-bot"
|
||||||
|
pagure_url = "https://stg.pagure.io"
|
||||||
|
pagure_api_key = "{{ toddlers_stg_pagure_scm_request_processor_token }}"
|
||||||
|
{% else %}
|
||||||
|
pagure_user = "releng-bot"
|
||||||
|
pagure_url = "https://pagure.io"
|
||||||
|
pagure_api_key = "{{ toddlers_pagure_scm_request_processor_token }}"
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Account to use to connect to bugzilla
|
# Account to use to connect to bugzilla
|
||||||
{% if env != "staging" %}
|
{% if env != "staging" %}
|
||||||
bugzilla_url = "https://bugzilla.redhat.com"
|
bugzilla_url = "https://bugzilla.redhat.com"
|
||||||
|
@ -192,16 +204,6 @@ versions = ["epel9", "epel8", "epel7"]
|
||||||
|
|
||||||
# Configuration section for scm_request_processor
|
# Configuration section for scm_request_processor
|
||||||
[consumer_config.scm_request_processor]
|
[consumer_config.scm_request_processor]
|
||||||
# FAS username of the user that will comment on behalf of toddler
|
|
||||||
{% if env == "staging" %}
|
|
||||||
pagure_user = "releng-bot"
|
|
||||||
pagure_url = "https://stg.pagure.io"
|
|
||||||
pagure_api_key = "{{ toddlers_stg_pagure_scm_request_processor_token }}"
|
|
||||||
{% else %}
|
|
||||||
pagure_user = "releng-bot"
|
|
||||||
pagure_url = "https://pagure.io"
|
|
||||||
pagure_api_key = "{{ toddlers_pagure_scm_request_processor_token }}"
|
|
||||||
{% endif %}
|
|
||||||
# Monitoring choices for release-monitoring.org
|
# Monitoring choices for release-monitoring.org
|
||||||
monitor_choices = ['no-monitoring', 'monitoring', 'monitoring-with-scratch']
|
monitor_choices = ['no-monitoring', 'monitoring', 'monitoring-with-scratch']
|
||||||
# What we should look for in validation comment
|
# What we should look for in validation comment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue