зеркало из https://github.com/mozilla/treeherder.git
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:
Родитель
8ed849ce10
Коммит
ffbff08476
|
@ -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',
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче