diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:34:42 +0000 |
commit | da4c7e7ed675c3bf405668739c3012d140856109 (patch) | |
tree | cdd868dba063fecba609a1d819de271f0d51b23e /mobile/android/.cron.yml | |
parent | Adding upstream version 125.0.3. (diff) | |
download | firefox-da4c7e7ed675c3bf405668739c3012d140856109.tar.xz firefox-da4c7e7ed675c3bf405668739c3012d140856109.zip |
Adding upstream version 126.0.upstream/126.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/.cron.yml')
-rw-r--r-- | mobile/android/.cron.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mobile/android/.cron.yml b/mobile/android/.cron.yml new file mode 100644 index 0000000000..f1186f744b --- /dev/null +++ b/mobile/android/.cron.yml @@ -0,0 +1,30 @@ +# Definitions for jobs that run periodically. For details on the format, see +# `taskcluster/taskgraph/cron/schema.py`. For documentation, see +# `taskcluster/docs/cron.rst`. +--- + +jobs: + - name: nightly + job: + type: decision-task + treeherder-symbol: nightly-D + target-tasks-method: nightly + when: [] + - name: nightly-test + job: + type: decision-task + treeherder-symbol: Nt + target-tasks-method: nightly-test + when: [] + - name: screenshots + job: + type: decision-task + treeherder-symbol: screenshots-D + target-tasks-method: screenshots + when: [] # unscheduled + - name: legacy-api-ui-tests + job: + type: decision-task + treeherder-symbol: legacy-api-ui + target-tasks-method: legacy_api_ui_tests + when: [] # unscheduled |