Bug 1766921 - add mozilla-esr102 and comm-esr102 repositories (#7446)

This commit is contained in:
Sebastian Hengst 2022-05-14 14:35:28 +02:00 коммит произвёл GitHub
Родитель 5bebdbfe74
Коммит 50297491c3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 32 добавлений и 1 удалений

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

@ -320,8 +320,8 @@ def _schedule_log_parsing(job, job_logs, result, repository):
"mozilla-central",
"mozilla-beta",
"mozilla-release",
"mozilla-esr78",
"mozilla-esr91",
"mozilla-esr102",
}
job_log_ids = []

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

@ -1726,5 +1726,34 @@
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 123,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "mozilla-esr102",
"url": "https://hg.mozilla.org/releases/mozilla-esr102",
"active_status": "active",
"codebase": "gecko",
"repository_group": 2,
"life_cycle_order": 9998,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 124,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "comm-esr102",
"url": "https://hg.mozilla.org/releases/comm-esr102",
"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-esr91',
'mozilla-esr102',
'autoland',
'firefox-releases',
'comm-central',
'comm-esr91',
'comm-esr102',
'comm-releases',
'fenix',
];