зеркало из https://github.com/mozilla/treeherder.git
Add more branches for the Servo repository (#4249)
This commit is contained in:
Родитель
181bb1a703
Коммит
e9111b0629
|
@ -949,13 +949,13 @@
|
|||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "git",
|
||||
"name": "servo",
|
||||
"name": "servo-master",
|
||||
"url": "https://github.com/servo/servo",
|
||||
"branch": "master",
|
||||
"active_status": "active",
|
||||
"codebase": "servo",
|
||||
"repository_group": 7,
|
||||
"description": "The Servo Parallel Browser Engine.",
|
||||
"repository_group": 10,
|
||||
"description": "The Servo Parallel Browser Engine − master",
|
||||
"expire_performance_data": false
|
||||
}
|
||||
},
|
||||
|
@ -1272,5 +1272,35 @@
|
|||
"repository_group": 9,
|
||||
"description": "Administrative configuration for Firefox CI"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 99,
|
||||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "git",
|
||||
"name": "servo-try",
|
||||
"url": "https://github.com/servo/servo",
|
||||
"branch": "try",
|
||||
"active_status": "active",
|
||||
"codebase": "servo",
|
||||
"repository_group": 10,
|
||||
"description": "The Servo Parallel Browser Engine − try",
|
||||
"expire_performance_data": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 100,
|
||||
"model": "model.repository",
|
||||
"fields": {
|
||||
"dvcs_type": "git",
|
||||
"name": "servo-auto",
|
||||
"url": "https://github.com/servo/servo",
|
||||
"branch": "auto",
|
||||
"active_status": "active",
|
||||
"codebase": "servo",
|
||||
"repository_group": 10,
|
||||
"description": "The Servo Parallel Browser Engine − auto: testing PRs after review and before merging to master.",
|
||||
"expire_performance_data": false
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -70,5 +70,13 @@
|
|||
"name": "ci-admin",
|
||||
"description": "Administration of Firefox CI"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pk": 10,
|
||||
"model": "model.repositorygroup",
|
||||
"fields": {
|
||||
"name": "servo",
|
||||
"description": "Branches of github.com/servo/servo"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -10,6 +10,7 @@ const GROUP_ORDER = [
|
|||
'comm-repositories',
|
||||
'qa automation tests',
|
||||
'ci-admin',
|
||||
'servo',
|
||||
'other',
|
||||
];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче