зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1761760 - run 'Bugzilla' task for backstop pushes on autoland and as tier 1. r=jmaher DONTBUILD
See bug 1761441. The 'Bugzilla' task generates artifacts containing meta information about files like a mapping of source files to bugzilla components. It ran on mozilla-central which had the disadvantage that failures only got detected after a merge of autoland to mozilla-central. This also broke searchfox indexing. The tier gets changed from 2 to 1 to get issues resolved by backout. Differential Revision: https://phabricator.services.mozilla.com/D142210
This commit is contained in:
Родитель
f974eb5d15
Коммит
484526bb78
|
@ -22,18 +22,15 @@ bugzilla-components:
|
|||
description: Generate metadata about source files and Bugzilla
|
||||
treeherder:
|
||||
symbol: Bugzilla
|
||||
tier: 2
|
||||
tier: 1
|
||||
index:
|
||||
product: source
|
||||
job-name: source-bugzilla-info
|
||||
run:
|
||||
mach: file-info bugzilla-automation /builds/worker/artifacts
|
||||
worker:
|
||||
max-run-time: 2700
|
||||
run-on-projects: ['mozilla-central']
|
||||
when:
|
||||
files-changed:
|
||||
- "**"
|
||||
max-run-time: 1800
|
||||
run-on-projects: ['autoland', 'mozilla-central']
|
||||
|
||||
test-info-xorigin:
|
||||
description: Generate test manifest metadata for tests disabled on cross-origin
|
||||
|
|
Загрузка…
Ссылка в новой задаче