зеркало из https://github.com/mozilla/treeherder.git
Adjust single tracking bug filing to include other suites (#7425)
This commit is contained in:
Родитель
ff143914a5
Коммит
e255838307
|
@ -158,7 +158,11 @@ export class BugFilerClass extends React.Component {
|
|||
checkedLogLinks.set('Reftest URL', reftestUrl);
|
||||
}
|
||||
|
||||
if (jobGroupName === 'Xpcshell tests') {
|
||||
const jg = jobGroupName.toLowerCase();
|
||||
if (
|
||||
jg.includes('xpcshell') ||
|
||||
jg.includes('mochitests without e10s or fission') // chrome, a11y, gpu-c
|
||||
) {
|
||||
const isTimeout = [/timeout/i, /timed out/].some((regexp) =>
|
||||
regexp.test(summaryString),
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче