Bug 1614581 - No longer fetch mozilla-inbound for related graphs url

This commit is contained in:
Kimberly Sereduck 2020-02-19 02:17:59 -07:00 коммит произвёл GitHub
Родитель fff9ab79ea
Коммит 7f3d89bb47
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -8,7 +8,6 @@ import PerfSeriesModel, {
getSeriesName,
getTestName,
} from '../models/perfSeries';
import { thPerformanceBranches } from '../helpers/constants';
import RepositoryModel from '../models/repository';
import JobModel from '../models/job';
@ -392,10 +391,7 @@ export const getGraphsURL = (
// the otherwise rather useless signature hash to avoid having to fetch this
// information from the server)
if (phFrameworksWithRelatedBranches.includes(performanceFrameworkId)) {
const branches =
alertRepository === 'mozilla-beta'
? ['autoland']
: thPerformanceBranches.filter(branch => branch !== alertRepository);
const branches = alertRepository === 'mozilla-beta' ? ['autoland'] : [];
url += branches
.map(
branch =>