#10155 FTI policy: When determining whether to close a bug, only see other FTI trackers
Merged 2 years ago by humaton. Opened 2 years ago by churchyard.
churchyard/releng fti_close_ftbfs  into  main

@@ -20,10 +20,6 @@ 

      "F33FailsToInstall": 1803235,

      "F34FailsToInstall": 1868279,

      "F35FailsToInstall": 1927313,

-     "F32FTBFS": 1750908,

-     "F33FTBFS": 1803234,

-     "F34FTBFS": 1868278,

-     "F35FTBFS": 1927309,

  }

  RAWHIDE = "35"

  

The FTBFS trackers are not handled by this script (yet),
so the bugs would remain open until closed manually.

Given that a fix of FTI anticipates a rebuild (in the vast majority of cases),
a fixed FTI ~=> a fixed FTBFS.

Note that the relevant logic to determine whether to close a bug is:

if not ({BLOCKERS} - {FxxFailsToInstall}) & {TRACKERS})

rebased onto b381044

2 years ago

Pull-Request has been merged by humaton

2 years ago
Metadata