From c3c836220fa1b3901515b937be374d57b127a437 Mon Sep 17 00:00:00 2001 From: Adam Saleh Date: Thu, 17 Jun 2021 10:22:05 +0200 Subject: [PATCH] Disabling multi-package testing in monitor gating as it fails silently and probably makes a mess in koji-sidetags? --- roles/openshift-apps/monitor-gating/templates/runner.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/monitor-gating/templates/runner.cfg b/roles/openshift-apps/monitor-gating/templates/runner.cfg index 79e458a4c1..0981e8a6e6 100644 --- a/roles/openshift-apps/monitor-gating/templates/runner.cfg +++ b/roles/openshift-apps/monitor-gating/templates/runner.cfg @@ -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).