From 1b0bb4b50dc2813b5172eff2799192ac0442378d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 09 2020 11:18:43 +0000 Subject: Drop the check on resultsdb in rdu since that box was decommissioned Signed-off-by: Pierre-Yves Chibon --- diff --git a/monitor_gating.py b/monitor_gating.py index d9f2ddc..f5d353c 100644 --- a/monitor_gating.py +++ b/monitor_gating.py @@ -274,13 +274,6 @@ def main(): expected_ends=["testing-pending"], ) - # Tests aren't landing in resultsdb(rdu) in stg - if conf["_env"] == "prod": - # resultsdb in rdu isn't present in stg - lookup_ci_resultsdb( - name="resultsdb(rdu)", url=conf["resultsdb_rdu"], nevr=nevr - ) - # Check that the CI results made it to resultsdb lookup_ci_resultsdb( nevr=nevr, name="resultsdb(phx)", url=conf["resultsdb"]