Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / taskcluster / ci / fxrecord / kind.yml
blob7ff7816e7e7e5325b41e9e25a219790bbb8a5119
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 ---
5 loader: gecko_taskgraph.loader.transform:loader
7 kind-dependencies:
8     - build
10 only-for-build-platforms:
11     - win64-shippable/opt
13 transforms:
14     - taskgraph.transforms.from_deps
15     - gecko_taskgraph.transforms.name_sanity
16     - gecko_taskgraph.transforms.fxrecord
17     - gecko_taskgraph.transforms.release_notifications
18     - gecko_taskgraph.transforms.task
20 jobs:
21     fxrecord:
22         name: notify-fxrecord-failure
23         description: "Desktop Startup Visual Metrics"
24         from-deps:
25             group-by: single-with-filters
26         run-on-projects:
27             - "mozilla-central"
28         worker-type: performance-hardware/gecko-t-fxrecorder
29         worker:
30             implementation: generic-worker
31             max-run-time: 1800
32             os: windows
33             command: ["C:\\fxrecorder\\fxrecorder.exe --config C:\\fxrecorder\\fxrecord.toml record"]
34         treeherder:
35             symbol: fxrec(1st)
36             tier: 2
37             kind: other
38         notifications:
39             status-types:
40                 - "on-failed"
41                 - "on-exception"
42             subject: fxrecord run failed
43             message: fxrecord run failed
44             emails:
45                 - "barret@mozilla.com"
46                 - "perftest-alerts@mozilla.com"