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