mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
122 lines
3.1 KiB
YAML
122 lines
3.1 KiB
YAML
win32/debug:
|
|
description: "Win32 Debug"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win32-debug
|
|
treeherder:
|
|
platform: windows2012-32/debug
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 7200
|
|
run:
|
|
using: mozharness
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win32_debug.py
|
|
|
|
win32/opt:
|
|
description: "Win32 Opt"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win32-opt
|
|
treeherder:
|
|
platform: windows2012-32/opt
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 7200
|
|
run:
|
|
using: mozharness
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win32_opt.py
|
|
|
|
win32/pgo:
|
|
description: "Win32 Opt PGO"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win32-pgo
|
|
treeherder:
|
|
platform: windows2012-32/pgo
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 9000
|
|
run:
|
|
using: mozharness
|
|
options: [enable-pgo]
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win32_opt.py
|
|
|
|
win64/debug:
|
|
description: "Win64 Debug"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win64-debug
|
|
treeherder:
|
|
platform: windows2012-64/debug
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 7200
|
|
run:
|
|
using: mozharness
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win64_debug.py
|
|
|
|
win64/opt:
|
|
description: "Win64 Opt"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win64-opt
|
|
treeherder:
|
|
platform: windows2012-64/opt
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 7200
|
|
run:
|
|
using: mozharness
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win64_opt.py
|
|
|
|
win64/pgo:
|
|
description: "Win64 Opt PGO"
|
|
index:
|
|
product: firefox
|
|
job-name:
|
|
gecko-v2: win64-pgo
|
|
treeherder:
|
|
platform: windows2012-64/pgo
|
|
symbol: tc(B)
|
|
tier: 2
|
|
worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
|
|
worker:
|
|
implementation: generic-worker
|
|
max-run-time: 10800
|
|
run:
|
|
using: mozharness
|
|
options: [enable-pgo]
|
|
script: mozharness/scripts/fx_desktop_build.py
|
|
config:
|
|
- builds/taskcluster_firefox_win64_opt.py
|
|
|