From c2be9448ceef501d448b86ebb2429e49f77c20d5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 13 Feb 2020 14:11:27 +0100 Subject: [PATCH] monitor-gating: adjust the paths in the runner.cfg Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/monitor-gating/templates/runner.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/monitor-gating/templates/runner.cfg b/roles/openshift-apps/monitor-gating/templates/runner.cfg index 3b8480beeb..143ac3ebe3 100644 --- a/roles/openshift-apps/monitor-gating/templates/runner.cfg +++ b/roles/openshift-apps/monitor-gating/templates/runner.cfg @@ -2,7 +2,7 @@ delay = 3600 # CLI arguments to give to the script testing the single build gating workflow -workflow_single_gating_args = "--conf /home/packagerbot/config/monitor_gating.cfg --auto-update --no-pr" +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 /home/packagerbot/config/monitor_gating.cfg +workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg