#10055 FTI reporting: Also don't close VERIFIED bugzillas
Merged 2 years ago by humaton. Opened 3 years ago by churchyard.
churchyard/releng fti-verified  into  main

@@ -331,7 +331,7 @@ 

      fixed_ftis = {src: b for src, b in current_ftis.items() if src not in fti_report}

      # Ignore bugs which have pending updates in Bodhi

      for src, b in list(fixed_ftis.items()):

-         if b.status not in {"MODIFIED", "ON_QA"}:

+         if b.status not in {"MODIFIED", "ON_QA", "VERIFIED"}:

              continue

          print(

              f"Checking {b.id} if it was submitted as an update to appropriate release",

Fedora QA apparently uses this state during beta/final freeze.

cc @adamwill -- this should prevent interfering with the freeze exception process.

rebased onto 249b2a0

2 years ago

Pull-Request has been merged by humaton

2 years ago
Metadata