From da4c7e7ed675c3bf405668739c3012d140856109 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:42 +0200 Subject: Adding upstream version 126.0. Signed-off-by: Daniel Baumann --- .cron.yml | 57 +++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 20 deletions(-) (limited to '.cron.yml') diff --git a/.cron.yml b/.cron.yml index fe207343b1..d8546db00c 100644 --- a/.cron.yml +++ b/.cron.yml @@ -19,19 +19,29 @@ jobs: - {weekday: 'Wednesday', hour: 13, minute: 0} - {weekday: 'Friday', hour: 13, minute: 0} - - name: nightly-desktop + - name: nightly-all job: type: decision-task - treeherder-symbol: Nd - target-tasks-method: nightly_desktop + treeherder-symbol: N + target-tasks-method: nightly_all include-push-tasks: true run-on-projects: - mozilla-central when: by-project: - mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}] + mozilla-central: [{hour: 22, minute: 0}] # No default + - name: nightly-desktop + job: + type: decision-task + treeherder-symbol: Nd + target-tasks-method: nightly_desktop + include-push-tasks: true + run-on-projects: + - mozilla-central + when: [{hour: 10, minute: 0}] + - name: nightly-desktop-linux job: type: decision-task @@ -82,17 +92,16 @@ jobs: - mozilla-central when: [] # never (hook only) - - name: ship-geckoview + - name: nightly-android job: type: decision-task - treeherder-symbol: ship_geckoview - target-tasks-method: ship_geckoview + treeherder-symbol: Na + target-tasks-method: nightly-android include-push-tasks: true run-on-projects: - mozilla-central - when: - by-project: - mozilla-central: [{hour: 10, minute: 0}, {hour: 22, minute: 0}] + - oak + when: [] # hook only - name: general-perf-testing job: @@ -348,16 +357,6 @@ jobs: mozilla-central: [{hour: 11, minute: 0}, {hour: 23, minute: 0}] default: [] - - 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} - - name: eslint-build job: type: decision-task @@ -388,3 +387,21 @@ jobs: - mozilla-central when: - {hour: 0, minute: 0} + + - name: android-l10n-import + job: + type: decision-task + treeherder-symbol: android-l10n-import + target-tasks-method: android-l10n-import + run-on-projects: [autoland] + when: + - {hour: 0, minute: 0} + + - name: android-l10n-sync + job: + type: decision-task + treeherder-symbol: android-l10n-sync + target-tasks-method: android-l10n-sync + run-on-projects: [mozilla-beta] + when: + - {hour: 2, minute: 0} -- cgit v1.2.3