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.
55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
YAML
---
|
|
loader: taskgraph.loader.transform:loader
|
|
transforms:
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
job-defaults:
|
|
worker-type: always-optimized
|
|
run:
|
|
using: index-search
|
|
|
|
jobs:
|
|
browsertime:
|
|
description: "Browsertime toolchain"
|
|
attributes:
|
|
toolchain-artifact: public/build/browsertime.tar.bz2
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.toolchains.v3.browsertime.latest
|
|
linux64-ffmpeg-4.1.4:
|
|
description: "FFMPEG fetch"
|
|
attributes:
|
|
toolchain-artifact: 'public/ffmpeg-4.1.4-i686-static.tar.xz'
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.content.v1.linux64-ffmpeg-4.1.4.latest
|
|
linux64-geckodriver:
|
|
description: "Geckodriver toolchain"
|
|
attributes:
|
|
toolchain-artifact: public/build/geckodriver.tar.xz
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.toolchains.v3.linux64-geckodriver.latest
|
|
linux64-minidump-stackwalk:
|
|
description: "minidump_stackwalk toolchain"
|
|
attributes:
|
|
toolchain-artifact: public/build/minidump_stackwalk.tar.xz
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.toolchains.v3.linux64-minidump-stackwalk.latest
|
|
linux64-node:
|
|
description: "Node.js toolchain"
|
|
attributes:
|
|
toolchain-artifact: public/build/node.tar.xz
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.toolchains.v3.linux64-node-10.latest
|
|
visual-metrics:
|
|
description: "Browsertime visual metrics analsyis script"
|
|
attributes:
|
|
toolchain-artifact: public/visualmetrics.py
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.content.v1.visual-metrics.latest
|