Skip to content

Commit 09e685a

Browse files
authored
Bug 1970693 - Add support for mozilla-esr140 and comm-esr140 repositories (#8749)
1 parent a6da8ba commit 09e685a

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

treeherder/etl/jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ def _schedule_log_parsing(job, job_logs, result, repository):
322322
"mozilla-release",
323323
"mozilla-esr115",
324324
"mozilla-esr128",
325+
"mozilla-esr140",
325326
"reference-browser",
326327
"toolchains",
327328
}

treeherder/model/fixtures/repository.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,5 +1962,34 @@
19621962
"expire_performance_data": false,
19631963
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
19641964
}
1965+
},
1966+
{
1967+
"pk": 139,
1968+
"model": "model.repository",
1969+
"fields": {
1970+
"dvcs_type": "hg",
1971+
"name": "mozilla-esr140",
1972+
"url": "https://hg.mozilla.org/releases/mozilla-esr140",
1973+
"active_status": "active",
1974+
"codebase": "gecko",
1975+
"repository_group": 2,
1976+
"life_cycle_order": 9995,
1977+
"description": "",
1978+
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
1979+
}
1980+
},
1981+
{
1982+
"pk": 140,
1983+
"model": "model.repository",
1984+
"fields": {
1985+
"dvcs_type": "hg",
1986+
"name": "comm-esr140",
1987+
"url": "https://hg.mozilla.org/releases/comm-esr140",
1988+
"active_status": "active",
1989+
"codebase": "comm",
1990+
"repository_group": 8,
1991+
"description": "",
1992+
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
1993+
}
19651994
}
19661995
]

ui/helpers/constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,16 +255,19 @@ export const thPlatformMap = {
255255
'linux64-snap-amd64-nightly': 'Linux x64 Snap amd64 nightly',
256256
'linux64-snap-amd64-beta': 'Linux x64 Snap amd64 beta',
257257
'linux64-snap-amd64-stable': 'Linux x64 Snap amd64 stable',
258+
'linux64-snap-amd64-esr140': 'Linux x64 Snap amd64 esr140',
258259
'linux64-snap-amd64-esr128': 'Linux x64 Snap amd64 esr128',
259260
'linux64-snap-amd64-esr': 'Linux x64 Snap amd64 esr',
260261
'linux64-snap-amd64-2204-nightly': 'Linux 22.04 x64 Snap amd64 nightly',
261262
'linux64-snap-amd64-2204-beta': 'Linux 22.04 x64 Snap amd64 beta',
262263
'linux64-snap-amd64-2204-stable': 'Linux 22.04 x64 Snap amd64 stable',
264+
'linux64-snap-amd64-2204-esr140': 'Linux 22.04 x64 Snap amd64 esr140',
263265
'linux64-snap-amd64-2204-esr128': 'Linux 22.04 x64 Snap amd64 esr128',
264266
'linux64-snap-amd64-2204-esr': 'Linux 22.04 x64 Snap amd64 esr',
265267
'linux64-snap-amd64-2404-nightly': 'Linux 24.04 x64 Snap amd64 nightly',
266268
'linux64-snap-amd64-2404-beta': 'Linux 24.04 x64 Snap amd64 beta',
267269
'linux64-snap-amd64-2404-stable': 'Linux 24.04 x64 Snap amd64 stable',
270+
'linux64-snap-amd64-2404-esr140': 'Linux 24.04 x64 Snap amd64 esr140',
268271
'linux64-snap-amd64-2404-esr128': 'Linux 24.04 x64 Snap amd64 esr128',
269272
'linux64-snap-amd64-2404-esr': 'Linux 24.04 x64 Snap amd64 esr',
270273
other: 'Other',

ui/intermittent-failures/constants.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ export const treeOptions = [
55
'mozilla-central',
66
'mozilla-esr115',
77
'mozilla-esr128',
8+
'mozilla-esr140',
89
'autoland',
910
'firefox-releases',
1011
'comm-central',
1112
'comm-esr115',
1213
'comm-esr128',
14+
'comm-esr140',
1315
'comm-releases',
1416
'fenix',
1517
];

0 commit comments

Comments
 (0)