#27 Attempting to solve some problems by adding explicit start for the datanommer searches in single-build
Merged 3 years ago by scoady. Opened 3 years ago by asaleh.
fedora-ci/ asaleh/monitor-gating production  into  production

@@ -232,6 +232,9 @@ 

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

              nevr=nevr,

          )

+ 

+         start_dg = datetime.datetime.utcnow()

+ 

          # Check at the CI pipeline has completed

          utils.lookup_results_datagrepper(

              base_url=conf["datagrepper"],
@@ -239,6 +242,7 @@ 

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

              nevr=nevr,

              duration=30,

+             start=start_dg,

          )

  

          # Check the tag of the build
@@ -257,6 +261,8 @@ 

              name="resultsdb",

              topic=f"org.fedoraproject.{conf['_env']}.resultsdb.result.new",

              nevr=nevr,

+             duration=45,

+             start=start_dg,

          )

  

          # Check that greenwave reacted to resultsdb's new results
@@ -265,6 +271,8 @@ 

              name="greenwave",

              topic=f"org.fedoraproject.{conf['_env']}.greenwave.decision.update",

              nevr=nevr,

+             duration=60,

+             start=start_dg,

          )

  

          # Check the tag of the build -- build is blocked but should be signed

no initial comment

this looks good to me. i'll merge and redeploy :thumbsup:

Pull-Request has been merged by scoady

3 years ago
Metadata