From 09d6d48835e5a558aeb0db8bedb1c6faeade42a8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 26 2020 14:08:19 +0000 Subject: monitor-gating: Fix typo in the runner's configuration file Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/openshift-apps/monitor-gating/templates/runner.cfg b/roles/openshift-apps/monitor-gating/templates/runner.cfg index 143ac3e..a4ae40a 100644 --- a/roles/openshift-apps/monitor-gating/templates/runner.cfg +++ b/roles/openshift-apps/monitor-gating/templates/runner.cfg @@ -5,4 +5,4 @@ delay = 3600 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 +workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg"