diff --git a/roles/openshift-apps/monitor-gating/templates/runner.cfg b/roles/openshift-apps/monitor-gating/templates/runner.cfg index 0b4940e1e6..1916d66215 100644 --- a/roles/openshift-apps/monitor-gating/templates/runner.cfg +++ b/roles/openshift-apps/monitor-gating/templates/runner.cfg @@ -21,3 +21,11 @@ workflow_single_gating_args = "--conf /opt/config/monitor_gating.cfg --auto-upda # CLI arguments to give to the script testing the multi builds gating workflow workflow_multi_gating_args = "--conf /opt/config/monitor_gating.cfg" + + +# The fedpkg command to call to clean up the dangling side-tags +{% if env == 'staging' %} +fedpkg = "fedpkg-stage" +{% else %} +fedpkg = "fedpkg" +{% endif %}