зеркало из https://github.com/mozilla/treeherder.git
Bug 1901721 - Add support for mozilla-esr128 and comm-esr128 repositories
This commit is contained in:
Родитель
cbbdf9f682
Коммит
489986fef3
|
@ -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',
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче