Skip to content

Commit

Permalink
Bug 1861474 - Add comm-release to Treeherder.
Browse files Browse the repository at this point in the history
For Thunderbird monthly releases.
  • Loading branch information
jfx2006 authored and Archaeopteryx committed Oct 26, 2023
1 parent 31fd997 commit 47f5604
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions treeherder/model/fixtures/repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -1903,5 +1903,19 @@
"repository_group": 11,
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
},
{
"pk": 135,
"model": "model.repository",
"fields": {
"dvcs_type": "hg",
"name": "comm-release",
"url": "https://hg.mozilla.org/releases/comm-release",
"active_status": "active",
"codebase": "comm",
"repository_group": 8,
"description": "",
"tc_root_url": "https://firefox-ci-tc.services.mozilla.com"
}
}
]
4 changes: 2 additions & 2 deletions treeherder/webapp/api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# queries are faster when filtering a range by id rather than name
# trunk: mozilla-central, autoland
# firefox-releases: mozilla-beta, mozilla-release
# comm-releases: comm-beta
# comm-releases: comm-beta, comm-release
REPO_GROUPS = {
'trunk': [1, 2, 77],
'firefox-releases': [6, 7],
'comm-releases': [38],
'comm-releases': [38, 135],
}


Expand Down

0 comments on commit 47f5604

Please sign in to comment.