mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
29 lines
562 B
YAML
29 lines
562 B
YAML
$inherits:
|
|
from: 'tasks/builds/linux64_clobber.yml'
|
|
variables:
|
|
build_name: 'linux64'
|
|
build_type: 'dbg'
|
|
task:
|
|
metadata:
|
|
name: '[TC] Linux64 Dbg'
|
|
description: 'Linux64 Dbg'
|
|
|
|
routes:
|
|
- 'index.buildbot.branches.{{project}}.linux64'
|
|
- 'index.buildbot.revisions.{{head_rev}}.{{project}}.linux64'
|
|
|
|
workerType: dbg-linux64
|
|
|
|
payload:
|
|
env:
|
|
MH_CUSTOM_BUILD_VARIANT_CFG: 'debug'
|
|
|
|
extra:
|
|
treeherder:
|
|
groupSymbol: tc
|
|
groupName: Submitted by taskcluster
|
|
symbol: B
|
|
collection:
|
|
debug: true
|
|
|