Bug 1839315: part 4) Link from `SheetLoadData::mWasAlternate` to spec. r=emilio DONTBUILD
[gecko.git] / taskcluster / ci / snap-upstream-test / kind.yml
blob651eb6a00a22afc74299224325943a39578afca7
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 only-for-attributes:
8     - build_platform
10 transforms:
11     - taskgraph.transforms.from_deps
12     - gecko_taskgraph.transforms.job
13     - gecko_taskgraph.transforms.task
14     - gecko_taskgraph.transforms.snap_test
16 kind-dependencies:
17     - snap-upstream-build
19 job-defaults:
20     attributes:
21         cron: true
22     treeherder:
23         kind: test
24         tier: 2
25     worker:
26         max-run-time: 900
27         artifacts:
28             - name: public/build
29               type: directory
30               path: /builds/worker/artifacts/
32 jobs:
33     basic:
34         from-deps:
35             group-by: single-with-filters
36         description: Runs basic tests on a Firefox Snap package
37         worker-type: t-linux-wayland
38         run:
39             using: run-task
40             checkout: false
41             command: >-
42               export TASKCLUSTER_ROOT_DIR=$PWD && cd $MOZ_FETCHES_DIR/ && ./tests.sh
43         fetches:
44             snap-upstream-build:
45                 - firefox.snap
46                 - snap-tests.zip
47         treeherder:
48             platform: linux64/opt
49             symbol: Sel