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:
KWierso 2019-06-10 15:39:58 -07:00 коммит произвёл Cameron Dawson
Родитель b1d9d3eb09
Коммит 15c2d1973d
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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: {