From 3f13b083d311acbb5be577fe4a7b30cf7f524494 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 12 Feb 2020 10:44:40 +0100 Subject: [PATCH] monitor-gating: adjust the path to the configuration files 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 a56d37d75d..3b8480beeb 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 /config/monitor_gating.cfg --auto-update --no-pr" +workflow_single_gating_args = "--conf /home/packagerbot/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 /config/monitor_gating.cfg +workflow_multi_gating_args = "--conf /home/packagerbot/config/monitor_gating.cfg