2020-04-01 16:29:35 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
---
|
|
|
|
job-defaults:
|
|
|
|
run:
|
|
|
|
using: index-search
|
|
|
|
run-on-projects: []
|
|
|
|
worker-type: always-optimized
|
|
|
|
|
|
|
|
|
|
|
|
browsertime:
|
|
|
|
attributes:
|
2021-09-08 08:41:28 +00:00
|
|
|
toolchain-artifact: public/build/browsertime.tar.zst
|
2020-04-01 16:29:35 +00:00
|
|
|
description: "Browsertime toolchain"
|
|
|
|
run:
|
|
|
|
index-search:
|
|
|
|
- gecko.cache.level-3.toolchains.v3.browsertime.latest
|
|
|
|
|
|
|
|
linux64-ffmpeg-4.1.4:
|
|
|
|
attributes:
|
|
|
|
toolchain-artifact: 'public/ffmpeg-4.1.4-i686-static.tar.xz'
|
|
|
|
description: "FFMPEG fetch"
|
|
|
|
run:
|
|
|
|
index-search:
|
|
|
|
- gecko.cache.level-3.content.v1.linux64-ffmpeg-4.1.4.latest
|
|
|
|
|
|
|
|
linux64-geckodriver:
|
|
|
|
attributes:
|
2020-05-11 15:19:55 +00:00
|
|
|
toolchain-artifact: public/build/geckodriver.tar.gz
|
2020-04-01 16:29:35 +00:00
|
|
|
description: "Geckodriver toolchain"
|
|
|
|
run:
|
|
|
|
index-search:
|
2021-01-11 15:31:27 +00:00
|
|
|
- gecko.v2.mozilla-central.latest.geckodriver.linux64
|
2020-04-01 16:29:35 +00:00
|
|
|
|
|
|
|
linux64-minidump-stackwalk:
|
|
|
|
attributes:
|
2021-09-08 08:41:28 +00:00
|
|
|
toolchain-artifact: public/build/minidump_stackwalk.tar.zst
|
2020-04-01 16:29:35 +00:00
|
|
|
description: "minidump-stackwalk toolchain"
|
|
|
|
run:
|
|
|
|
index-search:
|
|
|
|
- gecko.cache.level-3.toolchains.v3.linux64-minidump-stackwalk.latest
|
|
|
|
|
|
|
|
linux64-node:
|
|
|
|
attributes:
|
2021-04-22 17:21:48 +00:00
|
|
|
toolchain-artifact: public/build/node.tar.zst
|
2020-04-01 16:29:35 +00:00
|
|
|
description: "Node.js toolchain"
|
|
|
|
run:
|
|
|
|
index-search:
|
2021-08-30 19:58:36 +00:00
|
|
|
- gecko.cache.level-3.toolchains.v3.linux64-node-12.latest
|
2020-04-01 16:29:35 +00:00
|
|
|
|
|
|
|
visual-metrics:
|
|
|
|
attributes:
|
|
|
|
toolchain-artifact: public/visualmetrics.py
|
|
|
|
description: "Browsertime visual metrics analysis script"
|
|
|
|
run:
|
|
|
|
index-search:
|
|
|
|
- gecko.cache.level-3.content.v1.visual-metrics.latest
|