зеркало из https://github.com/mozilla/bugbug.git
24 строки
667 B
YAML
24 строки
667 B
YAML
version: 1
|
|
tasks:
|
|
- ID: check-component
|
|
created: {$fromNow: ''}
|
|
deadline: {$fromNow: '12 hours'}
|
|
expires: {$fromNow: '1 week'}
|
|
provisionerId: proj-relman
|
|
workerType: batch
|
|
payload:
|
|
maxRunTime: 43200
|
|
image: mozilla/bugbug-base
|
|
command:
|
|
- bugbug-check
|
|
- component
|
|
|
|
routes:
|
|
- notify.email.release-mgmt-analysis@mozilla.com.on-failed
|
|
- notify.irc-channel.#bugbug.on-failed
|
|
metadata:
|
|
name: bugbug check component
|
|
description: bugbug check component
|
|
owner: release-mgmt-analysis@mozilla.com
|
|
source: https://github.com/mozilla/bugbug/raw/master/infra/check-pipeline.yml
|