зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1418141: Combine taskcluster win64 mozharness configs. r=jlund
MozReview-Commit-ID: 5KOzNMqn4m8 --HG-- extra : rebase_source : 088fe065344c729bbb3b022b8b624bc53bc50538
This commit is contained in:
Родитель
9ad773a916
Коммит
954514e67c
|
@ -124,10 +124,12 @@ win64/debug:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_debug.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/debug.py
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
- win64-rust
|
- win64-rust
|
||||||
|
@ -149,10 +151,12 @@ win64/opt:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/opt.py
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
- win64-rust
|
- win64-rust
|
||||||
|
@ -174,10 +178,12 @@ win64-dmd/opt:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/opt.py
|
||||||
custom-build-variant-cfg: dmd
|
custom-build-variant-cfg: dmd
|
||||||
run-on-projects: []
|
run-on-projects: []
|
||||||
toolchains:
|
toolchains:
|
||||||
|
@ -238,10 +244,12 @@ win64-nightly/opt:
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
actions: [clone-tools, build, check-test, update]
|
actions: [clone-tools, build, check-test, update]
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/opt.py
|
||||||
- disable_signing.py
|
- disable_signing.py
|
||||||
- taskcluster_nightly.py
|
- taskcluster_nightly.py
|
||||||
toolchains:
|
toolchains:
|
||||||
|
@ -265,11 +273,12 @@ win64/pgo:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
options: [enable-pgo]
|
options: [enable-pgo, append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/opt.py
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
- win64-rust
|
- win64-rust
|
||||||
|
@ -320,10 +329,12 @@ win64-add-on-devel/opt:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: "mozharness/scripts/fx_desktop_build.py"
|
script: "mozharness/scripts/fx_desktop_build.py"
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_addondevel.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/addondevel.py
|
||||||
- balrog/production.py
|
- balrog/production.py
|
||||||
run-on-projects: ['mozilla-beta', 'mozilla-release', 'mozilla-esr45']
|
run-on-projects: ['mozilla-beta', 'mozilla-release', 'mozilla-esr45']
|
||||||
toolchains:
|
toolchains:
|
||||||
|
@ -347,10 +358,12 @@ win64-noopt/debug:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_noopt_debug.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/noopt_debug.py
|
||||||
run-on-projects: ['trunk', 'try']
|
run-on-projects: ['trunk', 'try']
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
|
@ -429,10 +442,12 @@ win64-rusttests/opt:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_rusttests_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/rusttests_opt.py
|
||||||
run-on-projects: ['trunk', 'try']
|
run-on-projects: ['trunk', 'try']
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
|
@ -455,10 +470,12 @@ win64-ccov/debug:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_ccov_debug.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/ccov_debug.py
|
||||||
run-on-projects: []
|
run-on-projects: []
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
|
@ -482,10 +499,12 @@ win64-asan/debug:
|
||||||
PERFHERDER_EXTRA_OPTIONS: "debug asan"
|
PERFHERDER_EXTRA_OPTIONS: "debug asan"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_asan_debug.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/asan_debug.py
|
||||||
run-on-projects: []
|
run-on-projects: []
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
|
@ -509,10 +528,12 @@ win64-asan/opt:
|
||||||
PERFHERDER_EXTRA_OPTIONS: "opt asan"
|
PERFHERDER_EXTRA_OPTIONS: "opt asan"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_asan_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/asan_opt.py
|
||||||
run-on-projects: []
|
run-on-projects: []
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
|
@ -572,10 +593,12 @@ win64-devedition-nightly/opt:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_windows_64_opt.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/opt.py
|
||||||
- disable_signing.py
|
- disable_signing.py
|
||||||
- taskcluster_nightly.py
|
- taskcluster_nightly.py
|
||||||
custom-build-variant-cfg: devedition
|
custom-build-variant-cfg: devedition
|
||||||
|
|
|
@ -146,10 +146,12 @@ jobs:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_clang_debug.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/clang_debug.py
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
- win64-rust
|
- win64-rust
|
||||||
|
@ -171,10 +173,12 @@ jobs:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/win64/releng.manifest"
|
||||||
run:
|
run:
|
||||||
using: mozharness
|
using: mozharness
|
||||||
|
options: [append-env-variables-from-configs]
|
||||||
script: mozharness/scripts/fx_desktop_build.py
|
script: mozharness/scripts/fx_desktop_build.py
|
||||||
config:
|
config:
|
||||||
- builds/releng_base_firefox.py
|
- builds/releng_base_firefox.py
|
||||||
- builds/taskcluster_firefox_win64_clang.py
|
- builds/taskcluster_base_win64.py
|
||||||
|
- builds/taskcluster_sub_win64/clang.py
|
||||||
toolchains:
|
toolchains:
|
||||||
- win64-clang-cl
|
- win64-clang-cl
|
||||||
- win64-rust
|
- win64-rust
|
||||||
|
|
|
@ -2,25 +2,10 @@ import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
'default_actions': [
|
||||||
'clone-tools',
|
'clone-tools',
|
||||||
'build',
|
'build',
|
||||||
'check-test',
|
'check-test',
|
||||||
'update',
|
|
||||||
],
|
],
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
# decides whether we want to use moz_sign_cmd in env
|
||||||
|
@ -33,14 +18,11 @@ config = {
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
'tooltool_bootstrap': 'setup.sh',
|
||||||
'enable_count_ctors': False,
|
'enable_count_ctors': False,
|
||||||
'max_build_output_timeout': 60 * 80,
|
'max_build_output_timeout': 60 * 80,
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
###### 64 bit specific ######
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
||||||
'platform': 'win64',
|
'platform': 'win64',
|
||||||
'stage_platform': 'win64',
|
|
||||||
'publish_nightly_en_US_routes': True,
|
'publish_nightly_en_US_routes': True,
|
||||||
'env': {
|
'env': {
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
||||||
|
@ -61,6 +43,4 @@ config = {
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
||||||
},
|
},
|
||||||
'mozconfig_platform': 'win64',
|
'mozconfig_platform': 'win64',
|
||||||
'mozconfig_variant': 'nightly',
|
|
||||||
#########################################################################
|
|
||||||
}
|
}
|
|
@ -1,67 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-asan-debug',
|
|
||||||
'debug_build': True,
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': '/c/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'debug-asan',
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,65 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-asan',
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': '/c/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': '/c/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'nightly-asan',
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,76 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'exes': {
|
|
||||||
'virtualenv': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(
|
|
||||||
os.getcwd(), 'build', 'src', 'third_party', 'python', 'virtualenv', 'virtualenv.py'
|
|
||||||
)
|
|
||||||
],
|
|
||||||
},
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-ccov',
|
|
||||||
'debug_build': True,
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'code-coverage',
|
|
||||||
'artifact_flag_build_variant_in_try': None,
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,67 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
'perfherder_extra_options': ['static-analysis'],
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-st-an',
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'clang',
|
|
||||||
'artifact_flag_build_variant_in_try': None,
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,69 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
'perfherder_extra_options': ['static-analysis'],
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-st-an-debug',
|
|
||||||
'debug_build': True,
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'clang-debug',
|
|
||||||
'artifact_flag_build_variant_in_try': None,
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,68 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-noopt-debug',
|
|
||||||
'debug_build': True,
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'noopt-debug',
|
|
||||||
'artifact_flag_build_variant_in_try': None,
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,67 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-rusttests',
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'rusttests',
|
|
||||||
'artifact_flag_build_variant_in_try': None,
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,66 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_addonsdevel
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': False,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT 6.1 x86-64 add-on-devel %(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-add-on-devel',
|
|
||||||
'publish_nightly_en_US_routes': False,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': '64',
|
|
||||||
'mozconfig_variant': 'add-on-devel',
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -1,67 +0,0 @@
|
||||||
import os
|
|
||||||
import sys
|
|
||||||
|
|
||||||
config = {
|
|
||||||
#########################################################################
|
|
||||||
######## WINDOWS GENERIC CONFIG KEYS/VAlUES
|
|
||||||
# if you are updating this with custom 64 bit keys/values please add them
|
|
||||||
# below under the '64 bit specific' code block otherwise, update in this
|
|
||||||
# code block and also make sure this is synced between:
|
|
||||||
# - taskcluster_firefox_win32_debug
|
|
||||||
# - taskcluster_firefox_win32_opt
|
|
||||||
# - taskcluster_firefox_win64_debug
|
|
||||||
# - taskcluster_firefox_win64_opt
|
|
||||||
# - taskcluster_firefox_win32_clang
|
|
||||||
# - taskcluster_firefox_win32_clang_debug
|
|
||||||
# - taskcluster_firefox_win64_clang
|
|
||||||
# - taskcluster_firefox_win64_clang_debug
|
|
||||||
|
|
||||||
'default_actions': [
|
|
||||||
'clone-tools',
|
|
||||||
'build',
|
|
||||||
'check-test',
|
|
||||||
],
|
|
||||||
'app_ini_path': '%(obj_dir)s/dist/bin/application.ini',
|
|
||||||
# decides whether we want to use moz_sign_cmd in env
|
|
||||||
'enable_signing': True,
|
|
||||||
'vcs_share_base': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'tooltool_script': [
|
|
||||||
sys.executable,
|
|
||||||
os.path.join(os.environ['MOZILLABUILD'], 'tooltool.py')
|
|
||||||
],
|
|
||||||
'tooltool_bootstrap': 'setup.sh',
|
|
||||||
'enable_count_ctors': False,
|
|
||||||
'max_build_output_timeout': 60 * 80,
|
|
||||||
#########################################################################
|
|
||||||
|
|
||||||
|
|
||||||
#########################################################################
|
|
||||||
###### 64 bit specific ######
|
|
||||||
'base_name': 'WINNT_6.1_x86-64_%(branch)s',
|
|
||||||
'platform': 'win64',
|
|
||||||
'stage_platform': 'win64-debug',
|
|
||||||
'debug_build': True,
|
|
||||||
'publish_nightly_en_US_routes': True,
|
|
||||||
'env': {
|
|
||||||
'HG_SHARE_BASE_DIR': os.path.join('y:', os.sep, 'hg-shared'),
|
|
||||||
'MOZ_CRASHREPORTER_NO_REPORT': '1',
|
|
||||||
'MOZ_OBJDIR': '%(abs_obj_dir)s',
|
|
||||||
'PDBSTR_PATH': 'C:/Program Files (x86)/Windows Kits/10/Debuggers/x64/srcsrv/pdbstr.exe',
|
|
||||||
'TINDERBOX_OUTPUT': '1',
|
|
||||||
'TOOLTOOL_CACHE': 'c:/builds/tooltool_cache',
|
|
||||||
'TOOLTOOL_HOME': '/c/builds',
|
|
||||||
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
|
||||||
'MSYSTEM': 'MINGW32',
|
|
||||||
},
|
|
||||||
'upload_env': {
|
|
||||||
'UPLOAD_HOST': 'localhost',
|
|
||||||
'UPLOAD_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
"check_test_env": {
|
|
||||||
'MINIDUMP_STACKWALK': '%(abs_tools_dir)s\\breakpad\\win64\\minidump_stackwalk.exe',
|
|
||||||
'MINIDUMP_SAVE_PATH': os.path.join(os.getcwd(), 'public', 'build'),
|
|
||||||
},
|
|
||||||
'mozconfig_platform': 'win64',
|
|
||||||
'mozconfig_variant': 'debug',
|
|
||||||
#########################################################################
|
|
||||||
}
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
config = {
|
||||||
|
'enable_signing': False,
|
||||||
|
'base_name': 'WINNT 6.1 x86-64 add-on-devel %(branch)s',
|
||||||
|
'stage_platform': 'win64-add-on-devel',
|
||||||
|
'publish_nightly_en_US_routes': False,
|
||||||
|
'mozconfig_variant': 'add-on-devel',
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-asan-debug',
|
||||||
|
'debug_build': True,
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'debug-asan',
|
||||||
|
}
|
|
@ -0,0 +1,4 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-asan',
|
||||||
|
'mozconfig_variant': 'nightly-asan',
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-ccov',
|
||||||
|
'debug_build': True,
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'code-coverage',
|
||||||
|
'artifact_flag_build_variant_in_try': None,
|
||||||
|
}
|
|
@ -0,0 +1,6 @@
|
||||||
|
config = {
|
||||||
|
'perfherder_extra_options': ['static-analysis'],
|
||||||
|
'stage_platform': 'win64-st-an',
|
||||||
|
'mozconfig_variant': 'clang',
|
||||||
|
'artifact_flag_build_variant_in_try': None,
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
config = {
|
||||||
|
'perfherder_extra_options': ['static-analysis'],
|
||||||
|
'stage_platform': 'win64-st-an-debug',
|
||||||
|
'debug_build': True,
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'clang-debug',
|
||||||
|
'artifact_flag_build_variant_in_try': None,
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-debug',
|
||||||
|
'debug_build': True,
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'debug',
|
||||||
|
}
|
|
@ -0,0 +1,9 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-noopt-debug',
|
||||||
|
'debug_build': True,
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'noopt-debug',
|
||||||
|
'artifact_flag_build_variant_in_try': None,
|
||||||
|
}
|
|
@ -0,0 +1,10 @@
|
||||||
|
config = {
|
||||||
|
'default_actions': [
|
||||||
|
'clone-tools',
|
||||||
|
'build',
|
||||||
|
'check-test',
|
||||||
|
'update',
|
||||||
|
],
|
||||||
|
'stage_platform': 'win64',
|
||||||
|
'mozconfig_variant': 'nightly',
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
config = {
|
||||||
|
'stage_platform': 'win64-rusttests',
|
||||||
|
'env': {
|
||||||
|
'XPCOM_DEBUG_BREAK': 'stack-and-abort',
|
||||||
|
},
|
||||||
|
'mozconfig_variant': 'rusttests',
|
||||||
|
'artifact_flag_build_variant_in_try': None,
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче