From bbf4157b54807a1eeebf3075554d09564c96231c Mon Sep 17 00:00:00 2001 From: Kash Shampur Date: Mon, 19 Jun 2023 13:20:01 +0000 Subject: [PATCH] Bug 1833417 - Add OSX Chromium-as-Release to cron. r=perftest-reviewers,taskgraph-reviewers,bhearsum,sparky This patch updates the CaR cron with OSX builds. Additionally, the time between building and running perftests is increased from 8 hours to 9 hours, just to provide a bit more of a buffer in case of failures and in particular for OSX builds which take quite long. Differential Revision: https://phabricator.services.mozilla.com/D180826 --- .cron.yml | 2 +- taskcluster/gecko_taskgraph/target_tasks.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.cron.yml b/.cron.yml index 11ca9c0072cb..b6fb32ee43fe 100644 --- a/.cron.yml +++ b/.cron.yml @@ -117,7 +117,7 @@ jobs: - mozilla-central when: by-project: - mozilla-central: [{hour: 18, minute: 30}] + mozilla-central: [{hour: 20, minute: 30}] # For more context on this job, see: # https://github.com/mozsearch/mozsearch-mozilla#how-searchfoxorg-stays-up-to-date diff --git a/taskcluster/gecko_taskgraph/target_tasks.py b/taskcluster/gecko_taskgraph/target_tasks.py index b09d8bbfbf29..62dcdb58ba1a 100644 --- a/taskcluster/gecko_taskgraph/target_tasks.py +++ b/taskcluster/gecko_taskgraph/target_tasks.py @@ -1074,6 +1074,7 @@ def target_tasks_chromium_update(full_task_graph, parameters, graph_config): "fetch-mac-chromium", "toolchain-linux64-custom-car", "toolchain-win64-custom-car", + "toolchain-macosx64-custom-car", ]