bug 1423081 - add shipping-{phase,product} to builds. r=callek

also add devedition and the missing linux{,64} balrog_props.json (by
defining taskcluster_nightly configs for devedition).

MozReview-Commit-ID: 3MAYjSL20FV

--HG--
extra : rebase_source : 45c7d6e63c18f77d9434cebeb65d05608f7d2508
extra : histedit_source : 13b4d908a02571f6c8506fe27de2edfe7342f424
This commit is contained in:
Aki Sasaki 2017-12-05 19:36:54 -08:00
Родитель 3c0052131d
Коммит 2ca28e43f7
4 изменённых файлов: 28 добавлений и 0 удалений

Просмотреть файл

@ -101,6 +101,8 @@ android-x86-nightly/opt:
description: "Android 4.2 x86 Nightly"
attributes:
nightly: true
shipping-phase: promote
shipping-product: fennec
index:
product: mobile
job-name: android-x86-opt
@ -204,6 +206,8 @@ android-api-16-nightly/opt:
description: "Android 4.0 api-16+ Nightly"
attributes:
nightly: true
shipping-phase: promote
shipping-product: fennec
index:
product: mobile
job-name: android-api-16-opt
@ -558,6 +562,8 @@ android-aarch64-nightly/opt:
description: "Android 5.0 AArch64 Nightly"
attributes:
nightly: true
shipping-phase: promote
shipping-product: fennec
index:
product: mobile
job-name: android-aarch64-opt

Просмотреть файл

@ -158,6 +158,8 @@ linux64-devedition-nightly/opt:
description: "Linux64 devedition Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: devedition
index:
product: devedition
job-name: linux64-opt
@ -178,6 +180,7 @@ linux64-devedition-nightly/opt:
- builds/releng_base_linux_64_builds.py
- disable_signing.py
- balrog/production.py
- taskcluster_nightly.py
script: "mozharness/scripts/fx_desktop_build.py"
secrets: true
tooltool-downloads: public
@ -417,6 +420,8 @@ linux-devedition-nightly/opt:
description: "Linux32 devedition Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: devedition
index:
product: devedition
job-name: linux-opt
@ -437,6 +442,7 @@ linux-devedition-nightly/opt:
- builds/releng_base_linux_32_builds.py
- disable_signing.py
- balrog/production.py
- taskcluster_nightly.py
script: "mozharness/scripts/fx_desktop_build.py"
secrets: true
tooltool-downloads: public
@ -453,6 +459,8 @@ linux-nightly/opt:
description: "Linux32 Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: firefox
index:
product: firefox
job-name: linux-opt
@ -617,6 +625,8 @@ linux64-nightly/opt:
description: "Linux64 Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: firefox
index:
product: firefox
job-name: linux64-opt

Просмотреть файл

@ -98,6 +98,8 @@ macosx64-devedition-nightly/opt:
description: "MacOS X Dev Edition x64 Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: devedition
index:
product: devedition
job-name: macosx64-opt
@ -206,6 +208,8 @@ macosx64-nightly/opt:
description: "MacOS X x64 Cross-compile Nightly"
attributes:
nightly: true
shipping-phase: build
shipping-product: firefox
index:
product: firefox
job-name: macosx64-opt

Просмотреть файл

@ -206,6 +206,8 @@ win32-nightly/opt:
type: nightly
attributes:
nightly: true
shipping-phase: build
shipping-product: firefox
treeherder:
platform: windows2012-32/opt
symbol: tc(N)
@ -240,6 +242,8 @@ win64-nightly/opt:
type: nightly
attributes:
nightly: true
shipping-phase: build
shipping-product: firefox
treeherder:
platform: windows2012-64/opt
symbol: tc(N)
@ -567,6 +571,8 @@ win32-devedition-nightly/opt:
type: nightly
attributes:
nightly: true
shipping-phase: build
shipping-product: devedition
treeherder:
platform: windows2012-32-devedition/opt
symbol: tc(N)
@ -602,6 +608,8 @@ win64-devedition-nightly/opt:
type: nightly
attributes:
nightly: true
shipping-phase: build
shipping-product: devedition
treeherder:
platform: windows2012-64-devedition/opt
symbol: tc(N)