зеркало из https://github.com/mozilla/treeherder.git
Bug 1766921 - add mozilla-esr102 and comm-esr102 repositories (#7446)
This commit is contained in:
Родитель
5bebdbfe74
Коммит
50297491c3
|
@ -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',
|
||||
];
|
||||
|
|
Загрузка…
Ссылка в новой задаче