#17 Move the configuration example keys in their right configuration file
Merged 4 years ago by asaleh. Opened 4 years ago by pingou.
fedora-ci/ pingou/monitor-gating fix_doc  into  master

file modified
-6
@@ -20,9 +20,3 @@ 

  branch = "master"

  pagure_token = "<to edit>"

  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"

file modified
+6
@@ -12,3 +12,9 @@ 

  

  # 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"

These two configuration keys are specified to the runner script not
to the individual tests/tasks.

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

Pull-Request has been merged by asaleh

4 years ago
Metadata