зеркало из https://github.com/mozilla/treeherder.git
Bug 1552250 - Make autoland the default repo (#5051)
Most landings these days are going to autoland rather than mozilla-inbound, so lets default to showing autoland if no repo is specified.
This commit is contained in:
Родитель
b1d9d3eb09
Коммит
15c2d1973d
|
@ -10,7 +10,7 @@ import jobListFixtureOne from '../../mock/job_list/job_1';
|
|||
import jobListFixtureTwo from '../../mock/job_list/job_2';
|
||||
|
||||
describe('Pushes context', () => {
|
||||
const repoName = 'mozilla-inbound';
|
||||
const repoName = 'autoland';
|
||||
|
||||
beforeEach(() => {
|
||||
fetchMock.mock(
|
||||
|
|
|
@ -175,7 +175,7 @@ export const thFavicons = {
|
|||
unavailable: treeFavicon,
|
||||
};
|
||||
|
||||
export const thDefaultRepo = 'mozilla-inbound';
|
||||
export const thDefaultRepo = 'autoland';
|
||||
|
||||
export const thJobNavSelectors = {
|
||||
ALL_JOBS: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче