tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a426cc77c7d848b893692c37b345fb84b7f9d2bb
parent e4aeb6a4de68672ae8d7f6178654104b7b91d566
Author: KS <kshampur@mozilla.com>
Date:   Wed,  1 Oct 2025 13:31:55 +0000

Bug 1976130 - Reduce MacOS CaR builds wall time now that we have m4 builders. r=perftest-reviewers,afinder

Since switching the m2 builders with m4, chromium-as-release build times
have gone down considerably (10-12 hours down to ~3 hours).
There is no need to keep such a high wall time anymore so this patch
reduces it. If this lower limit is reached, that would be good to know
for quicker investigations.

Differential Revision: https://phabricator.services.mozilla.com/D264127

Diffstat:
Mtaskcluster/kinds/toolchain/misc.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taskcluster/kinds/toolchain/misc.yml b/taskcluster/kinds/toolchain/misc.yml @@ -230,7 +230,7 @@ macosx-custom-car: symbol: TM(custom-car) tier: 2 worker: - max-run-time: 50000 + max-run-time: 15000 use-python: "3.11" run-on-projects: [] run: @@ -266,7 +266,7 @@ macosx-arm64-custom-car: symbol: TM(custom-car-arm) tier: 2 worker: - max-run-time: 50000 + max-run-time: 15000 use-python: "3.11" run-on-projects: [] run: