#13 Do not hardcode the final koji tag in the code
Merged 4 years ago by pingou. Opened 4 years ago by pingou.
fedora-ci/ pingou/monitor-gating master  into  master

file modified
+1
@@ -19,3 +19,4 @@ 

  name_multi_2 = "dummy-test-package-rubino"

  branch = "master"

  pagure_token = "<to edit>"

+ koji_end_tag = "f33"

@@ -224,7 +224,7 @@ 

              utils.get_build_tags(

                  conf.get("koji_hub"),

                  nevr,

-                 expected_ends=["f32"],

+                 expected_ends=conf["koji_end_tag"],

              )

  

      utils.finalize(start)

@@ -310,7 +310,7 @@ 

              utils.get_build_tags(

                  conf.get("koji_hub"),

                  nevr,

-                 expected_ends=["f32"],

+                 expected_ends=conf["koji_end_tag"],

              )

  

      utils.finalize(start)

Instead put this information in the configuration file.

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

rebased onto f988b5a

4 years ago

Pull-Request has been merged by pingou

4 years ago