From f140659474cd1d652dfbdbbe7dd3186f297feeca Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 25 2020 16:35:40 +0000 Subject: Move the configuration example keys in their right configuration file These two configuration keys are specified to the runner script not to the individual tests/tasks. Signed-off-by: Pierre-Yves Chibon --- diff --git a/monitor_gating.cfg b/monitor_gating.cfg index bb29e56..69b9dc7 100644 --- a/monitor_gating.cfg +++ b/monitor_gating.cfg @@ -20,9 +20,3 @@ name_multi_2 = "dummy-test-package-rubino" branch = "master" pagure_token = "" koji_end_tag = "f33" - -# Those values are commented out as they will not work in a dev environment -# where it is advised that the developer runs kinit manually before running the -# project. -# kb_principal = "packagerbot/os-master01.phx2.fedoraproject.org@FEDORAPROJECT.ORG" -# kb_keytab_file = "/etc/keytabs/monitor-gating-keytab" diff --git a/runner.cfg b/runner.cfg index 06cd659..0d660f6 100644 --- a/runner.cfg +++ b/runner.cfg @@ -12,3 +12,9 @@ workflow_single_gating_args = "--conf monitor_gating_stg.cfg --auto-update --no- # CLI arguments to give to the script testing the multi builds gating workflow workflow_multi_gating_args = "--conf monitor_gating_stg.cfg" + +# Those values are commented out as they will not work in a dev environment +# where it is advised that the developer runs kinit manually before running the +# project. +# kb_principal = "packagerbot/os-master01.phx2.fedoraproject.org@FEDORAPROJECT.ORG" +# kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"