2017-01-18 22:45:53 +03:00
|
|
|
# Definitions for jobs that run periodically. For details on the format, see
|
2020-07-08 21:41:17 +03:00
|
|
|
# `https://hg.mozilla.org/ci/ci-admin/file/default/build-decision/src/build_decision/cron/schema.yml`.
|
2020-07-07 19:04:00 +03:00
|
|
|
# For documentation, see `taskcluster/docs/cron.rst`.
|
2017-08-06 20:35:27 +03:00
|
|
|
---
|
|
|
|
|
2017-01-18 22:45:53 +03:00
|
|
|
jobs:
|
2019-11-29 18:10:42 +03:00
|
|
|
- name: daily-releases
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: RPd
|
|
|
|
target-tasks-method: daily_releases
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-beta
|
|
|
|
when:
|
|
|
|
by-project:
|
|
|
|
# No default
|
2019-12-10 22:18:31 +03:00
|
|
|
mozilla-beta:
|
2023-09-20 16:11:05 +03:00
|
|
|
- {weekday: 'Monday', hour: 13, minute: 0}
|
|
|
|
- {weekday: 'Wednesday', hour: 13, minute: 0}
|
|
|
|
- {weekday: 'Friday', hour: 13, minute: 0}
|
2019-11-29 18:10:42 +03:00
|
|
|
|
2017-01-18 22:45:53 +03:00
|
|
|
- name: nightly-desktop
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd
|
2017-07-27 19:23:41 +03:00
|
|
|
target-tasks-method: nightly_desktop
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-01-31 22:49:18 +03:00
|
|
|
run-on-projects:
|
2017-01-18 22:45:53 +03:00
|
|
|
- mozilla-central
|
2017-02-09 17:43:56 +03:00
|
|
|
when:
|
|
|
|
by-project:
|
2017-08-30 02:01:14 +03:00
|
|
|
mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
|
2017-08-06 20:35:27 +03:00
|
|
|
# No default
|
2017-01-18 22:45:53 +03:00
|
|
|
|
2017-07-27 19:23:41 +03:00
|
|
|
- name: nightly-desktop-linux
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd-Ln
|
|
|
|
target-tasks-method: nightly_linux
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-07-27 19:23:41 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
2017-08-06 20:35:27 +03:00
|
|
|
when: [] # never (hook only)
|
2017-07-27 19:23:41 +03:00
|
|
|
|
2017-04-18 16:36:27 +03:00
|
|
|
- name: nightly-desktop-osx
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd-OSX
|
|
|
|
target-tasks-method: nightly_macosx
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-04-18 16:36:27 +03:00
|
|
|
run-on-projects:
|
2017-06-21 19:49:05 +03:00
|
|
|
- mozilla-central
|
2017-08-06 20:35:27 +03:00
|
|
|
when: [] # never (hook only)
|
2017-04-18 16:36:27 +03:00
|
|
|
|
2017-08-09 04:04:18 +03:00
|
|
|
- name: nightly-desktop-win32
|
2017-05-01 20:43:46 +03:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2017-08-09 04:04:18 +03:00
|
|
|
treeherder-symbol: Nd-win32
|
|
|
|
target-tasks-method: nightly_win32
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-08-09 04:04:18 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
2017-08-06 20:35:27 +03:00
|
|
|
when: [] # never (hook only)
|
2017-08-09 04:04:18 +03:00
|
|
|
|
|
|
|
- name: nightly-desktop-win64
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd-win64
|
|
|
|
target-tasks-method: nightly_win64
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-05-01 20:43:46 +03:00
|
|
|
run-on-projects:
|
2017-07-25 22:58:16 +03:00
|
|
|
- mozilla-central
|
2017-08-06 20:35:27 +03:00
|
|
|
when: [] # never (hook only)
|
2017-05-01 20:43:46 +03:00
|
|
|
|
2018-12-18 00:17:39 +03:00
|
|
|
- name: nightly-desktop-win64-aarch64
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nd-win64-aarch64
|
|
|
|
target-tasks-method: nightly_win64_aarch64
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2018-12-18 00:17:39 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when: [] # never (hook only)
|
|
|
|
|
2019-07-11 11:32:17 +03:00
|
|
|
- name: ship-geckoview
|
2017-01-18 22:45:53 +03:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2019-07-11 11:32:17 +03:00
|
|
|
treeherder-symbol: ship_geckoview
|
|
|
|
target-tasks-method: ship_geckoview
|
2019-03-27 22:42:46 +03:00
|
|
|
include-push-tasks: true
|
2017-01-31 22:49:18 +03:00
|
|
|
run-on-projects:
|
2017-01-18 22:45:53 +03:00
|
|
|
- mozilla-central
|
2017-02-09 17:43:56 +03:00
|
|
|
when:
|
2017-08-06 20:35:27 +03:00
|
|
|
by-project:
|
2023-02-16 20:42:16 +03:00
|
|
|
mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}]
|
2017-01-18 22:45:53 +03:00
|
|
|
|
2019-09-27 18:51:46 +03:00
|
|
|
- name: general-perf-testing
|
2019-07-04 20:38:12 +03:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2019-09-27 18:51:46 +03:00
|
|
|
treeherder-symbol: gpt
|
|
|
|
target-tasks-method: general_perf_testing
|
2019-07-04 20:38:12 +03:00
|
|
|
include-push-tasks: true
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
2019-09-27 18:51:46 +03:00
|
|
|
- {weekday: 'Monday', hour: 10, minute: 30}
|
|
|
|
- {weekday: 'Wednesday', hour: 10, minute: 30}
|
|
|
|
- {weekday: 'Friday', hour: 10, minute: 30}
|
2019-07-04 20:38:12 +03:00
|
|
|
|
2023-05-16 16:36:22 +03:00
|
|
|
- name: custom-car-perf-testing
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: ccar
|
|
|
|
target-tasks-method: custom-car_perf_testing
|
|
|
|
include-push-tasks: true
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
by-project:
|
2024-02-06 16:44:29 +03:00
|
|
|
mozilla-central: [{hour: 01, minute: 0}]
|
2023-05-16 16:36:22 +03:00
|
|
|
|
2021-01-15 23:13:32 +03:00
|
|
|
# For more context on this job, see:
|
|
|
|
# https://github.com/mozsearch/mozsearch-mozilla#how-searchfoxorg-stays-up-to-date
|
2022-03-10 00:21:16 +03:00
|
|
|
# Note that searchfox now runs on-push for mozilla-central, but continues
|
|
|
|
# to use cron jobs for all other branches
|
2017-11-10 02:05:18 +03:00
|
|
|
- name: searchfox-index
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Searchfox
|
|
|
|
target-tasks-method: searchfox_index
|
|
|
|
run-on-projects:
|
2019-03-09 00:51:56 +03:00
|
|
|
- mozilla-beta
|
|
|
|
- mozilla-release
|
2023-06-09 23:58:21 +03:00
|
|
|
- mozilla-esr115
|
2021-09-09 20:14:57 +03:00
|
|
|
- elm
|
2022-03-10 00:21:16 +03:00
|
|
|
# For all non m-c jobs we just run once daily matching the 10 UTC
|
|
|
|
# nightly which is designed to align with searchfox's AWS cron
|
|
|
|
# jobs (for legacy reasons) rather than trying to align with
|
|
|
|
# specific builds. (Ex: mozilla-beta has a "daily-releases" job
|
|
|
|
# that currently runs 3 times a week.)
|
|
|
|
#
|
|
|
|
# Note that for branches that don't change a lot this will result
|
|
|
|
# in a redundant job being scheduled each day rather than reusing
|
|
|
|
# the previous day's job. This is only beneficial in the sense
|
|
|
|
# that there's no risk of expiration for artifacts and is a
|
|
|
|
# trade-off to avoid stale indices. Bug 1686981 tracks fixing
|
|
|
|
# this.
|
2017-11-10 02:05:18 +03:00
|
|
|
when:
|
2022-03-10 00:21:16 +03:00
|
|
|
- {hour: 10, minute: 0}
|
2017-11-10 02:05:18 +03:00
|
|
|
|
2021-06-24 20:15:43 +03:00
|
|
|
- name: linux64-clang-trunk-perf
|
2021-04-16 17:12:14 +03:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2021-06-24 20:15:43 +03:00
|
|
|
treeherder-symbol: linux64-clang-trunk-perf
|
|
|
|
target-tasks-method: linux64_clang_trunk_perf
|
2021-04-16 17:12:14 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 2, minute: 0}
|
|
|
|
|
2021-03-23 20:17:52 +03:00
|
|
|
- name: updatebot-cron-job
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: updatebot
|
|
|
|
target-tasks-method: updatebot_cron
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 0}
|
|
|
|
- {hour: 6, minute: 0}
|
|
|
|
- {hour: 12, minute: 0}
|
|
|
|
- {hour: 18, minute: 0}
|
|
|
|
|
2018-12-22 22:55:10 +03:00
|
|
|
- name: customv8-update
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: customv8
|
|
|
|
target-tasks-method: customv8_update
|
2018-12-26 17:43:34 +03:00
|
|
|
optimize-target-tasks: false
|
2018-12-22 22:55:10 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
2019-03-06 22:45:34 +03:00
|
|
|
when:
|
|
|
|
by-project:
|
|
|
|
mozilla-central: [{hour: 10, minute: 30}]
|
|
|
|
|
2018-06-27 10:34:19 +03:00
|
|
|
- name: bouncer-check
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Rel
|
2018-09-24 19:01:45 +03:00
|
|
|
target-tasks-method: cron_bouncer_check
|
2018-06-27 10:34:19 +03:00
|
|
|
run-on-projects:
|
2019-11-26 07:01:49 +03:00
|
|
|
- mozilla-central
|
2018-06-27 10:34:19 +03:00
|
|
|
- mozilla-beta
|
|
|
|
- mozilla-release
|
2023-06-09 23:58:21 +03:00
|
|
|
- mozilla-esr115
|
2018-06-27 10:34:19 +03:00
|
|
|
when:
|
|
|
|
by-project:
|
|
|
|
# No default branch
|
2019-11-26 07:01:49 +03:00
|
|
|
mozilla-central:
|
|
|
|
- {hour: 7, minute: 0}
|
|
|
|
- {hour: 19, minute: 0}
|
2018-06-27 10:34:19 +03:00
|
|
|
mozilla-beta:
|
|
|
|
- {hour: 7, minute: 0}
|
|
|
|
- {hour: 19, minute: 0}
|
|
|
|
mozilla-release:
|
|
|
|
- {hour: 7, minute: 0}
|
|
|
|
- {hour: 19, minute: 0}
|
2023-09-26 20:49:08 +03:00
|
|
|
mozilla-esr115:
|
2022-06-30 18:47:53 +03:00
|
|
|
- {hour: 7, minute: 0}
|
|
|
|
- {hour: 19, minute: 0}
|
2018-06-27 10:34:19 +03:00
|
|
|
|
2017-09-25 21:14:59 +03:00
|
|
|
- name: periodic-update
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: Nfile
|
2017-10-06 21:01:43 +03:00
|
|
|
target-tasks-method: file_update
|
2017-09-25 21:14:59 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
2018-06-12 21:20:08 +03:00
|
|
|
- mozilla-beta
|
|
|
|
- mozilla-release
|
2023-06-09 23:58:21 +03:00
|
|
|
- mozilla-esr115
|
2017-10-06 21:01:43 +03:00
|
|
|
when:
|
2021-04-16 17:52:53 +03:00
|
|
|
- {weekday: 'Monday', hour: 8, minute: 0}
|
|
|
|
- {weekday: 'Thursday', hour: 8, minute: 0}
|
2018-07-27 18:12:36 +03:00
|
|
|
|
2022-09-02 23:12:36 +03:00
|
|
|
- name: daily-beta-perf
|
2022-09-02 15:34:22 +03:00
|
|
|
job:
|
|
|
|
type: decision-task
|
2022-09-02 23:12:36 +03:00
|
|
|
treeherder-symbol: d-perf
|
|
|
|
target-tasks-method: daily_beta_perf
|
2022-09-02 15:34:22 +03:00
|
|
|
include-push-tasks: true
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-beta
|
|
|
|
when:
|
2024-02-12 21:29:00 +03:00
|
|
|
- {hour: 12, minute: 0}
|
2022-09-02 15:34:22 +03:00
|
|
|
|
2022-09-13 21:39:43 +03:00
|
|
|
- name: weekly-release-perf
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: w-perf
|
|
|
|
target-tasks-method: weekly_release_perf
|
|
|
|
include-push-tasks: true
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-release
|
|
|
|
when:
|
2024-02-12 21:29:00 +03:00
|
|
|
- {weekday: 'Friday', hour: 12, minute: 0}
|
2022-09-13 21:39:43 +03:00
|
|
|
|
2019-07-31 19:31:42 +03:00
|
|
|
- name: raptor-tp6m
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: tp6m
|
|
|
|
target-tasks-method: raptor_tp6m
|
|
|
|
include-push-tasks: true
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {weekday: 'Monday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Tuesday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Wednesday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Thursday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Friday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Saturday', hour: 3, minute: 0}
|
|
|
|
- {weekday: 'Sunday', hour: 3, minute: 0}
|
2019-09-17 17:23:55 +03:00
|
|
|
|
2022-05-17 12:15:20 +03:00
|
|
|
- name: backfill-all-browsertime
|
2022-05-17 13:41:54 +03:00
|
|
|
job:
|
2022-05-17 12:15:20 +03:00
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: baB
|
|
|
|
target-tasks-method: backfill_all_browsertime
|
|
|
|
include-push-tasks: true
|
2022-05-17 13:41:54 +03:00
|
|
|
run-on-projects:
|
2022-05-17 12:15:20 +03:00
|
|
|
- autoland
|
2022-05-17 13:41:54 +03:00
|
|
|
when:
|
2022-05-17 12:15:20 +03:00
|
|
|
- {hour: 5, minute: 0}
|
|
|
|
|
2019-09-17 17:23:55 +03:00
|
|
|
- name: condprof
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: condprof
|
|
|
|
target-tasks-method: condprof
|
2020-04-14 23:23:14 +03:00
|
|
|
include-push-tasks: true
|
|
|
|
optimize-target-tasks: false
|
2019-09-17 17:23:55 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 16, minute: 00}
|
2019-11-23 02:57:25 +03:00
|
|
|
|
|
|
|
- name: l10n-bumper
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: l10n-bump
|
|
|
|
target-tasks-method: l10n_bump
|
|
|
|
run-on-projects:
|
2022-08-26 19:30:09 +03:00
|
|
|
- autoland
|
2019-11-23 02:57:25 +03:00
|
|
|
- mozilla-central
|
|
|
|
- mozilla-beta
|
|
|
|
when:
|
2022-04-25 18:27:05 +03:00
|
|
|
by-project:
|
2022-08-26 19:30:09 +03:00
|
|
|
autoland: [{hour: 6, minute: 45}, {hour: 18, minute: 45}]
|
|
|
|
mozilla-central: []
|
2023-09-20 16:11:05 +03:00
|
|
|
# 4h before launch of `daily-releases`
|
|
|
|
mozilla-beta: [{hour: 9, minute: 00}]
|
2022-04-25 18:27:05 +03:00
|
|
|
# No default
|
2019-12-11 13:14:31 +03:00
|
|
|
|
|
|
|
- name: system-symbols
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: system-symbols
|
|
|
|
target-tasks-method: system_symbols
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 0}
|
2020-05-14 16:01:59 +03:00
|
|
|
|
|
|
|
- name: perftest
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: perftest
|
|
|
|
target-tasks-method: perftest
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
2020-06-11 17:38:53 +03:00
|
|
|
- {hour: 4, minute: 00}
|
2020-07-10 19:11:13 +03:00
|
|
|
|
2020-08-05 19:06:17 +03:00
|
|
|
- name: perftest-on-autoland
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: perftest-auto
|
|
|
|
target-tasks-method: perftest-on-autoland
|
2023-03-09 16:03:43 +03:00
|
|
|
when: []
|
2020-08-05 19:06:17 +03:00
|
|
|
|
2020-07-10 19:11:13 +03:00
|
|
|
- name: scriptworker-canary
|
|
|
|
job:
|
|
|
|
type: trigger-action
|
|
|
|
action-name: scriptworker-canary
|
|
|
|
include-cron-input: true
|
|
|
|
when: [] # never (hook only)
|
2021-06-17 21:52:58 +03:00
|
|
|
|
|
|
|
- name: l10n-cross-channel
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: l10n-cross-channel
|
|
|
|
target-tasks-method: l10n-cross-channel
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
by-project:
|
2021-07-28 20:44:55 +03:00
|
|
|
mozilla-central: [{hour: 11, minute: 0}, {hour: 23, minute: 0}]
|
2021-06-17 21:52:58 +03:00
|
|
|
default: []
|
2022-07-06 11:24:18 +03:00
|
|
|
|
|
|
|
- name: are-we-esmified-yet
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: are-we-esmified-yet
|
|
|
|
target-tasks-method: are-we-esmified-yet
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 00}
|
2022-11-17 13:57:41 +03:00
|
|
|
|
|
|
|
- name: eslint-build
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: eslint-build
|
|
|
|
target-tasks-method: eslint-build
|
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 00}
|
2023-04-01 22:51:29 +03:00
|
|
|
|
|
|
|
- name: sp-perftests
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: sp-perftests
|
|
|
|
target-tasks-method: sp-perftests
|
2023-10-04 15:51:26 +03:00
|
|
|
include-push-tasks: true
|
2023-04-01 22:51:29 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 00}
|
2023-07-25 19:55:48 +03:00
|
|
|
|
|
|
|
- name: snap-upstream
|
|
|
|
job:
|
|
|
|
type: decision-task
|
|
|
|
treeherder-symbol: snap-upstream
|
2023-10-03 14:09:17 +03:00
|
|
|
target-tasks-method: snap_upstream_tests
|
2023-07-25 19:55:48 +03:00
|
|
|
run-on-projects:
|
|
|
|
- mozilla-central
|
|
|
|
when:
|
|
|
|
- {hour: 0, minute: 0}
|