Disabling multi-package testing in monitor gating as it fails silently and probably makes a mess in koji-sidetags?
This commit is contained in:
parent
9bb9cc3371
commit
c3c836220f
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
|
|||
workflow_single_gating_args = "--conf /opt/config/monitor_gating.cfg --auto-update --no-pr"
|
||||
|
||||
# CLI arguments to give to the script testing the multi builds gating workflow
|
||||
workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg"
|
||||
# Disabling this because of silent failures
|
||||
workflow_multi_gating_args = ""
|
||||
|
||||
# Project whose issue will slow down the subsequent runs (delay defined
|
||||
# above).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue