Bug 1684931 - add support for ESR91 (#7194)

* Add mozilla-esr91 and comm-esr91 and include manifest name in result_groups
This commit is contained in:
Joel Maher 2021-06-25 10:55:38 -07:00 коммит произвёл GitHub
Родитель 8ed849ce10
Коммит ffbff08476
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 33 добавлений и 4 удалений

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

@ -321,6 +321,7 @@ def _schedule_log_parsing(job, job_logs, result, repository):
"mozilla-beta",
"mozilla-release",
"mozilla-esr78",
"mozilla-esr91",
}
job_log_ids = []

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

@ -1526,7 +1526,7 @@
"dvcs_type": "hg",
"name": "mozilla-esr68",
"url": "https://hg.mozilla.org/releases/mozilla-esr68",
"active_status": "active",
"active_status": "onhold",
"codebase": "gecko",
"repository_group": 2,
"description": "",
@ -1540,7 +1540,7 @@
"dvcs_type": "hg",
"name": "comm-esr68",
"url": "https://hg.mozilla.org/releases/comm-esr68",
"active_status": "active",
"active_status": "onhold",
"codebase": "comm",
"repository_group": 8,
"description": "",
@ -1617,5 +1617,33 @@
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 116,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "mozilla-esr91",
"url": "https://hg.mozilla.org/releases/mozilla-esr91",
"active_status": "active",
"codebase": "gecko",
"repository_group": 2,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 117,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "comm-esr91",
"url": "https://hg.mozilla.org/releases/comm-esr91",
"active_status": "active",
"codebase": "comm",
"repository_group": 8,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
}
]

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

@ -4,13 +4,13 @@ export const treeOptions = [
'trunk',
'mozilla-central',
'mozilla-inbound',
'mozilla-esr68',
'mozilla-esr78',
'mozilla-esr91',
'autoland',
'firefox-releases',
'comm-central',
'comm-esr68',
'comm-esr78',
'comm-esr91',
'comm-releases',
'fenix',
];