#37 Changed the message we are looking for that signifies the test completion.
Merged 3 years ago by asaleh. Opened 3 years ago by asaleh.
fedora-ci/ asaleh/monitor-gating fix_and_improve  into  production

@@ -170,7 +170,7 @@ 

              utils.lookup_results_datagrepper(

                  base_url=conf["datagrepper"],

                  name="CI (complete)",

-                 topic=f"org.centos.{conf['_ci_env']}.ci.koji-build.test.error",

+                 topic=f"org.centos.{conf['_ci_env']}.ci.koji-build.test.complete",

                  nevr=nevr,

                  start=start_dg,

                  duration=180,

@@ -246,7 +246,7 @@ 

          utils.lookup_results_datagrepper(

              base_url=conf["datagrepper"],

              name="CI (complete)",

-             topic=f"org.centos.{conf['_ci_env']}.ci.koji-build.test.error",

+             topic=f"org.centos.{conf['_ci_env']}.ci.koji-build.test.complete",

              nevr=nevr,

              duration=180,

              start=start_dg,

no initial comment

Pull-Request has been merged by asaleh

3 years ago