Closed
Bug 1423538
Opened 7 years ago
Closed 7 years ago
The FTL whitelist checks doesn't run on autoland
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: glob)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a clone of Bug #1422487 +++
The prevent_ftl_changes hook seems to not run on autoland.
gps, glob, can you check that it's enabled?
Flags: needinfo?(gps)
Flags: needinfo?(glob)
prevent_ftl_changes.py:48
> def relevant(self):
> return self.repo_metadata['firefox_releasing']
the 'firefox_releasing' group is only enabled for publishing repos (where phases.publish is true).
integration-autoland has phases.publish set to false.
i've set mozilla.check.ftl_check to true in autoland's hgrc, which should enable the check.
Assignee: nobody → glob
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(glob)
Resolution: --- → FIXED
Comment 2•7 years ago
|
||
Needinfo isn't needed. Bug 1424419 tracks a long-term fix.
Flags: needinfo?(gps)
You need to log in
before you can comment on or make changes to this bug.
Description
•