Bug 1901721 - Add support for mozilla-esr128 and comm-esr128 repositories

This commit is contained in:
Sebastian Hengst 2024-06-12 16:35:35 +02:00
Родитель cbbdf9f682
Коммит 489986fef3
3 изменённых файлов: 32 добавлений и 0 удалений

Просмотреть файл

@ -321,6 +321,7 @@ def _schedule_log_parsing(job, job_logs, result, repository):
"mozilla-beta",
"mozilla-release",
"mozilla-esr115",
"mozilla-esr128",
"reference-browser",
"toolchains",
}

Просмотреть файл

@ -1917,5 +1917,34 @@
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 136,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "mozilla-esr128",
"url": "https://hg.mozilla.org/releases/mozilla-esr128",
"active_status": "active",
"codebase": "gecko",
"repository_group": 2,
"life_cycle_order": 9996,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 137,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "comm-esr128",
"url": "https://hg.mozilla.org/releases/comm-esr128",
"active_status": "active",
"codebase": "comm",
"repository_group": 8,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
}
]

Просмотреть файл

@ -4,10 +4,12 @@ export const treeOptions = [
'trunk',
'mozilla-central',
'mozilla-esr115',
'mozilla-esr128',
'autoland',
'firefox-releases',
'comm-central',
'comm-esr115',
'comm-esr128',
'comm-releases',
'fenix',
];