mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
a02c283a0e
* Add visual-metrics docker type. * Add required browsertime toolchain fetches. * Add browsertime tests for technical and visual metrics. * Run browsertime tests in a cron task. * Run visual metrics on all browsertime tests. * Use spaces instead of tabs, and resolve visual-metric nits. * Enable browsertime on pull request for testing. * Restrict PR tests to amazon on browsertime. * First attempt using multi_dep. * Add a primary dependency to browsertime. * Try by not popping. * Debug prints. * Make one grouping per browsertime task. * Try without the multi_dep transform. * Delete dependent-tasks in visual-metrics transformer. * Update setuptools installed and copy run-on-tasks-for. * Use get when getting run-on-tasks-for. * Add new pinned requirements. * Try it. * Set run-on-tasks-for properly. * Remove print statement. * Remove single_dep loader, and print statements. * Remove run-on-tasks-for testing setting. * Restart testing, and set user to root in visual-metrics Docker. * Remove testing settings. * Remove fetch-content from Docker. * Change attributes grouping method. * Run all tests as a check. * Undo testing changes, and fix a bad test name.
33 lines
931 B
YAML
33 lines
931 B
YAML
# 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: Nd
|
|
target-tasks-method: nightly
|
|
when:
|
|
- {hour: 6, minute: 0}
|
|
- {hour: 18, minute: 0}
|
|
- name: fennec-beta
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: fennec-beta
|
|
target-tasks-method: fennec-beta
|
|
when: [] # Force hook only
|
|
- name: raptor
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: raptor-D
|
|
target-tasks-method: raptor
|
|
when: [{hour: 1, minute: 0}]
|
|
- name: browsertime
|
|
job:
|
|
type: decision-task
|
|
treeherder-symbol: btime-D
|
|
target-tasks-method: browsertime
|
|
when: [{hour: 1, minute: 0}]
|