monitor-gating: Adjust the prod configuration to be similar to the staging one
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
7fd4105aba
commit
9094e47b96
1 changed files with 9 additions and 6 deletions
|
@ -20,25 +20,28 @@ workflow_single_gating_args = "--conf /opt/config/monitor_gating.cfg --auto-upda
|
||||||
# CLI arguments to give to the script testing the multi builds gating workflow
|
# CLI arguments to give to the script testing the multi builds gating workflow
|
||||||
workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg"
|
workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg"
|
||||||
|
|
||||||
|
# Project whose issue will slow down the subsequent runs (delay defined
|
||||||
|
# above).
|
||||||
|
pagure_blocking_project = "packager-workflow"
|
||||||
|
# Project against which failed runs report their failure.
|
||||||
|
pagure_report_project = "packager-workflow"
|
||||||
|
|
||||||
# The fedpkg command to call to clean up the dangling side-tags
|
# The fedpkg command to call to clean up the dangling side-tags
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
fedpkg = "fedpkg-stage"
|
fedpkg = "fedpkg-stage"
|
||||||
|
|
||||||
# Project whose issue will slow down the subsequent runs (delay defined
|
|
||||||
# above).
|
|
||||||
pagure_blocking_project = "packager-workflow"
|
|
||||||
# blocker issue tags, issue has to have all of them.
|
# blocker issue tags, issue has to have all of them.
|
||||||
blocker_tags = ['packager_workflow_blocker', 'staging']
|
blocker_tags = ['packager_workflow_blocker', 'staging']
|
||||||
|
|
||||||
# Project against which failed runs report their failure.
|
|
||||||
pagure_report_project = "packager-workflow"
|
|
||||||
pagure_api_token = "{{ monitor_gating_pagure_api_token_workflow_stg }}"
|
pagure_api_token = "{{ monitor_gating_pagure_api_token_workflow_stg }}"
|
||||||
env = "staging"
|
env = "staging"
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
fedpkg = "fedpkg"
|
fedpkg = "fedpkg"
|
||||||
|
|
||||||
# blocker issue tags, issue has to have all of them.
|
# blocker issue tags, issue has to have all of them.
|
||||||
blocker_tags = ['packager_workflow_blocker']
|
blocker_tags = ['packager_workflow_blocker']
|
||||||
|
|
||||||
|
pagure_api_token = "{{ monitor_gating_pagure_api_token_workflow_prod }}"
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue