summaryrefslogtreecommitdiffstats
path: root/.cron.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:34:50 +0000
commitdef92d1b8e9d373e2f6f27c366d578d97d8960c6 (patch)
tree2ef34b9ad8bb9a9220e05d60352558b15f513894 /.cron.yml
parentAdding debian version 125.0.3-1. (diff)
downloadfirefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.tar.xz
firefox-def92d1b8e9d373e2f6f27c366d578d97d8960c6.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.cron.yml')
-rw-r--r--.cron.yml57
1 files changed, 37 insertions, 20 deletions
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}