--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2944,16 +2944,19 @@ for name, branch in items_before(BRANCHE
del branch['platforms']['android-api-9']
if 'android-api-11' in branch['platforms']:
del branch['platforms']['android-api-11']
if 'android-api-9-debug' in branch['platforms']:
del branch['platforms']['android-api-9-debug']
if 'android-api-11-debug' in branch['platforms']:
del branch['platforms']['android-api-11-debug']
+# mozilla-central's gecko version
+mc_gecko_version = BRANCHES['mozilla-central']['gecko_version']
+
# Static analysis happens only on m-c and derived branches.
for name, branch in items_before(BRANCHES, 'gecko_version', mc_gecko_version):
if 'linux64-st-an-debug' in branch['platforms']:
del branch['platforms']['linux64-st-an-debug']
if 'macosx64-st-an-debug' in branch['platforms']:
del branch['platforms']['macosx64-st-an-debug']
# Only test pretty names on train branches, not m-c or project branches.