summaryrefslogtreecommitdiffstats
path: root/comm/taskcluster/ci/build/windows.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/taskcluster/ci/build/windows.yml
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/taskcluster/ci/build/windows.yml')
-rw-r--r--comm/taskcluster/ci/build/windows.yml536
1 files changed, 536 insertions, 0 deletions
diff --git a/comm/taskcluster/ci/build/windows.yml b/comm/taskcluster/ci/build/windows.yml
new file mode 100644
index 0000000000..6592ccd4aa
--- /dev/null
+++ b/comm/taskcluster/ci/build/windows.yml
@@ -0,0 +1,536 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+---
+job-defaults:
+ run:
+ using: mozharness
+ comm-checkout: true
+ config-paths:
+ - comm/testing/mozharness/configs
+
+win32/opt:
+ description: "Win32 Opt (Cross)"
+ index:
+ product: thunderbird
+ job-name: win32-opt
+ attributes:
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ treeherder:
+ platform: windows2012-32/opt
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ extra-config:
+ stage_platform: win32
+ mozconfig_platform: win32
+ use-sccache: true
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win32-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win32-shippable/opt:
+ description: "Win32 Opt Shippable"
+ index:
+ product: thunderbird
+ job-name: win32-opt
+ type: shippable
+ attributes:
+ shippable: true
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ shipping-phase: build
+ shipping-product: thunderbird
+ treeherder:
+ platform: windows2012-32-shippable/opt
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ - taskcluster_nightly.py
+ extra-config:
+ stage_platform: win32
+ mozconfig_platform: win32
+ run-on-projects: ['release']
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win32-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win32/debug:
+ description: "Win32 Debug (Cross)"
+ index:
+ product: thunderbird
+ job-name: win32-debug
+ attributes:
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ treeherder:
+ platform: windows2012-32/debug
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ - builds/taskcluster_sub_win32/debug.py
+ mozconfig-variant: debug
+ extra-config:
+ mozconfig_platform: win32
+ use-sccache: true
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win32-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win64/opt:
+ description: "Win64 Opt (Cross)"
+ index:
+ product: thunderbird
+ job-name: win64-opt
+ attributes:
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ treeherder:
+ platform: windows2012-64/opt
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ extra-config:
+ stage_platform: win64
+ mozconfig_platform: win64
+ use-sccache: true
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win64-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win64-shippable/opt:
+ description: "Win64 Opt Shippable"
+ index:
+ product: thunderbird
+ job-name: win64-opt
+ type: shippable
+ attributes:
+ shippable: true
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ shipping-phase: build
+ shipping-product: thunderbird
+ treeherder:
+ platform: windows2012-64-shippable/opt
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ - taskcluster_nightly.py
+ extra-config:
+ stage_platform: win64
+ mozconfig_platform: win64
+ run-on-projects: ['release']
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win64-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win64/debug:
+ description: "Win64 Debug (Cross)"
+ index:
+ product: thunderbird
+ job-name: win64-debug
+ attributes:
+ enable-build-signing: true
+ enable-full-crashsymbols: true
+ treeherder:
+ platform: windows2012-64/debug
+ symbol: B
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: cross
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ - builds/taskcluster_sub_win64/debug.py
+ mozconfig-variant: debug
+ extra-config:
+ mozconfig_platform: win64
+ use-sccache: true
+ optimization:
+ skip-suite-only: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win64-libotr
+ - vs
+ fetch:
+ - upx-3.95-win
+
+
+win64-plain/debug:
+ description: "Win64 Debug Plain"
+ index:
+ product: thunderbird
+ job-name: win64-plain-debug
+ treeherder:
+ platform: windows2012-64/debug
+ symbol: Bp
+ tier: 2
+ worker-type: b-win2012
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: plain
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/taskcluster_base_windows.py
+ - builds/taskcluster_base_win64.py
+ extra-config:
+ disable_package_metrics: true
+ stage_platform: win64
+ mozconfig-variant: plain-debug
+ run-on-projects: ['comm-central']
+ optimization:
+ skip-unless-backstop-no-suite: null
+ fetches:
+ toolchain:
+ - nsis
+ - sysroot-wasm32-wasi
+ - win64-cbindgen
+ - win64-clang
+ - win64-dump_syms
+ - win64-libotr
+ - win64-mozmake
+ - win64-node
+ - win64-nasm
+ - win64-rust
+ - vs
+ - win64-winchecksec
+
+win64-plain/opt:
+ description: "Win64 Opt Plain"
+ index:
+ product: thunderbird
+ job-name: win64-plain-opt
+ treeherder:
+ platform: windows2012-64/opt
+ symbol: Bp
+ tier: 2
+ worker-type: b-win2012
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: plain
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/taskcluster_base_windows.py
+ - builds/taskcluster_base_win64.py
+ extra-config:
+ disable_package_metrics: true
+ stage_platform: win64
+ mozconfig-variant: plain-opt
+ run-on-projects: ['comm-central']
+ optimization:
+ skip-unless-backstop-no-suite: null
+ fetches:
+ toolchain:
+ - nsis
+ - sysroot-wasm32-wasi
+ - win64-cbindgen
+ - win64-clang
+ - win64-dump_syms
+ - win64-libotr
+ - win64-mozmake
+ - win64-node
+ - win64-nasm
+ - win64-rust
+ - vs
+ - win64-winchecksec
+
+win64-asan/opt:
+ description: "Win64 Opt ASAN"
+ index:
+ product: thunderbird
+ job-name: win64-asan-opt
+ treeherder:
+ platform: windows2012-64/asan
+ symbol: Bo
+ tier: 1
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: "opt asan"
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ extra-config:
+ stage_platform: win64-asan
+ mozconfig_platform: win64
+ mozconfig-variant: nightly-asan
+ run-on-projects: ['comm-central']
+ use-sccache: true
+ optimization:
+ skip-unless-backstop-no-suite: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win64-libotr
+ - win64-llvm-symbolizer
+ - vs
+ fetch:
+ - upx-3.95-win
+
+win64-asan-reporter-shippable/opt:
+ description: "Win64 Opt ASAN Reporter (Shippable)"
+ attributes:
+ shippable: true
+ shipping-product:
+ by-release-type:
+ nightly: thunderbird
+ default: null
+ index:
+ product: thunderbird
+ job-name: win64-asan-reporter-opt
+ type: shippable
+ treeherder:
+ platform: win64-asan-reporter/opt
+ symbol: BoR
+ worker-type: b-linux-gcp
+ worker:
+ max-run-time: 7200
+ env:
+ PERFHERDER_EXTRA_OPTIONS: "asan-reporter"
+ MOZ_AUTOMATION_PACKAGE_TESTS: "1"
+ run:
+ actions: [build]
+ options: [append-env-variables-from-configs]
+ script: mozharness/scripts/fx_desktop_build.py
+ config:
+ - builds/taskcluster_base_thunderbird.py
+ - builds/releng_base_linux_64_builds.py
+ - builds/taskcluster_sub_win64/asan_reporter_opt.py
+ - taskcluster_nightly.py
+ extra-config:
+ stage_platform: win64-asan-reporter
+ mozconfig_platform: win64
+ mozconfig-variant: nightly-asan-reporter
+ mar-channel-id:
+ thunderbird-comm-central-asan
+ accepted-mar-channel-ids:
+ thunderbird-comm-central-asan
+ run-on-projects: ['comm-central']
+ optimization:
+ skip-unless-backstop-no-suite: null
+ fetches:
+ toolchain:
+ - linux64-binutils
+ - linux64-cbindgen
+ - linux64-clang
+ - linux64-dump_syms
+ - linux64-nasm
+ - linux64-node
+ - linux64-rust-cross
+ - linux64-rust-size
+ - linux64-sccache
+ - linux64-winchecksec
+ - linux64-wine
+ - nsis
+ - sysroot-wasm32-wasi
+ - sysroot-x86_64-linux-gnu
+ - win64-libotr
+ - win64-llvm-symbolizer
+ - vs
+ fetch:
+ - upx-3.95-win